diff options
Diffstat (limited to 'package/network/services/hostapd/files/hostapd.sh')
-rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 46acbefeee..c7f3ea2c1e 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -788,6 +788,7 @@ wpa_supplicant_add_network() { none) ;; owe) hostapd_append_wpa_key_mgmt + key_mgmt="$wpa_key_mgmt" ;; wep) local wep_keyidx=0 |