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

linux 无线配网

 

参考:

en:users:documentation [Linux Wireless] (kernel.org)

上一篇:python基础之 字符编码与文件操作


下一篇:微信小程序WEB工具安装