Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c1803 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()
1805 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dwmi.h4361 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro
Dwmi.c6000 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
6002 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
Dmac.c204 arg.key_cipher = WMI_CIPHER_NONE; in ath10k_send_key()