Searched refs:key_cipher (Results 1 – 4 of 4) sorted by relevance
1792 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()1794 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()1811 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
180 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath10k_send_key()184 arg.key_cipher = WMI_CIPHER_TKIP; in ath10k_send_key()190 arg.key_cipher = WMI_CIPHER_WEP; in ath10k_send_key()204 arg.key_cipher = WMI_CIPHER_NONE; in ath10k_send_key()
5980 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()5982 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()5993 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()6005 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
4375 __le32 key_cipher; /* %WMI_CIPHER_ */ member4394 u32 key_cipher; member