mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
iw-phy: add page (#22768)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# iw phy
|
||||
|
||||
> Manage wireless radios.
|
||||
> More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.
|
||||
|
||||
- Display info on all physical Wi-Fi radios:
|
||||
|
||||
`iw phy`
|
||||
|
||||
- Display info on a specific Wi-Fi radio:
|
||||
|
||||
`iw phy phy{{0}} info`
|
||||
|
||||
- Display channels available to a Wi-Fi radio:
|
||||
|
||||
`iw phy phy{{0}} channels`
|
||||
Reference in New Issue
Block a user