Searched defs:mac80211_hwsim_data (Results 1 – 1 of 1) sorted by relevance
290 struct mac80211_hwsim_data { struct291 struct list_head list;292 struct ieee80211_hw *hw;293 struct device *dev;294 struct ieee80211_supported_band bands[2];295 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];296 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];297 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)];299 struct mac_address addresses[2];301 struct ieee80211_channel *channel;[all …]