Searched refs:WMI_CIPHER_NONE (Results 1 – 5 of 5) sorted by relevance
1617 [WMI_CIPHER_NONE] = WMI_CIPHER_NONE,1629 [WMI_CIPHER_NONE] = WMI_TLV_CIPHER_NONE,7292 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()7294 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
2336 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()2339 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key()
5007 WMI_CIPHER_NONE, enumerator
278 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
4580 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro