Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages.nl/linux/iwctl.md
Original file line number Diff line number Diff line change
@@ -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]}}`
6 changes: 3 additions & 3 deletions pages/linux/iwctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down