Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/virtual/
Dmac80211_hwsim.c661 struct mac80211_hwsim_data { struct
662 struct list_head list;
663 struct rhash_head rht;
664 struct ieee80211_hw *hw;
665 struct device *dev;
666 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
667 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)];
668 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)];
669 struct ieee80211_channel channels_6ghz[ARRAY_SIZE(hwsim_channels_6ghz)];
670 struct ieee80211_channel channels_s1g[ARRAY_SIZE(hwsim_channels_s1g)];
[all …]