Home
last modified time | relevance | path

Searched refs:mNumRadios (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp56 mNumRadios = 0; in LLStatsCommand()
867 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse()
869 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse()
870 mNumRadios = mNumRadiosAllocated; in notifyResponse()
873 mResultsParams.iface_stat, mNumRadios, in notifyResponse()
890 if (mNumRadios > mNumRadiosAllocated) { in clearStats()
892 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats()
893 mNumRadios = mNumRadiosAllocated; in clearStats()
895 for (u8 radio = 0; radio < mNumRadios; radio++) { in clearStats()
907 mNumRadios = 0; in clearStats()
[all …]
H A Dllstatscommand.h88 u8 mNumRadios; variable