Home
last modified time | relevance | path

Searched refs:encrypt_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_main.c331 enum { NONE, WEP, OTHER } encrypt_type; in hostap_set_encryption() local
336 encrypt_type = NONE; in hostap_set_encryption()
338 encrypt_type = WEP; in hostap_set_encryption()
340 encrypt_type = OTHER; in hostap_set_encryption()
350 if (encrypt_type != NONE || local->privacy_invoked) in hostap_set_encryption()
355 if (local->open_wep || encrypt_type == NONE || in hostap_set_encryption()
361 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
362 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
366 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
367 (encrypt_type == OTHER || local->host_decrypt)) in hostap_set_encryption()
[all …]
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dmain.c512 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
515 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key()
518 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
521 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
532 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key()
558 vif_priv->encrypt_type, in wcn36xx_set_key()
565 vif_priv->encrypt_type, in wcn36xx_set_key()
577 vif_priv->encrypt_type, in wcn36xx_set_key()
590 vif_priv->encrypt_type, in wcn36xx_set_key()
594 vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE; in wcn36xx_set_key()
[all …]
Dwcn36xx.h118 enum ani_ed_type encrypt_type; member
Dsmd.c221 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params()
1150 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
Dhal.h1353 u32 encrypt_type; member
1464 u32 encrypt_type; member