Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1618 [WMI_CIPHER_NONE] = WMI_CIPHER_NONE,
1630 [WMI_CIPHER_NONE] = WMI_TLV_CIPHER_NONE,
7329 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7331 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
H A Dmac.c299 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4941 WMI_CIPHER_NONE = 0, /* clear key */ enumerator
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c4393 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()