mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
wifi-scripts: ucode: typo fix
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
0d21cc8a92
commit
5bc82dede0
@ -101,7 +101,7 @@ export function wpa_key_mgmt(config) {
|
||||
if (config.wpa >= 2 && config.ieee80211r)
|
||||
append_value(config, 'wpa_key_mgmt', 'FT-EAP');
|
||||
if (config.ieee80211w)
|
||||
append_value(config, 'wpa_key_mgmt', 'WPA-EAP--SHA256');
|
||||
append_value(config, 'wpa_key_mgmt', 'WPA-EAP-SHA256');
|
||||
break;
|
||||
|
||||
case 'eap192':
|
||||
|
Loading…
Reference in New Issue
Block a user