Searched defs:mac80211_hwsim_data (Results 1 – 2 of 2) sorted by relevance
543 struct mac80211_hwsim_data { struct544 struct list_head list;545 struct rhash_head rht;546 struct ieee80211_hw *hw;547 struct device *dev;548 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];549 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];550 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];551 struct ieee80211_channel channels_s1g[ARRAY_SIZE(hwsim_channels_s1g)];552 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)];[all …]
638 struct mac80211_hwsim_data { struct639 struct list_head list;640 struct rhash_head rht;641 struct ieee80211_hw *hw;642 struct device *dev;643 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];644 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];645 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];646 struct ieee80211_channel channels_6ghz[ARRAY_SIZE(hwsim_channels_6ghz)];647 struct ieee80211_channel channels_s1g[ARRAY_SIZE(hwsim_channels_s1g)];[all …]