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,7297 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()7299 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
2347 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()
5009 WMI_CIPHER_NONE, enumerator
289 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
4619 #define WMI_CIPHER_NONE 0x0 /* clear key */ macro