Searched refs:mCurrentSoftApInfo (Results 1 – 1 of 1) sorted by relevance
106 private SoftApInfo mCurrentSoftApInfo = new SoftApInfo(); field in SoftApManager293 pw.println("mCurrentSoftApInfo " + mCurrentSoftApInfo); in dump()762 if (freq == mCurrentSoftApInfo.getFrequency() in setSoftApChannel()763 && apBandwidth == mCurrentSoftApInfo.getBandwidth()) { in setSoftApChannel()767 mCurrentSoftApInfo.setFrequency(freq); in setSoftApChannel()768 mCurrentSoftApInfo.setBandwidth(apBandwidth); in setSoftApChannel()769 mSoftApCallback.onInfoChanged(mCurrentSoftApInfo); in setSoftApChannel()773 mWifiMetrics.addSoftApChannelSwitchedEvent(mCurrentSoftApInfo.getFrequency(), in setSoftApChannel()774 mCurrentSoftApInfo.getBandwidth(), mApConfig.getTargetMode()); in setSoftApChannel()864 (ScanResult.is24GHz(mCurrentSoftApInfo.getFrequency()) in updateUserBandPreferenceViolationMetricsIfNeeded()[all …]