0%

使用 wpa_supplicant 链接隐藏 ap

创建 wpa_supplicant-Hidden.conf

update_config=1
ap_scan=1
network={
    ssid="YOUR-HIDDEN-SSID"
    scan_ssid=1
    #psk="YOURPASSWORD"
    psk=..........................
}

scan_ssid=1 支持隐藏 ap

Ref

  1. Connect to my hidden wifi which I know the password and the ssid name
  2. Linux 系统 Wpa_supplicant 用法