Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1618 [WMI_CIPHER_NONE] = WMI_CIPHER_NONE,
1630 [WMI_CIPHER_NONE] = WMI_TLV_CIPHER_NONE,
7323 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7325 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
H A Dwmi-tlv.c2358 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2361 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
H A Dwmi.h5015 WMI_CIPHER_NONE, enumerator
H A Dmac.c290 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4389 WMI_CIPHER_NONE = 0, /* clear key */ enumerator
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5139 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro
H A Dmac.c4126 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()