mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 15:26:14 +02:00
[package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5794fe5fc7
commit
b49acf1288
@ -38,7 +38,7 @@ hostapd_set_bss_options() {
|
|||||||
|
|
||||||
# explicit override for crypto setting
|
# explicit override for crypto setting
|
||||||
case "$enc" in
|
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";;
|
*aes|*ccmp) crypto="CCMP";;
|
||||||
*tkip) crypto="TKIP";;
|
*tkip) crypto="TKIP";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user