mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 13:54:24 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/iwinfo
Normal file
33
tldr/linux/iwinfo
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user