mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
375 B
Markdown
20 lines
375 B
Markdown
# airport
|
|
|
|
> Wireless network configuration utility.
|
|
> More information: <https://ss64.com/osx/airport.html>.
|
|
|
|
- Show current wireless status information:
|
|
|
|
`airport --getinfo`
|
|
|
|
- Sniff wireless traffic on channel 1:
|
|
|
|
`airport sniff {{1}}`
|
|
|
|
- Scan for available wireless networks:
|
|
|
|
`airport --scan`
|
|
|
|
- Disassociate from current airport network:
|
|
|
|
`sudo airport --disassociate`
|