Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dmlme.c412 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_register_mgmt()
422 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) in cfg80211_mlme_register_mgmt()
518 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_mgmt_tx()
533 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx()
616 &wiphy->mgmt_stypes[wdev->iftype]; in cfg80211_rx_mgmt()
Dnl80211.c1187 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument
1194 if (!mgmt_stypes) in nl80211_send_mgmt_stypes()
1206 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
1229 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
1264 const struct ieee80211_txrx_stypes *mgmt_stypes = in nl80211_send_wiphy() local
1265 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()
1568 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c996 wiphy->mgmt_stypes = wil_mgmt_stypes; in wil_wiphy_init()
/linux-4.1.27/net/mac80211/
Dmain.c531 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes; in ieee80211_alloc_hw_nm()
/linux-4.1.27/include/net/
Dcfg80211.h3129 const struct ieee80211_txrx_stypes *mgmt_stypes; member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3225 wiphy->mgmt_stypes = rtw_cfg80211_default_mgmt_stypes; in rtw_cfg80211_preinit_wiphy()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3500 wiphy->mgmt_stypes = mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3725 wiphy->mgmt_stypes = ath6kl_mgmt_stypes; in ath6kl_cfg80211_init()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c5813 wiphy->mgmt_stypes = brcmf_txrx_stypes; in brcmf_setup_wiphy()