Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1305 const u8 *wmi_key_cipher; member
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()
293 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
H A Dwmi-tlv.c2359 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2362 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()