1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/linux/iw.md
2021-09-02 20:33:49 +02:00

20 lines
359 B
Markdown

# iw
> Show and manipulate wireless devices.
> More information: <https://manned.org/iw>.
- 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`