encrypt_type     1353 drivers/net/wireless/ath/wcn36xx/hal.h 	u32 encrypt_type;
encrypt_type     1464 drivers/net/wireless/ath/wcn36xx/hal.h 	u32 encrypt_type;
encrypt_type      512 drivers/net/wireless/ath/wcn36xx/main.c 		vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40;
encrypt_type      515 drivers/net/wireless/ath/wcn36xx/main.c 		vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104;
encrypt_type      518 drivers/net/wireless/ath/wcn36xx/main.c 		vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP;
encrypt_type      521 drivers/net/wireless/ath/wcn36xx/main.c 		vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP;
encrypt_type      532 drivers/net/wireless/ath/wcn36xx/main.c 		if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) {
encrypt_type      558 drivers/net/wireless/ath/wcn36xx/main.c 				vif_priv->encrypt_type,
encrypt_type      565 drivers/net/wireless/ath/wcn36xx/main.c 				vif_priv->encrypt_type,
encrypt_type      577 drivers/net/wireless/ath/wcn36xx/main.c 						vif_priv->encrypt_type,
encrypt_type      590 drivers/net/wireless/ath/wcn36xx/main.c 					vif_priv->encrypt_type,
encrypt_type      594 drivers/net/wireless/ath/wcn36xx/main.c 			vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE;
encrypt_type      600 drivers/net/wireless/ath/wcn36xx/main.c 					vif_priv->encrypt_type,
encrypt_type      817 drivers/net/wireless/ath/wcn36xx/main.c 			vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE;
encrypt_type      221 drivers/net/wireless/ath/wcn36xx/smd.c 	sta_params->encrypt_type = vif_priv->encrypt_type;
encrypt_type     1150 drivers/net/wireless/ath/wcn36xx/smd.c 	v1->encrypt_type = orig->encrypt_type;
encrypt_type      118 drivers/net/wireless/ath/wcn36xx/wcn36xx.h 	enum ani_ed_type encrypt_type;
encrypt_type      331 drivers/net/wireless/intersil/hostap/hostap_main.c 	enum { NONE, WEP, OTHER } encrypt_type;
encrypt_type      336 drivers/net/wireless/intersil/hostap/hostap_main.c 		encrypt_type = NONE;
encrypt_type      338 drivers/net/wireless/intersil/hostap/hostap_main.c 		encrypt_type = WEP;
encrypt_type      340 drivers/net/wireless/intersil/hostap/hostap_main.c 		encrypt_type = OTHER;
encrypt_type      350 drivers/net/wireless/intersil/hostap/hostap_main.c 	if (encrypt_type != NONE || local->privacy_invoked)
encrypt_type      355 drivers/net/wireless/intersil/hostap/hostap_main.c 	if (local->open_wep || encrypt_type == NONE ||
encrypt_type      361 drivers/net/wireless/intersil/hostap/hostap_main.c 	if ((encrypt_type != NONE || local->privacy_invoked) &&
encrypt_type      362 drivers/net/wireless/intersil/hostap/hostap_main.c 	    (encrypt_type == OTHER || local->host_encrypt))
encrypt_type      366 drivers/net/wireless/intersil/hostap/hostap_main.c 	if ((encrypt_type != NONE || local->privacy_invoked) &&
encrypt_type      367 drivers/net/wireless/intersil/hostap/hostap_main.c 	    (encrypt_type == OTHER || local->host_decrypt))
encrypt_type      379 drivers/net/wireless/intersil/hostap/hostap_main.c 	if (encrypt_type != WEP)