Searched refs:encrypt_type (Results 1 – 5 of 5) sorted by relevance
331 enum { NONE, WEP, OTHER } encrypt_type; in hostap_set_encryption() local336 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 …]
512 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 …]
118 enum ani_ed_type encrypt_type; member
221 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()
1353 u32 encrypt_type; member1464 u32 encrypt_type; member