Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dmain.c405 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
408 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
411 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
414 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
425 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key()
451 vif_priv->encrypt_type, in wcn36xx_set_key()
458 vif_priv->encrypt_type, in wcn36xx_set_key()
466 vif_priv->encrypt_type, in wcn36xx_set_key()
477 vif_priv->encrypt_type, in wcn36xx_set_key()
484 vif_priv->encrypt_type, in wcn36xx_set_key()
Dwcn36xx.h130 enum ani_ed_type encrypt_type; member
Dhal.h1238 u32 encrypt_type; member
1349 u32 encrypt_type; member
Dsmd.c218 sta_params->encrypt_type = priv_vif->encrypt_type; in wcn36xx_smd_set_sta_params()