Skip to content

Commit

Permalink
wifi-scripts: configure FILS with psk/sae
Browse files Browse the repository at this point in the history
Signed-off-by: Eneas U de Queiroz <[email protected]>
  • Loading branch information
cotequeiroz committed Feb 14, 2024
1 parent f83ef8b commit f4d1990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ hostapd_append_wpa_key_mgmt() {
append wpa_key_mgmt FILS-SHA384
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt FT-FILS-SHA384
;;
eap*)
eap*|psk*|sae*)
append wpa_key_mgmt FILS-SHA256
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt FT-FILS-SHA256
;;
Expand Down

0 comments on commit f4d1990

Please sign in to comment.