Home
last modified time | relevance | path

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

/linux-6.15/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.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()
H A Dwmi.h5042 WMI_CIPHER_NONE, enumerator
H A Dmac.c291 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4610 WMI_CIPHER_NONE = 0, /* clear key */ enumerator
H A Dmac.c7436 if (unlikely(ahvif->key_cipher == WMI_CIPHER_NONE)) in ath12k_mac_op_tx()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5169 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro
H A Dmac.c4229 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()