projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] hostapd: allow mixed TKIP/CCMP for 11n
[openwrt.git]
/
package
/
hostapd
/
files
/
hostapd.sh
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index
d80729f
..
acb92aa
100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-50,8
+50,8
@@
hostapd_set_bss_options() {
esac
# enforce CCMP for 11ng and 11na
- case "$hwmode" in
- *ng
|*na) crypto="CCM
P";;
+ case "$hwmode
:$crypto
" in
+ *ng
:TKIP|*na:TKIP) crypto="CCMP TKI
P";;
esac
# use crypto/auth settings for building the hostapd config
This page took
0.019495 seconds
and
4
git commands to generate.