mirror of https://github.com/CrimsonTome/tldr.git
21 lines
375 B
Markdown
21 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`
|