Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intersil/hostap/
A 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/drivers/net/wireless/ath/wcn36xx/
A Dmain.c545 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
548 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key()
551 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
554 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
593 vif_priv->encrypt_type, in wcn36xx_set_key()
600 vif_priv->encrypt_type, in wcn36xx_set_key()
612 vif_priv->encrypt_type, in wcn36xx_set_key()
625 vif_priv->encrypt_type, in wcn36xx_set_key()
629 vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE; in wcn36xx_set_key()
635 vif_priv->encrypt_type, in wcn36xx_set_key()
[all …]
A Dwcn36xx.h124 enum ani_ed_type encrypt_type; member
A Dsmd.c387 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params()
1423 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
A Dhal.h1515 u32 encrypt_type; member
1696 u32 encrypt_type; member
/linux/drivers/net/wireless/ath/ath11k/
A Dhal_tx.h27 enum hal_encrypt_type encrypt_type; member
A Dhal_tx.c55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
A Ddp_tx.c157 ti.encrypt_type = in ath11k_dp_tx()
163 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
A Ddp_rx.c3529 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local
3538 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(ar->ab, desc); in ath11k_dp_rx_h_defrag_validate_incr_pn()
3539 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3540 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3541 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3542 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()

Completed in 54 milliseconds