From f4aa59b62d79f6a2b3217318d76d3e0d03d5f72d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:57:31 +0200 Subject: [PATCH] iwinfo: add page (#15848) Co-authored-by: K.B.Dharun Krishna --- pages/linux/iwinfo.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/iwinfo.md diff --git a/pages/linux/iwinfo.md b/pages/linux/iwinfo.md new file mode 100644 index 0000000000..c1690eb6e5 --- /dev/null +++ b/pages/linux/iwinfo.md @@ -0,0 +1,28 @@ +# iwinfo + +> Retrieve information about wireless interfaces on OpenWrt. +> More information: . + +- List all available wireless interfaces: + +`iwinfo` + +- Display detailed information on a specific wireless interface: + +`iwinfo {{interface}} info` + +- Scan for nearby wireless networks visible to the interface: + +`iwinfo {{interface}} scan` + +- List connected devices: + +`iwinfo {{interface}} assoclist` + +- List channels supported by the interface: + +`iwinfo {{interface}} freqlist` + +- List available transmit power levels for the interface: + +`iwinfo {{interface}} txpowerlist`