Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h78 u32 eosp_count; // Count of early terminations member
282 u32 eosp_count; // Count of early terminations member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp499 mStats->eosp_count = it.get_u32(); in handleResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp493 mStats->eosp_count = it.get_u32(); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2215 if (twt_stats.eosp_count) in GetTwtStats()
2216 printMsg("eosp_count = %d\n", twt_stats.eosp_count); in GetTwtStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3751 aidl_twt_stats->eospCount = twt_stats.eosp_count; in convertLegacyHalTwtSessionStatsToAidl()