Lines Matching refs:mNumRadios
61 mNumRadios = 0; in LLStatsCommand()
882 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse()
884 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse()
885 mNumRadios = mNumRadiosAllocated; in notifyResponse()
888 mResultsParams.iface_stat, mNumRadios, in notifyResponse()
906 if (mNumRadios > mNumRadiosAllocated) { in clearStats()
908 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats()
909 mNumRadios = mNumRadiosAllocated; in clearStats()
911 for (u8 radio = 0; radio < mNumRadios; radio++) { in clearStats()
923 mNumRadios = 0; in clearStats()
973 mNumRadios = nla_get_u32(tb_vendor[ in handleResponse()