Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
7605 struct mgmt_rx_event_params rx_ev = {}; in ath11k_mgmt_rx_event() local7612 if (ath11k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath11k_mgmt_rx_event()7621 rx_ev.status); in ath11k_mgmt_rx_event()7624 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event()7628 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7634 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7640 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7643 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7644 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7646 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()[all …]
7171 struct ath12k_wmi_mgmt_rx_arg rx_ev = {}; in ath12k_mgmt_rx_event() local7179 if (ath12k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath12k_mgmt_rx_event()7188 rx_ev.status); in ath12k_mgmt_rx_event()7191 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()7195 rx_ev.pdev_id); in ath12k_mgmt_rx_event()7201 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()7208 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()7211 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event()7212 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event()7214 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()[all …]