For WPA-PSK

  
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
fast_reauth=1

network={
        ss
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=TKIP
        psk="secret_password"
}

For WPA2PSK

  
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1

network={
        ss
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="secret_password"
}

Starting wpa_supplicant

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-03-31
  • 2021-12-09
  • 2021-07-07
猜你喜欢
  • 2021-12-06
  • 2021-04-05
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
相关资源
相似解决方案