Home
last modified time | relevance | path

Searched refs:mgmt_stypes (Results 1 – 9 of 9) 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()
966 &wiphy->mgmt_stypes[wdev->iftype]; in cfg80211_rx_mgmt_ext()
H A Dnl80211.c2120 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument
2127 if (!mgmt_stypes) in nl80211_send_mgmt_stypes()
2139 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
2162 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
2657 const struct ieee80211_txrx_stypes *mgmt_stypes = in nl80211_send_wiphy() local
2658 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()
2988 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1144 wiphy->mgmt_stypes = qtnf_mgmt_stypes; in qtnf_wiphy_register()
/linux/net/mac80211/
H A Dmain.c856 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes; in ieee80211_alloc_hw_nm()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4741 wiphy->mgmt_stypes = adapter->mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
4743 wiphy->mgmt_stypes = mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2643 wiphy->mgmt_stypes = rtw_cfg80211_default_mgmt_stypes; in rtw_cfg80211_preinit_wiphy()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3874 wiphy->mgmt_stypes = ath6kl_mgmt_stypes; in ath6kl_cfg80211_init()
/linux/include/net/
H A Dcfg80211.h6010 const struct ieee80211_txrx_stypes *mgmt_stypes; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7711 wiphy->mgmt_stypes = brcmf_txrx_stypes; in brcmf_setup_wiphy()