Searched refs:mCurrentSoftApConfiguration (Results 1 – 1 of 1) sorted by relevance
233 private SoftApConfiguration mCurrentSoftApConfiguration; field in SoftApManager355 if (!SdkLevel.isAtLeastS() || mCurrentSoftApConfiguration == null) { in updateSafeChannelFrequencyList()359 for (int configuredBand : mCurrentSoftApConfiguration.getBands()) { in updateSafeChannelFrequencyList()381 if (mCurrentSoftApConfiguration == null) { in configureInternalConfiguration()384 mBlockedClientList = new HashSet<>(mCurrentSoftApConfiguration.getBlockedClientList()); in configureInternalConfiguration()385 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration()386 mTimeoutEnabled = mCurrentSoftApConfiguration.isAutoShutdownEnabled(); in configureInternalConfiguration()388 mCurrentSoftApConfiguration.isBridgedModeOpportunisticShutdownEnabledInternal(); in configureInternalConfiguration()392 if (mCurrentSoftApConfiguration == null || newConfig == null) { in updateChangeableConfiguration()407 new SoftApConfiguration.Builder(mCurrentSoftApConfiguration) in updateChangeableConfiguration()[all …]