Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.h1202 const u8 *wmi_key_cipher; member
Dmac.c242 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
246 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
252 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
255 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
259 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key()
276 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
Dwmi.c9336 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9344 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9352 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9360 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9368 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9372 ar->wmi_key_cipher = wmi_tlv_key_cipher_suites; in ath10k_wmi_attach()
Dwmi-tlv.c2188 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2191 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()