Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/hostap/
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-5.19.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c595 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
598 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key()
601 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
604 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
615 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key()
643 vif_priv->encrypt_type, in wcn36xx_set_key()
650 vif_priv->encrypt_type, in wcn36xx_set_key()
662 vif_priv->encrypt_type, in wcn36xx_set_key()
675 vif_priv->encrypt_type, in wcn36xx_set_key()
679 vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE; in wcn36xx_set_key()
[all …]
Dwcn36xx.h125 enum ani_ed_type encrypt_type; member
Dsmd.c390 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params()
1430 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
Dhal.h1515 u32 encrypt_type; member
1696 u32 encrypt_type; member
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dhal_tx.h27 enum hal_encrypt_type encrypt_type; member
Dhal_tx.c55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
Ddp_tx.c158 ti.encrypt_type = in ath11k_dp_tx()
164 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
Ddp_rx.c3504 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local
3513 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(ar->ab, desc); in ath11k_dp_rx_h_defrag_validate_incr_pn()
3514 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3515 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3516 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3517 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()