mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[backfire] merge r25543
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
670874f20c
commit
fa5bede88e
@ -47,8 +47,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