Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h407 u32 key_cipher; member
H A Dmac.c5544 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key()
5548 arg.key_cipher = WMI_CIPHER_TKIP; in ath12k_install_key()
5554 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath12k_install_key()
5558 arg.key_cipher = WMI_CIPHER_AES_CMAC; in ath12k_install_key()
5562 arg.key_cipher = WMI_CIPHER_AES_GMAC; in ath12k_install_key()
5565 arg.key_cipher = WMI_CIPHER_AES_CMAC; in ath12k_install_key()
5616 ahvif->key_cipher = arg.ieee80211_key_cipher; in ath12k_install_key()
9262 if (unlikely(!ahvif->key_cipher)) in ath12k_mac_op_tx()
13030 ahvif->key_cipher, in ath12k_mac_op_reconfig_complete()
H A Ddp.c354 u32_encode_bits(ath12k_dp_tx_get_encrypt_type(ahvif->key_cipher), in ath12k_dp_tx_get_vdev_bank_config()
H A Dwmi.h3784 __le32 key_cipher; member
3806 u32 key_cipher; member
H A Dwmi.c2177 cmd->key_cipher = cpu_to_le32(arg->key_cipher); in ath12k_wmi_vdev_install_key()
2191 arg->key_idx, arg->key_cipher, arg->key_len); in ath12k_wmi_vdev_install_key()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c2484 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2487 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2510 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
H A Dmac.c258 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
262 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
268 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
271 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
275 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key()
299 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.c7440 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7442 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
7453 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()
7465 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3662 u32 key_cipher; member
3684 u32 key_cipher; member
H A Dmac.c4379 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()
4387 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key()
4392 arg.key_cipher = WMI_CIPHER_TKIP; in ath11k_install_key()
4398 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath11k_install_key()
H A Dwmi.c1934 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key()
1962 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()