hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override

SVN-Revision: 21998
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent 79c9adc19f
commit f391ff4ec8

@ -38,7 +38,7 @@ hostapd_set_bss_options() {
# explicit override for crypto setting
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";;
*tkip) crypto="TKIP";;
esac

Loading…
Cancel
Save