Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp53 uint32_t on_time_nbd; member
117 ALOGE("on_time_nbd: = %d", radio_stat->on_time_nbd); in handleResponse()
147 external_stat_ptr->on_time_nbd = internal_stat_ptr->on_time_nbd; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h98 …u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accr… member
/hardware/interfaces/wifi/1.3/default/tests/
Dhidl_struct_util_unit_tests.cpp162 radio.stats.on_time_nbd = rand(); in TEST_F()
241 EXPECT_EQ(legacy_stats.radios[i].stats.on_time_nbd, in TEST_F()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp744 …stats->on_time_nbd = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD]); in get_wifi_radio_stats()
999 radioStatsBuf->on_time_nbd, in handleResponse()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp821 hidl_radio_stat->onTimeInMsForNanScan = legacy_radio_stat.stats.on_time_nbd; in convertLegacyLinkLayerRadioStatsToHidl()