Home
last modified time | relevance | path

Searched defs:mac80211_hwsim_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c478 struct mac80211_hwsim_data { struct
479 struct list_head list;
480 struct ieee80211_hw *hw;
481 struct device *dev;
482 struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
483 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];
484 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];
485 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)];
486 struct ieee80211_iface_combination if_combination;
488 struct mac_address addresses[2];
[all …]