From 14407a9dc615a518395f35bf78decaf7b8c56273 Mon Sep 17 00:00:00 2001 From: Victorien ELVINGER Date: Sun, 16 Sep 2018 09:51:20 +0000 Subject: [PATCH] iw: add page (#2289) --- pages/linux/iw.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/iw.md diff --git a/pages/linux/iw.md b/pages/linux/iw.md new file mode 100644 index 0000000000..f9389d117e --- /dev/null +++ b/pages/linux/iw.md @@ -0,0 +1,19 @@ +# iw + +> Show and manipulate wireless devices. + +- Scan for available wireless networks: + +`iw dev {{wlp}} scan` + +- Join an open wireless network: + +`iw dev {{wlp}} connect {{SSID}}` + +- Close the current connection: + +`iw dev {{wlp}} disconnect` + +- Show information about the current connection: + +`iw dev {{wlp}} link`