From ef6bf80cec4400b6ac6d5da321df681021630d54 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:27:27 +0000 Subject: [PATCH] iwctl: update page and add Dutch translation (#17904) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.nl/linux/iwctl.md | 28 ++++++++++++++++++++++++++++ pages/linux/iwctl.md | 6 +++--- 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 pages.nl/linux/iwctl.md diff --git a/pages.nl/linux/iwctl.md b/pages.nl/linux/iwctl.md new file mode 100644 index 0000000000..12f65dd741 --- /dev/null +++ b/pages.nl/linux/iwctl.md @@ -0,0 +1,28 @@ +# iwctl + +> Beheer de `iwd` netwerk supplicant. +> Meer informatie: . + +- 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]}}` diff --git a/pages/linux/iwctl.md b/pages/linux/iwctl.md index b224aaf519..da02a622b3 100644 --- a/pages/linux/iwctl.md +++ b/pages/linux/iwctl.md @@ -3,15 +3,15 @@ > Control the `iwd` network supplicant. > More information: . -- 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`