iwctl: update page and add Dutch translation (#17904)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Dylan
2025-08-31 11:27:27 +00:00
committed by GitHub
parent 9734473795
commit ef6bf80cec
2 changed files with 31 additions and 3 deletions
+28
View File
@@ -0,0 +1,28 @@
# iwctl
> Beheer de `iwd` netwerk supplicant.
> Meer informatie: <https://manned.org/iwctl>.
- Voer `iwctl` uit in interactieve modus:
`iwctl`
- Toon Wi-Fi-stations:
`iwctl station list`
- Zoek naar netwerken met een station:
`iwctl station {{station}} scan`
- Toon de netwerken die zijn gevonden door het station:
`iwctl station {{station}} get-networks`
- Verbind met een netwerk met een station, als er inloggegevens nodig zijn, worden deze opgevraagd:
`iwctl station {{station}} connect {{netwerk_naam}}`
- Toon de help:
`iwctl {{[-h|--help]}}`
+3 -3
View File
@@ -3,15 +3,15 @@
> Control the `iwd` network supplicant.
> More information: <https://manned.org/iwctl>.
- Start the interactive mode, in this mode you can enter the commands directly, with autocompletion:
- Run `iwctl` in interactive mode:
`iwctl`
- Display your Wi-Fi stations:
- Display Wi-Fi stations:
`iwctl station list`
- Start looking for networks with a station:
- Look for networks with a station:
`iwctl station {{station}} scan`