Searched defs:mac80211_hwsim_data (Results 1 – 1 of 1) sorted by relevance
547 struct mac80211_hwsim_data { struct548 struct list_head list;549 struct rhash_head rht;550 struct ieee80211_hw *hw;551 struct device *dev;552 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];553 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];554 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];555 struct ieee80211_channel channels_s1g[ARRAY_SIZE(hwsim_channels_s1g)];556 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)];[all …]