mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 06:13:43 +02:00
iwctl: update page and add Dutch translation (#17904)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
9734473795
commit
ef6bf80cec
2 changed files with 31 additions and 3 deletions
28
pages.nl/linux/iwctl.md
Normal file
28
pages.nl/linux/iwctl.md
Normal 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,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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue