mirror of https://github.com/CrimsonTome/tldr.git
21 lines
396 B
Markdown
21 lines
396 B
Markdown
# airport
|
|
|
|
> Wireless network configuration utility.
|
|
> More information: <https://keith.github.io/xcode-man-pages/airport.1.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`
|