Searched refs:mgmt_type (Results 1 – 1 of 1) sorted by relevance
1402 u16 mgmt_type; in brcmf_p2p_notify_action_frame_rx() local1414 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()1415 if ((ifp->vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_action_frame_rx()1946 u16 mgmt_type; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local1980 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1981 if ((vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_rx_mgmt_p2p_probereq()