Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dwmi.c1617 [WMI_CIPHER_NONE] = WMI_CIPHER_NONE,
1629 [WMI_CIPHER_NONE] = WMI_TLV_CIPHER_NONE,
7301 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7303 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
Dwmi-tlv.c2347 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
2350 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dwmi.h5014 WMI_CIPHER_NONE, enumerator
Dmac.c289 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
/drivers/net/wireless/ath/ath11k/
Dwmi.h4788 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro
Dmac.c3747 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key()