Files
tldr/pages.zh/linux/iwconfig.md

20 lines
500 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# iwconfig
> 配置和显示无线网络接口的参数。
> 更多信息:<https://manned.org/iwconfig>。
- 显示所有接口的参数和统计信息:
`iwconfig`
- 显示指定接口的参数和统计信息:
`iwconfig {{interface}}`
- 设置指定接口的ESSID网络名称例如 eth0 或 wlp2s0
`iwconfig {{interface}} {{new_network_name}}`
- 设置指定接口的操作模式:
`iwconfig {{interface}} mode {{Ad-Hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}`