|
@@ -2206,7 +2206,9 @@ lim_verify_dot11_mode_with_crypto(struct pe_session *session)
|
|
return;
|
|
return;
|
|
|
|
|
|
if (!((ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_TKIP)) ||
|
|
if (!((ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_TKIP)) ||
|
|
- (ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_WEP))))
|
|
|
|
|
|
+ (ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_WEP)) ||
|
|
|
|
+ (ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_WEP_40)) ||
|
|
|
|
+ (ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_WEP_104))))
|
|
return;
|
|
return;
|
|
|
|
|
|
if (WLAN_REG_IS_24GHZ_CH_FREQ(bss_desc->chan_freq))
|
|
if (WLAN_REG_IS_24GHZ_CH_FREQ(bss_desc->chan_freq))
|