Home
last modified time | relevance | path

Searched refs:key_cipher (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h332 u32 key_cipher; member
H A Dmac.c4627 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key()
4632 arg.key_cipher = WMI_CIPHER_TKIP; in ath12k_install_key()
4637 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key()
4641 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath12k_install_key()
4662 ahvif->key_cipher = key->cipher; in ath12k_install_key()
7436 if (unlikely(ahvif->key_cipher == WMI_CIPHER_NONE)) in ath12k_mac_op_tx()
10161 ahvif->key_cipher, in ath12k_mac_op_reconfig_complete()
H A Ddp.c347 u32_encode_bits(ath12k_dp_tx_get_encrypt_type(ahvif->key_cipher), in ath12k_dp_tx_get_vdev_bank_config()
H A Dwmi.h3704 __le32 key_cipher; member
3726 u32 key_cipher; member
H A Dwmi.c2042 cmd->key_cipher = cpu_to_le32(arg->key_cipher); in ath12k_wmi_vdev_install_key()
2056 arg->key_idx, arg->key_cipher, arg->key_len); in ath12k_wmi_vdev_install_key()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2359 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2362 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2380 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
H A Dmac.c256 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
260 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
266 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
269 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
273 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key()
291 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
H A Dwmi.h5071 __le32 key_cipher; /* %WMI_CIPHER_ */ member
5090 u32 key_cipher; member
H A Dwmi.c7323 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7325 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
7336 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()
7348 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3673 u32 key_cipher; member
3695 u32 key_cipher; member
H A Dmac.c4229 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()
4237 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key()
4242 arg.key_cipher = WMI_CIPHER_TKIP; in ath11k_install_key()
4248 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath11k_install_key()
H A Dwmi.c1845 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key()
1869 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()