HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

iwinfo — Retrieve information about wireless interfaces on OpenWrt. More information: <https://openwrt.org/do

Submitted by: @import:tldr-pages··
0
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:
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


Display help:
iwinfo h

Code Snippets

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

Context

tldr-pages: linux/iwinfo

Revisions (0)

No revisions yet.