Searched refs:key_cipher (Results 1 – 4 of 4) sorted by relevance
1578 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()1580 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key()1597 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
4458 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()4460 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()4471 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()4483 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
60 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath10k_send_key()64 arg.key_cipher = WMI_CIPHER_TKIP; in ath10k_send_key()70 arg.key_cipher = WMI_CIPHER_WEP; in ath10k_send_key()88 arg.key_cipher = WMI_CIPHER_NONE; in ath10k_send_key()
3394 __le32 key_cipher; /* %WMI_CIPHER_ */ member3413 u32 key_cipher; member