linux 无线配网
作者:互联网
工作模式
- AP模式
- STA模式
工具
iw/iwconfig(支持认证方式:open/WEP)
- iw list 列出网卡新信息
- iw dev scan wlan0 扫描
- iw wlan0 connect ssid 连接网络(open)
- iw wlan connect ssid keys d:0:passwd 连接网络(WEP)
- iw wlan0 disconnect
wpa_supplicant
参考:
en:users:documentation [Linux Wireless] (kernel.org)
标签:ssid,iw,WEP,配网,connect,linux,open,无线,wlan0 来源: https://blog.csdn.net/weixin_40388994/article/details/121443444