1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/airport.md

20 lines
295 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.
- Show current wireless status information:
`airport -I`
- Sniff wireless traffic on channel 1:
`airport sniff {{1}}`
- Scan for available wireless networks:
`airport -s`
- Disassociate from current airport network:
`sudo airport -z`