Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp57 uint32_t on_time_hs20; member
120 ALOGE("on_time_hs20: = %d", radio_stat->on_time_hs20); in handleResponse()
151 external_stat_ptr->on_time_hs20 = internal_stat_ptr->on_time_hs20; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h102 …u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exch… member
/hardware/interfaces/wifi/1.3/default/tests/
Dhidl_struct_util_unit_tests.cpp166 radio.stats.on_time_hs20 = rand(); in TEST_F()
249 EXPECT_EQ(legacy_stats.radios[i].stats.on_time_hs20, in TEST_F()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp772 …stats->on_time_hs20 = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20]… in get_wifi_radio_stats()
1003 radioStatsBuf->on_time_hs20, in handleResponse()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp829 legacy_radio_stat.stats.on_time_hs20; in convertLegacyLinkLayerRadioStatsToHidl()