mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
19 lines
295 B
Markdown
19 lines
295 B
Markdown
# airport
|
|
|
|
> 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`
|