Lines Matching refs:install_key_compl
8034 struct wmi_vdev_install_key_complete_arg install_key_compl = {};
8037 if (ath11k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) {
8044 install_key_compl.key_idx, install_key_compl.key_flags,
8045 install_key_compl.macaddr, install_key_compl.status);
8048 ar = ath11k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id);
8051 install_key_compl.vdev_id);
8058 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) {
8060 install_key_compl.macaddr, install_key_compl.status);
8061 ar->install_key_status = install_key_compl.status;