Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c522 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
525 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key()
528 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
531 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
542 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key()
570 vif_priv->encrypt_type, in wcn36xx_set_key()
577 vif_priv->encrypt_type, in wcn36xx_set_key()
589 vif_priv->encrypt_type, in wcn36xx_set_key()
602 vif_priv->encrypt_type, in wcn36xx_set_key()
606 vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE; in wcn36xx_set_key()
[all …]
H A Dsmd.c391 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params()
1371 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h28 enum hal_encrypt_type encrypt_type; member
H A Dhal_tx.c55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
H A Ddp_tx.c157 ti.encrypt_type = in ath11k_dp_tx()
163 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
H A Ddp_rx.c3538 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local
3547 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(ar->ab, desc); in ath11k_dp_rx_h_defrag_validate_incr_pn()
3548 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3549 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3550 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3551 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()