projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c3a0d
)
wireless: Add WPA-EAP-SUITE-B-192 (WPA3-Enterprise)
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 9 Oct 2018 20:57:52 +0000
(22:57 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 12 Oct 2018 20:07:05 +0000
(22:07 +0200)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/netifd-wireless.sh
patch
|
blob
|
history
diff --git
a/scripts/netifd-wireless.sh
b/scripts/netifd-wireless.sh
index 52641c79c0bbe001c14f7b6845c07ef903785370..991544ed3b45cb3bb0c23f03057425f603917c51 100644
(file)
--- a/
scripts/netifd-wireless.sh
+++ b/
scripts/netifd-wireless.sh
@@
-211,7
+211,7
@@
wireless_vif_parse_encryption() {
# wpa2/tkip+aes => WPA2 RADIUS, CCMP+TKIP
case "$encryption" in
- wpa2*|*psk2*|psk3*|sae*|owe*)
+ wpa2*|
wpa3*|
*psk2*|psk3*|sae*|owe*)
wpa=2
;;
wpa*mixed*|*psk*mixed*)
@@
-231,6
+231,12
@@
wireless_vif_parse_encryption() {
owe*)
auth_type=owe
;;
+ wpa3-mixed*)
+ auth_type=eap-eap192
+ ;;
+ wpa3*)
+ auth_type=eap192
+ ;;
psk3-mixed*|sae-mixed*)
auth_type=psk-sae
;;