wifi-scripts: fix FILS AKM selection with EAP-192
[openwrt/staging/wigyori.git] / package / network / config / wifi-scripts / files / lib / netifd / hostapd.sh
index 1a664abbf2f14ef5018541164e8b9ad340dfb37f..763702e76b1a444a481ea94158248c397f1e532b 100644 (file)
@@ -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
                        ;;