mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 22:55:34 +02:00
iwinfo: add page (#15848)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
f13f590ccf
commit
f4aa59b62d
1 changed files with 28 additions and 0 deletions
28
pages/linux/iwinfo.md
Normal file
28
pages/linux/iwinfo.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue