Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dmlme.c671 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_register_mgmt()
685 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) { in cfg80211_mlme_register_mgmt()
859 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_mgmt_tx()
875 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx()
971 &wiphy->mgmt_stypes[wdev->iftype]; in cfg80211_rx_mgmt_ext()
H A Dnl80211.c2299 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument
2306 if (!mgmt_stypes) in nl80211_send_mgmt_stypes()
2318 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
2341 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
2927 const struct ieee80211_txrx_stypes *mgmt_stypes = in nl80211_send_wiphy() local
2928 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()
3258 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4747 wiphy->mgmt_stypes = adapter->mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
4749 wiphy->mgmt_stypes = mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()