20 lines
365 B
Markdown
20 lines
365 B
Markdown
# 无线网络
|
|
|
|
> 无线网络配置工具。
|
|
> 更多信息: <https://keith.github.io/xcode-man-pages/airport.1.html>。
|
|
|
|
- 显示当前无线状态信息:
|
|
|
|
`airport --getinfo`
|
|
|
|
- 在频道 1 上嗅探无线流量:
|
|
|
|
`airport sniff {{1}}`
|
|
|
|
- 扫描可用的无线网络:
|
|
|
|
`airport --scan`
|
|
|
|
- 与当前机场网络断开连接:
|
|
|
|
`sudo airport --disassociate` |