Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dmlme.c452 u16 mgmt_type; in cfg80211_mlme_register_mgmt() local
463 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_mlme_register_mgmt()
464 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) in cfg80211_mlme_register_mgmt()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c1367 u16 mgmt_type; in brcmf_p2p_notify_action_frame_rx() local
1374 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()
1375 if ((ifp->vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_action_frame_rx()
1862 u16 mgmt_type; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
1891 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1892 if ((vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
Dcfg80211.c4403 u16 mgmt_type; in brcmf_cfg80211_mgmt_frame_register() local
4407 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in brcmf_cfg80211_mgmt_frame_register()
4410 vif->mgmt_rx_reg |= BIT(mgmt_type); in brcmf_cfg80211_mgmt_frame_register()
4412 vif->mgmt_rx_reg &= ~BIT(mgmt_type); in brcmf_cfg80211_mgmt_frame_register()