Searched refs:mNumRadios (Results 1 – 2 of 2) sorted by relevance
56 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 …]
88 u8 mNumRadios; variable