hostapd: allow mixed TKIP/CCMP for 11n
[librecmc/librecmc.git] / package / hostapd / files / hostapd.sh
index d80729f6c98e5e52e2a02ec6a248a03c81ac06ab..acb92aac1778549341ddebf7862bc66b9b5cd161 100644 (file)
@@ -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