Home
last modified time | relevance | path

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

/linux/net/mac80211/tests/
H A Dutil.c221 t_sdata->wiphy->bands[NL80211_BAND_5GHZ] = &t_sdata->band_5ghz; in t_sdata_init()
291 ieee80211_set_sband_iftype_data(&t_sdata->band_5ghz, sband_capa_5ghz); in t_sdata_init()
302 kfree(t_sdata->band_5ghz.channels); in t_sdata_exit()
303 kfree(t_sdata->band_5ghz.bitrates); in t_sdata_exit()
/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c96 static struct ieee80211_supported_band band_5ghz = { variable
391 wiphy->bands[NL80211_BAND_5GHZ] = &band_5ghz; in virt_wifi_make_wiphy()