Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c1578 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()
1580 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dwmi.h3380 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro
Dwmi.c4458 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
4460 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
Dmac.c88 arg.key_cipher = WMI_CIPHER_NONE; in ath10k_send_key()