Home
last modified time | relevance | path

Searched refs:wmi_key_cipher (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h1286 const u8 *wmi_key_cipher; member
Dmac.c254 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
258 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
264 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
267 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
271 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key()
289 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
Dwmi.c9469 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9478 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9487 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9496 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9505 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9509 ar->wmi_key_cipher = wmi_tlv_key_cipher_suites; in ath10k_wmi_attach()
Dwmi-tlv.c2347 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2350 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()