1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 19:15:44 +02:00
tldr/pages/osx/airport.md

21 lines
375 B
Markdown
Raw Normal View History

2016-01-28 15:32:16 -05:00
# airport
2016-01-28 15:32:16 -05:00
> Wireless network configuration utility.
> More information: <https://ss64.com/osx/airport.html>.
- Show current wireless status information:
2022-02-14 03:21:43 -08:00
`airport --getinfo`
- Sniff wireless traffic on channel 1:
`airport sniff {{1}}`
- Scan for available wireless networks:
2022-02-14 03:21:43 -08:00
`airport --scan`
- Disassociate from current airport network:
2022-02-14 03:21:43 -08:00
`sudo airport --disassociate`