tldr/pages/linux/iw.md

21 lines
359 B
Markdown
Raw Normal View History

2018-09-16 10:51:20 +01:00
# iw
> Show and manipulate wireless devices.
> More information: <https://manned.org/iw>.
2018-09-16 10:51:20 +01:00
- 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`