Home
last modified time | relevance | path

Searched refs:mwifiex_mgmt_stypes (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c1741 mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES] = { variable
4734 memcpy(adapter->mwifiex_mgmt_stypes, in mwifiex_register_cfg80211()
4735 mwifiex_mgmt_stypes, in mwifiex_register_cfg80211()
4739 adapter->mwifiex_mgmt_stypes[NL80211_IFTYPE_AP].tx = 0xffff; in mwifiex_register_cfg80211()
4740 adapter->mwifiex_mgmt_stypes[NL80211_IFTYPE_AP].rx = in mwifiex_register_cfg80211()
4748 wiphy->mgmt_stypes = adapter->mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
4750 wiphy->mgmt_stypes = mwifiex_mgmt_stypes; in mwifiex_register_cfg80211()
Dmain.h1011 struct ieee80211_txrx_stypes mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES]; member