From 88fb3b21a8d6e48cc3bdb780b0f3fae6ca691f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Hern=C3=A1ndez=20Cazorla?= Date: Sat, 25 Jan 2020 12:36:45 +0000 Subject: [PATCH] iwconfig: add page (#3789) --- pages/linux/iwconfig.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/iwconfig.md diff --git a/pages/linux/iwconfig.md b/pages/linux/iwconfig.md new file mode 100644 index 0000000000..dd34f9ec1f --- /dev/null +++ b/pages/linux/iwconfig.md @@ -0,0 +1,20 @@ +# iwconfig + +> Configure and show the parameters of a wireless network interface. +> More information: . + +- Show the parameters and statistics of all the interfaces: + +`iwconfig` + +- Show the parameters and statistics of the specified interface: + +`iwconfig {{interface}}` + +- Set the ESSID (network name) of the specified interface (e.g., eth0 or wlp2s0): + +`iwconfig {{interface}} {{new_network_name}}` + +- Set the operating mode of the specified interface: + +`ifconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}`