mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 22:44:37 +00:00
26 lines
486 B
Plaintext
26 lines
486 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|