Home
last modified time | relevance | path

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

/linux/net/wireless/tests/
H A Dutil.c32 wiphy->bands[NL80211_BAND_2GHZ] = &priv->band_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.h39 struct ieee80211_supported_band band_2ghz; member
/linux/net/mac80211/tests/
H A Dutil.c220 t_sdata->wiphy->bands[NL80211_BAND_2GHZ] = &t_sdata->band_2ghz; in t_sdata_init()
300 kfree(t_sdata->band_2ghz.channels); in t_sdata_exit()
301 kfree(t_sdata->band_2ghz.bitrates); in t_sdata_exit()
/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c43 static struct ieee80211_supported_band band_2ghz = { variable
388 wiphy->bands[NL80211_BAND_2GHZ] = &band_2ghz; in virt_wifi_make_wiphy()