Searched refs:mwifiex_mgmt_stypes (Results 1 – 2 of 2) sorted by relevance
1741 mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES] = { variable4734 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()
1011 struct ieee80211_txrx_stypes mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES]; member