Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
7937 struct mgmt_rx_event_params rx_ev = {}; in ath11k_mgmt_rx_event() local7944 if (ath11k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath11k_mgmt_rx_event()7953 rx_ev.status); in ath11k_mgmt_rx_event()7956 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event()7960 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7966 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7972 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7975 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7976 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7978 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()[all …]
7395 struct ath12k_wmi_mgmt_rx_arg rx_ev = {}; in ath12k_mgmt_rx_event() local7403 if (ath12k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath12k_mgmt_rx_event()7412 rx_ev.status); in ath12k_mgmt_rx_event()7415 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()7419 rx_ev.pdev_id); in ath12k_mgmt_rx_event()7425 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()7432 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()7435 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event()7436 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event()7438 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()[all …]