Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp57 uint32_t on_time_hs20; member
139 external_stat_ptr->on_time_hs20 = internal_stat_ptr->on_time_hs20; in convertToExternalRadioStatStructure()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h105 …u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exch… member
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dhidl_struct_util_unit_tests.cpp192 radio.stats.on_time_hs20 = rand(); in TEST_F()
343 EXPECT_EQ(legacy_stats.radios[i].stats.on_time_hs20, in TEST_F()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A 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()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp980 legacy_radio_stat.stats.on_time_hs20; in convertLegacyLinkLayerRadioStatsToHidl()