Searched refs:mgmt_stypes (Results 1 – 3 of 3) sorted by relevance
481 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()
1655 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument1662 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() local1907 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()2157 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
554 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes; in ieee80211_alloc_hw_nm()