Searched defs:mac80211_hwsim_data (Results 1 – 1 of 1) sorted by relevance
479 struct mac80211_hwsim_data { struct480 struct list_head list;481 struct rhash_head rht;482 struct ieee80211_hw *hw;483 struct device *dev;484 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];485 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];486 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];487 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)];488 struct ieee80211_iface_combination if_combination;[all …]