mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
314 B
314 B
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