/system/chre/util/nanoapp/ |
D | wifi.cc | 61 LOGI(" band: %s (%" PRIu8 ")", parseChreWifiBand(result.band), in logChreWifiResult() 62 result.band); in logChreWifiResult() 111 const char *parseChreWifiBand(uint8_t band) { in parseChreWifiBand() argument 112 switch (band) { in parseChreWifiBand()
|
/system/chre/apps/wifi_offload/ |
D | utility.cc | 62 const char *ParseChreWifiBand(uint8_t band) { in ParseChreWifiBand() argument 63 switch (band) { in ParseChreWifiBand() 128 LOGI(" band: %s (%" PRIu8 ")", ParseChreWifiBand(result.band), result.band); in LogChreScanResult()
|
/system/connectivity/wificond/net/ |
D | netlink_utils.cpp | 476 for (auto& band : bands) { in ParseBandInfo() local 478 if (band.GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo() 481 if (band.HasAttribute(NL80211_BAND_ATTR_HT_CAPA)) { in ParseBandInfo() 484 if (band.HasAttribute(NL80211_BAND_ATTR_VHT_CAPA)) { in ParseBandInfo() 489 if (band.GetAttribute(NL80211_BAND_ATTR_IFTYPE_DATA, in ParseBandInfo() 493 ParseHtVhtPhyCapabilities(band, out_band_info); in ParseBandInfo() 578 void NetlinkUtils::ParseHtVhtPhyCapabilities(const NL80211NestedAttr& band, in ParseHtVhtPhyCapabilities() argument 580 ParseHtMcsSetAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities() 581 ParseVhtMcsSetAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities() 582 ParseVhtCapAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities() [all …]
|
D | netlink_utils.h | 326 void ParseHtVhtPhyCapabilities(const NL80211NestedAttr& band, 328 void ParseHtMcsSetAttribute(const NL80211NestedAttr& band, 330 void ParseVhtMcsSetAttribute(const NL80211NestedAttr& band, 337 void ParseVhtCapAttribute(const NL80211NestedAttr& band,
|
/system/chre/util/include/chre/util/nanoapp/ |
D | wifi.h | 70 const char *parseChreWifiBand(uint8_t band);
|
/system/chre/apps/test/chqts/src/general_test/ |
D | basic_wifi_test.cc | 214 if (result.band == CHRE_WIFI_BAND_2_4_GHZ && in validatePrimaryChannel() 218 } else if (result.band == CHRE_WIFI_BAND_5_GHZ) { in validatePrimaryChannel() 598 if (results[i].band != CHRE_WIFI_BAND_2_4_GHZ && in validateWifiScanResult() 599 results[i].band != CHRE_WIFI_BAND_5_GHZ) { in validateWifiScanResult() 600 LOGE("Got unexpected band %d", results[i].band); in validateWifiScanResult()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wifi.h | 312 uint8_t band; member
|
/system/chre/chpp/test/ |
D | wifi_convert_test.cpp | 37 EXPECT_EQ(chppAp.band, chreAp.band); in validateScanResult() 508 .band = CHRE_WIFI_BAND_2_4_GHZ, in TEST() 547 .band = CHRE_WIFI_BAND_2_4_GHZ, in TEST() 565 .band = CHRE_WIFI_BAND_5_GHZ, in TEST()
|
/system/core/libsystem/include/system/ |
D | radio.h | 125 radio_hal_band_config_t band; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wifi.h | 445 uint8_t band; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wifi.h | 445 uint8_t band; member
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wifi.h | 445 uint8_t band; member
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | wifi.h | 503 uint8_t band; member
|
/system/chre/chpp/include/chpp/common/ |
D | wifi_types.h | 142 uint8_t band; member
|
/system/connectivity/wificond/ |
D | server.h | 137 int GetWiphyIndexFromBand(int band);
|
D | server.cpp | 679 int Server::GetWiphyIndexFromBand(int band) { in GetWiphyIndexFromBand() argument 680 auto iter = band_to_wiphy_index_map_.find(band); in GetWiphyIndexFromBand()
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | wifi.h | 573 uint8_t band; member
|
/system/chre/chre_api/legacy/v1_8/chre/ |
D | wifi.h | 573 uint8_t band; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wifi.h | 578 uint8_t band; member
|
/system/chre/apps/wifi_offload/test/ |
D | utility.cc | 155 init(result.band, rand_gen); in init()
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | wifi.h | 573 uint8_t band; member
|
/system/chre/chre_api/legacy/v1_9/chre/ |
D | wifi.h | 576 uint8_t band; member
|
/system/chre/chpp/common/ |
D | wifi_convert.c | 113 out->band = in->band; in chppWifiConvertScanResultFromChre() 560 out->band = in->band; in chppWifiConvertScanResultToChre()
|
/system/connectivity/wificond/scanning/ |
D | scan_utils.cpp | 462 rssi_adjust.band = NL80211_BAND_2GHZ; in StartScheduledScan()
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | nl80211.h | 6884 __u8 band; member
|