mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
iw: add page (#2289)
This commit is contained in:
parent
b1c50c2195
commit
14407a9dc6
1 changed files with 19 additions and 0 deletions
19
pages/linux/iw.md
Normal file
19
pages/linux/iw.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# iw
|
||||||
|
|
||||||
|
> Show and manipulate wireless devices.
|
||||||
|
|
||||||
|
- Scan for available wireless networks:
|
||||||
|
|
||||||
|
`iw dev {{wlp}} scan`
|
||||||
|
|
||||||
|
- Join an open wireless network:
|
||||||
|
|
||||||
|
`iw dev {{wlp}} connect {{SSID}}`
|
||||||
|
|
||||||
|
- Close the current connection:
|
||||||
|
|
||||||
|
`iw dev {{wlp}} disconnect`
|
||||||
|
|
||||||
|
- Show information about the current connection:
|
||||||
|
|
||||||
|
`iw dev {{wlp}} link`
|
Loading…
Add table
Reference in a new issue