Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwmi.c1603 [WMI_CIPHER_NONE] = WMI_CIPHER_NONE,
1615 [WMI_CIPHER_NONE] = WMI_TLV_CIPHER_NONE,
7196 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7198 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
Dwmi-tlv.c2188 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2191 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dwmi.h4975 WMI_CIPHER_NONE, enumerator
Dmac.c276 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()