Lines Matching refs:install_key_compl
7544 struct wmi_vdev_install_key_complete_arg install_key_compl = {};
7547 if (ath12k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) {
7554 install_key_compl.key_idx, install_key_compl.key_flags,
7555 install_key_compl.macaddr, install_key_compl.status);
7558 ar = ath12k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id);
7561 install_key_compl.vdev_id);
7568 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) {
7570 install_key_compl.macaddr, install_key_compl.status);
7571 ar->install_key_status = install_key_compl.status;