Home
last modified time | relevance | path

Searched refs:mgmt_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/wireless/
Dmlme.c410 u16 mgmt_type; in cfg80211_mlme_register_mgmt() local
421 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_mlme_register_mgmt()
422 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) in cfg80211_mlme_register_mgmt()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c1366 u16 mgmt_type; in brcmf_p2p_notify_action_frame_rx() local
1373 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()
1374 if ((ifp->vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_action_frame_rx()
1861 u16 mgmt_type; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
1890 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1891 if ((vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
Dcfg80211.c4318 u16 mgmt_type; in brcmf_cfg80211_mgmt_frame_register() local
4322 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in brcmf_cfg80211_mgmt_frame_register()
4325 vif->mgmt_rx_reg |= BIT(mgmt_type); in brcmf_cfg80211_mgmt_frame_register()
4327 vif->mgmt_rx_reg &= ~BIT(mgmt_type); in brcmf_cfg80211_mgmt_frame_register()