Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_main.c335 enum { NONE, WEP, OTHER } encrypt_type; in hostap_set_encryption() local
340 encrypt_type = NONE; in hostap_set_encryption()
342 encrypt_type = WEP; in hostap_set_encryption()
344 encrypt_type = OTHER; in hostap_set_encryption()
354 if (encrypt_type != NONE || local->privacy_invoked) in hostap_set_encryption()
359 if (local->open_wep || encrypt_type == NONE || in hostap_set_encryption()
365 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
366 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
370 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
371 (encrypt_type == OTHER || local->host_decrypt)) in hostap_set_encryption()
[all …]
/Linux-v4.19/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()
1143 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
Dhal.h1353 u32 encrypt_type; member
1464 u32 encrypt_type; member