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:
22476ff
)
wireless: Add Opportunistic Wireless Encryption (OWE)
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 9 Oct 2018 20:57:13 +0000
(22:57 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 12 Oct 2018 20:06:27 +0000
(22:06 +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 396ef7121c06cc447321f582438c2aaffa5d76ef..52641c79c0bbe001c14f7b6845c07ef903785370 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*)
+ wpa2*|*psk2*|psk3*|sae*
|owe*
)
wpa=2
;;
wpa*mixed*|*psk*mixed*)
@@
-228,6
+228,9
@@
wireless_vif_parse_encryption() {
wpa_pairwise="$wpa_cipher"
case "$encryption" in
+ owe*)
+ auth_type=owe
+ ;;
psk3-mixed*|sae-mixed*)
auth_type=psk-sae
;;