mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:08:06 +02:00
[package] hostapd: allow mixed TKIP/CCMP for 11n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25543 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d52a5ec1ec
commit
200663f5d9
@ -50,8 +50,8 @@ hostapd_set_bss_options() {
|
||||
esac
|
||||
|
||||
# enforce CCMP for 11ng and 11na
|
||||
case "$hwmode" in
|
||||
*ng|*na) crypto="CCMP";;
|
||||
case "$hwmode:$crypto" in
|
||||
*ng:TKIP|*na:TKIP) crypto="CCMP TKIP";;
|
||||
esac
|
||||
|
||||
# use crypto/auth settings for building the hostapd config
|
||||
|
Loading…
Reference in New Issue
Block a user