2025-12-16 10:20:31 -07:00
|
|
|
# iwctl
|
|
|
|
|
|
|
|
|
|
> Beheer de `iwd` netwerk supplicant.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Zie ook: `nmcli`, `iw`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> 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]}}`
|