Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
7623 struct mgmt_rx_event_params rx_ev = {}; in ath11k_mgmt_rx_event() local7630 if (ath11k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath11k_mgmt_rx_event()7639 rx_ev.status); in ath11k_mgmt_rx_event()7642 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event()7646 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7652 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7658 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7661 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7662 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7664 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()[all …]
7271 struct ath12k_wmi_mgmt_rx_arg rx_ev = {}; in ath12k_mgmt_rx_event() local7283 if (ath12k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath12k_mgmt_rx_event()7292 rx_ev.status); in ath12k_mgmt_rx_event()7295 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()7299 rx_ev.pdev_id); in ath12k_mgmt_rx_event()7305 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()7312 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()7315 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event()7316 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event()7318 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()[all …]