tldr/pages.zh/osx/airport.md

21 lines
381 B
Markdown
Raw Normal View History

2019-02-26 03:06:13 +00:00
# airport
> 无线网络配置工具。
> 更多信息:<https://keith.github.io/xcode-man-pages/airport.1.html>.
2019-02-26 03:06:13 +00:00
- 显示当前的无线状态信息:
2019-02-26 03:06:13 +00:00
`airport --getinfo`
2019-02-26 03:06:13 +00:00
- 在通道 1 上监察(嗅探)无线流量:
2019-02-26 03:06:13 +00:00
`airport sniff {{1}}`
- 扫描可用的无线网络:
2019-02-26 03:06:13 +00:00
`airport --scan`
2019-02-26 03:06:13 +00:00
- 与当前的 Airport 网络脱离连接:
2019-02-26 03:06:13 +00:00
`sudo airport --disassociate`