Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1302 const u8 *wmi_key_cipher; member
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.c9571 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9580 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9589 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9598 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9607 ar->wmi_key_cipher = wmi_key_cipher_suites; in ath10k_wmi_attach()
9611 ar->wmi_key_cipher = wmi_tlv_key_cipher_suites; in ath10k_wmi_attach()
H A Dwmi-tlv.c2479 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2482 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()