mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-11 21:19:12 +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
|
esac
|
||||||
|
|
||||||
# enforce CCMP for 11ng and 11na
|
# enforce CCMP for 11ng and 11na
|
||||||
case "$hwmode" in
|
case "$hwmode:$crypto" in
|
||||||
*ng|*na) crypto="CCMP";;
|
*ng:TKIP|*na:TKIP) crypto="CCMP TKIP";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# use crypto/auth settings for building the hostapd config
|
# use crypto/auth settings for building the hostapd config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user