Home
last modified time | relevance | path

Searched refs:channels_2ghz (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/tests/
H A Dutil.c31 memcpy(priv->channels_2ghz, channels_2ghz, sizeof(channels_2ghz)); in t_wiphy_init()
33 priv->band_2ghz.channels = priv->channels_2ghz; in t_wiphy_init()
34 priv->band_2ghz.n_channels = ARRAY_SIZE(channels_2ghz); in t_wiphy_init()
H A Dutil.h16 static const struct ieee80211_channel channels_2ghz[] = { variable
40 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(channels_2ghz)]; member
/linux/net/mac80211/tests/
H A Dutil.c19 static const struct ieee80211_channel channels_2ghz[] = { variable
236 sband->channels = kmemdup(channels_2ghz, in t_sdata_init()
237 sizeof(channels_2ghz), in t_sdata_init()
239 sband->n_channels = ARRAY_SIZE(channels_2ghz); in t_sdata_init()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c668 struct ieee80211_channel channels_2ghz[ARRAY_SIZE(hwsim_channels_2ghz)]; member
5649 memcpy(data->channels_2ghz, hwsim_channels_2ghz, in mac80211_hwsim_new_radio()
5669 sband->channels = data->channels_2ghz; in mac80211_hwsim_new_radio()