Home
last modified time | relevance | path

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

/net/wireless/
Dmlme.c481 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_register_mgmt()
491 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) in cfg80211_mlme_register_mgmt()
590 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_mgmt_tx()
605 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx()
706 &wiphy->mgmt_stypes[wdev->iftype]; in cfg80211_rx_mgmt()
Dnl80211.c1655 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument
1662 if (!mgmt_stypes) in nl80211_send_mgmt_stypes()
1674 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1697 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
1906 const struct ieee80211_txrx_stypes *mgmt_stypes = in nl80211_send_wiphy() local
1907 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()
2157 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
/net/mac80211/
Dmain.c554 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes; in ieee80211_alloc_hw_nm()