Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c2336 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2339 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2357 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dmac.c243 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
247 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
253 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
256 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_AES_GCM]; in ath10k_send_key()
278 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
Dwmi.c7292 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7294 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
7305 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()
7317 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
Dwmi.h5036 __le32 key_cipher; /* %WMI_CIPHER_ */ member
5055 u32 key_cipher; member
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c2407 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key()
2412 arg.key_cipher = WMI_CIPHER_TKIP; in ath11k_install_key()
2417 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key()
2421 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath11k_install_key()
Dwmi.h3439 u32 key_cipher; member
3461 u32 key_cipher; member
Dwmi.c1655 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key()
1678 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()