Home
last modified time | relevance | path

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

/system/core/libsystem/include/system/
Dradio.h144 radio_hal_band_config_t bands[RADIO_NUM_BANDS_MAX]; /* band descriptors */ member
160 radio_band_config_t bands[RADIO_NUM_BANDS_MAX]; member
/system/connectivity/wificond/net/
Dnetlink_utils.cpp414 vector<NL80211NestedAttr> bands; in ParseBandInfo() local
415 if (!bands_attr.GetListOfNestedAttributes(&bands)) { in ParseBandInfo()
422 for (unsigned int band_index = 0; band_index < bands.size(); band_index++) { in ParseBandInfo()
424 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()