/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 548 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key() 551 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key() 554 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key() 557 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key() 568 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key() 585 /* Reconfigure bss with encrypt_type */ in wcn36xx_set_key() 596 vif_priv->encrypt_type, in wcn36xx_set_key() 603 vif_priv->encrypt_type, in wcn36xx_set_key() 615 vif_priv->encrypt_type, in wcn36xx_set_key() 628 vif_priv->encrypt_type, in wcn36xx_set_key() [all...] |
H A D | wcn36xx.h | 124 enum ani_ed_type encrypt_type; member
|
H A D | smd.c | 384 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params() 1355 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
|
H A D | hal.h | 1483 u32 encrypt_type; member 1664 u32 encrypt_type; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 331 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 in hostap_set_encryption() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 331 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 in hostap_set_encryption() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 522 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() 559 /* Reconfigure bss with 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() [all...] |
H A D | wcn36xx.h | 125 enum ani_ed_type encrypt_type; member
|
H A D | smd.c | 391 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params() 1431 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
|
H A D | hal.h | 1515 u32 encrypt_type; member 1696 u32 encrypt_type; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 27 enum hal_encrypt_type encrypt_type; member
|
H A D | hal_tx.c | 55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
|
H A D | dp_tx.c | 152 ti.encrypt_type = in ath11k_dp_tx() 158 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
|
H A D | dp_rx.c | 3406 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local 3415 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(desc); in ath11k_dp_rx_h_defrag_validate_incr_pn() 3416 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3417 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3418 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3419 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 28 enum hal_encrypt_type encrypt_type; member
|
H A D | hal_tx.c | 55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
|
H A D | dp_tx.c | 155 ti.encrypt_type = in ath11k_dp_tx() 161 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
|
H A D | dp_rx.c | 3533 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local 3542 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(ar->ab, desc); in ath11k_dp_rx_h_defrag_validate_incr_pn() 3543 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3544 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3545 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn() 3546 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hal_tx.h | 30 enum hal_encrypt_type encrypt_type; member
|
H A D | dp_tx.c | 124 le32_encode_bits(ti->encrypt_type, in ath12k_hal_tx_cmd_ext_desc_setup() 187 ti.encrypt_type = in ath12k_dp_tx() 193 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_tx()
|
H A D | dp_rx.c | 3166 enum hal_encrypt_type encrypt_type; in ath12k_dp_rx_h_defrag_validate_incr_pn() local 3175 encrypt_type = ath12k_dp_rx_h_enctype(ab, desc); in ath12k_dp_rx_h_defrag_validate_incr_pn() 3176 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath12k_dp_rx_h_defrag_validate_incr_pn() 3177 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath12k_dp_rx_h_defrag_validate_incr_pn() 3178 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath12k_dp_rx_h_defrag_validate_incr_pn() 3179 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath12k_dp_rx_h_defrag_validate_incr_pn()
|