Lines Matching refs:status

2518 			      u32 tid, u32 status)  in ath11k_wmi_addba_set_resp()  argument
2536 cmd->statuscode = status; in ath11k_wmi_addba_set_resp()
2540 vdev_id, mac, tid, status); in ath11k_wmi_addba_set_resp()
4031 vdev_rsp->status = ev->status; in ath11k_pull_vdev_start_resp_tlv()
4304 hdr->status = ev->status; in ath11k_pull_mgmt_rx_params_tlv()
4329 u32 status) in wmi_process_mgmt_tx_comp() argument
4352 if ((!(info->flags & IEEE80211_TX_CTL_NO_ACK)) && !status) in wmi_process_mgmt_tx_comp()
4388 param->status = ev->status; in ath11k_pull_mgmt_tx_compl_param_tlv()
4748 arg->status = ev->status; in ath11k_pull_vdev_install_key_compl_ev()
5471 ab->wlan_init_status = fixed_param.ready_event_min.status; in ath11k_wmi_tlv_rdy_parse()
5561 u32 status; in ath11k_vdev_start_resp_event() local
5579 status = vdev_start_resp.status; in ath11k_vdev_start_resp_event()
5581 if (WARN_ON_ONCE(status)) { in ath11k_vdev_start_resp_event()
5583 status, ath11k_wmi_vdev_resp_print(status)); in ath11k_vdev_start_resp_event()
5584 ar->last_wmi_vdev_start_status = status; in ath11k_vdev_start_resp_event()
5636 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ath11k_mgmt_rx_event() local
5647 memset(status, 0, sizeof(*status)); in ath11k_mgmt_rx_event()
5650 rx_ev.status); in ath11k_mgmt_rx_event()
5663 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()
5669 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()
5670 status->flag |= RX_FLAG_MMIC_ERROR; in ath11k_mgmt_rx_event()
5674 status->band = NL80211_BAND_6GHZ; in ath11k_mgmt_rx_event()
5675 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()
5677 status->band = NL80211_BAND_2GHZ; in ath11k_mgmt_rx_event()
5679 status->band = NL80211_BAND_5GHZ; in ath11k_mgmt_rx_event()
5690 (status->band == NL80211_BAND_5GHZ || status->band == NL80211_BAND_6GHZ)) in ath11k_mgmt_rx_event()
5692 "wmi mgmt rx 11b (CCK) on 5/6GHz, band = %d\n", status->band); in ath11k_mgmt_rx_event()
5694 sband = &ar->mac.sbands[status->band]; in ath11k_mgmt_rx_event()
5696 if (status->band != NL80211_BAND_6GHZ) in ath11k_mgmt_rx_event()
5697 status->freq = ieee80211_channel_to_frequency(rx_ev.channel, in ath11k_mgmt_rx_event()
5698 status->band); in ath11k_mgmt_rx_event()
5700 status->signal = rx_ev.snr + ATH11K_DEFAULT_NOISE_FLOOR; in ath11k_mgmt_rx_event()
5701 status->rate_idx = ath11k_mac_bitrate_to_idx(sband, rx_ev.rate / 100); in ath11k_mgmt_rx_event()
5710 status->flag |= RX_FLAG_SKIP_MONITOR; in ath11k_mgmt_rx_event()
5718 status->flag |= RX_FLAG_DECRYPTED; in ath11k_mgmt_rx_event()
5721 status->flag |= RX_FLAG_IV_STRIPPED | in ath11k_mgmt_rx_event()
5740 status->freq, status->band, status->signal, in ath11k_mgmt_rx_event()
5741 status->rate_idx); in ath11k_mgmt_rx_event()
5768 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()
5773 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()
6129 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event()
6142 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) { in ath11k_vdev_install_key_compl_event()
6144 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event()
6145 ar->install_key_status = install_key_compl.status; in ath11k_vdev_install_key_compl_event()
6528 int status; in ath11k_connect_pdev_htc_service() local
6547 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()
6548 if (status) { in ath11k_connect_pdev_htc_service()
6550 status); in ath11k_connect_pdev_htc_service()
6551 return status; in ath11k_connect_pdev_htc_service()