snippetbashTip
iwinfo — Retrieve information about wireless interfaces on OpenWrt. More information: <https://openwrt.org/do
Viewed 0 times
commandretrieveiwinfocliinformationaboutwirelessinterfaces
linux
Problem
How to use the
iwinfo command: Retrieve information about wireless interfaces on OpenWrt. More information: <https://openwrt.org/docs/guide-developer/ubus/iwinfo>.Solution
iwinfo — Retrieve information about wireless interfaces on OpenWrt. More information: <https://openwrt.org/docs/guide-developer/ubus/iwinfo>.List all available wireless interfaces:
iwinfoDisplay detailed information on a specific wireless interface:
iwinfo {{interface}} infoScan for nearby wireless networks visible to the interface:
iwinfo {{interface}} scanList connected devices:
iwinfo {{interface}} assoclistList channels supported by the interface:
iwinfo {{interface}} freqlistList available transmit power levels for the interface:
iwinfo {{interface}} txpowerlistDisplay help:
iwinfo hCode Snippets
List all available wireless interfaces
iwinfoDisplay detailed information on a specific wireless interface
iwinfo {{interface}} infoScan for nearby wireless networks visible to the interface
iwinfo {{interface}} scanList connected devices
iwinfo {{interface}} assoclistList channels supported by the interface
iwinfo {{interface}} freqlistContext
tldr-pages: linux/iwinfo
Revisions (0)
No revisions yet.