projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c9adc
)
hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 30 Jun 2010 21:03:56 +0000
(21:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 30 Jun 2010 21:03:56 +0000
(21:03 +0000)
SVN-Revision: 21998
package/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index a41c7678a7044261ef7394e1489081d215b4b09d..9edb0708148e18ab36626288deb735c42615f12a 100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-38,7
+38,7
@@
hostapd_set_bss_options() {
# explicit override for crypto setting
case "$enc" in
- *tkip+aes|*tkip+ccmp) crypto="CCMP TKIP";;
+ *tkip+aes|*tkip+ccmp
|*aes+tkip|*ccmp+tkip
) crypto="CCMP TKIP";;
*aes|*ccmp) crypto="CCMP";;
*tkip) crypto="TKIP";;
esac