Skip to content

Commit

Permalink
hostapd: fix FILS AKM selection with EAP-192
Browse files Browse the repository at this point in the history
Fix netifd hostapd.sh selection of FILS-SHA384 algorithm with eap-192.

Signed-off-by: Eneas U de Queiroz <[email protected]>
(cherry picked from commit 472312f)
  • Loading branch information
cotequeiroz committed Feb 17, 2024
1 parent eda5930 commit 31ae972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/services/hostapd/files/hostapd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ hostapd_append_wpa_key_mgmt() {

[ "$fils" -gt 0 ] && {
case "$auth_type" in
eap-192)
eap192)
append wpa_key_mgmt FILS-SHA384
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt FT-FILS-SHA384
;;
Expand Down

0 comments on commit 31ae972

Please sign in to comment.