Lines Matching refs:mNumRadios
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()
957 mNumRadios = nla_get_u32(tb_vendor[ in handleResponse()