Home
last modified time | relevance | path

Searched refs:channels_5ghz (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/tests/
H A Dutil.c42 static const struct ieee80211_channel channels_5ghz[] = { variable
246 sband->channels = kmemdup(channels_5ghz, in t_sdata_init()
247 sizeof(channels_5ghz), in t_sdata_init()
249 sband->n_channels = ARRAY_SIZE(channels_5ghz); in t_sdata_init()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c669 struct ieee80211_channel channels_5ghz[ARRAY_SIZE(hwsim_channels_5ghz)]; member
5652 memcpy(data->channels_5ghz, hwsim_channels_5ghz, in mac80211_hwsim_new_radio()
5676 sband->channels = data->channels_5ghz; in mac80211_hwsim_new_radio()