Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H A Dmlme.c654 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_register_mgmt()
668 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) { in cfg80211_mlme_register_mgmt()
842 if (!wdev->wiphy->mgmt_stypes) in cfg80211_mlme_mgmt_tx()
857 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx()
948 &wiphy->mgmt_stypes[wdev->iftype]; in cfg80211_rx_mgmt_ext()
H A Dnl80211.c2045 const struct ieee80211_txrx_stypes *mgmt_stypes) in nl80211_send_mgmt_stypes() argument
2052 if (!mgmt_stypes) in nl80211_send_mgmt_stypes()
2064 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
2087 stypes = mgmt_stypes[ift].rx; in nl80211_send_mgmt_stypes()
2541 const struct ieee80211_txrx_stypes *mgmt_stypes = in nl80211_send_wiphy() local
2542 rdev->wiphy.mgmt_stypes; in nl80211_send_wiphy()
2872 if (nl80211_send_mgmt_stypes(msg, mgmt_stypes)) in nl80211_send_wiphy()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1142 wiphy->mgmt_stypes = qtnf_mgmt_stypes; in qtnf_wiphy_register()
/linux-6.15/net/mac80211/
H A Dmain.c840 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes; in ieee80211_alloc_hw_nm()
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1798 wiphy->mgmt_stypes = wilc_wfi_cfg80211_mgmt_types; in wilc_create_wiphy()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4748 wiphy->mgmt_stypes = adapter->mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
4750 wiphy->mgmt_stypes = mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2647 wiphy->mgmt_stypes = rtw_cfg80211_default_mgmt_stypes; in rtw_cfg80211_preinit_wiphy()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2708 wiphy->mgmt_stypes = wil_mgmt_stypes; in wil_wiphy_init()
/linux-6.15/include/net/
H A Dcfg80211.h5743 const struct ieee80211_txrx_stypes *mgmt_stypes; member
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3871 wiphy->mgmt_stypes = ath6kl_mgmt_stypes; in ath6kl_cfg80211_init()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7656 wiphy->mgmt_stypes = brcmf_txrx_stypes; in brcmf_setup_wiphy()