projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf196a
)
[package] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index
a41c767
..
9edb070
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