projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2857d
)
wireless: allow selecting multiple ciphers
author
Stijn Tintel
<stijn@linux-ipv6.be>
Wed, 23 Nov 2022 16:18:01 +0000
(18:18 +0200)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Wed, 23 Nov 2022 16:18:01 +0000
(18:18 +0200)
scripts/netifd-wireless.sh
patch
|
blob
|
history
diff --git
a/scripts/netifd-wireless.sh
b/scripts/netifd-wireless.sh
index 6df515354cf130c4d2fcce8e228a81fd05fe6236..5dd62f630be9633b5968880dcc749ffc665138a7 100644
(file)
--- a/
scripts/netifd-wireless.sh
+++ b/
scripts/netifd-wireless.sh
@@
-230,6
+230,7
@@
wireless_vif_parse_encryption() {
*tkip) wpa_cipher="TKIP";;
*gcmp256) wpa_cipher="GCMP-256";;
*gcmp) wpa_cipher="GCMP";;
+ *modern) wpa_cipher="GCMP-256 GCMP CCMP-256 CCMP";;
esac
# 802.11n requires CCMP for WPA