Home
last modified time | relevance | path

Searched refs:on_time_hs20 (Results 1 – 8 of 8) sorted by relevance

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dlink_layer_stats.cpp64 uint32_t on_time_hs20; member
82 u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exchange member
259 external_stat_ptr->on_time_hs20 = internal_stat_ptr->on_time_hs20; in convertToExternalRadioStatStructure()
290 external_stat_ptr->on_time_hs20 = internal_stat_ptr->on_time_hs20; in convertToExternalRadioStatStructureLegacy()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h105 …u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exch… member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp65 uint32_t on_time_hs20; member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp229 radio.stats.on_time_hs20 = rand(); in TEST_F()
410 EXPECT_EQ(legacy_ml_stats.radios[i].stats.on_time_hs20, in TEST_F()
491 radio.stats.on_time_hs20 = rand(); in TEST_F()
634 EXPECT_EQ(legacy_stats.radios[i].stats.on_time_hs20, in TEST_F()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp773 …stats->on_time_hs20 = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20]… in get_wifi_radio_stats()
1020 radioStatsBuf->on_time_hs20, in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp787 …stats->on_time_hs20 = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20]… in get_wifi_radio_stats()
1036 radioStatsBuf->on_time_hs20, in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4752 printMsg("on_time_hs20 = %d\n", rx_stat[i].on_time_hs20); in printMultiLinkStats()
4811 printMsg("on_time_hs20 = %d\n", rx_stat[i].on_time_hs20); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp888 aidl_radio_stat->onTimeInMsForHs20Scan = legacy_radio_stat.stats.on_time_hs20; in convertLegacyLinkLayerRadioStatsToAidl()