Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
7886 struct mgmt_rx_event_params rx_ev = {}; in ath11k_mgmt_rx_event() local7893 if (ath11k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath11k_mgmt_rx_event()7902 rx_ev.status); in ath11k_mgmt_rx_event()7905 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event()7909 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7915 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7921 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7924 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7925 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7927 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()[all …]
7339 struct ath12k_wmi_mgmt_rx_arg rx_ev = {}; in ath12k_mgmt_rx_event() local7347 if (ath12k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath12k_mgmt_rx_event()7356 rx_ev.status); in ath12k_mgmt_rx_event()7359 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()7363 rx_ev.pdev_id); in ath12k_mgmt_rx_event()7369 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()7376 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()7379 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event()7380 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event()7382 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()[all …]