projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c37852
)
merge r25543
author
Jo-Philipp Wich
<
[email protected]
>
Tue, 15 Feb 2011 08:50:45 +0000
(08:50 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 15 Feb 2011 08:50:45 +0000
(08:50 +0000)
SVN-Revision: 25544
package/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index db08e7bce2b131a9a044128985177166043853b0..98c3f61e5889e212248e4ce7e0d6671cee5e3e69 100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-47,8
+47,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