Searched refs:mCurrentSoftApConfiguration (Results 1 – 1 of 1) sorted by relevance
248 private SoftApConfiguration mCurrentSoftApConfiguration; field in SoftApManager380 if (!SdkLevel.isAtLeastS() || mCurrentSoftApConfiguration == null) { in updateSafeChannelFrequencyList()384 for (int configuredBand : mCurrentSoftApConfiguration.getBands()) { in updateSafeChannelFrequencyList()406 if (mCurrentSoftApConfiguration == null) { in configureInternalConfiguration()409 mBlockedClientList = new HashSet<>(mCurrentSoftApConfiguration.getBlockedClientList()); in configureInternalConfiguration()410 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration()411 mTimeoutEnabled = mCurrentSoftApConfiguration.isAutoShutdownEnabled(); in configureInternalConfiguration()413 mCurrentSoftApConfiguration.isBridgedModeOpportunisticShutdownEnabledInternal(); in configureInternalConfiguration()417 if (mCurrentSoftApConfiguration == null || newConfig == null) { in updateChangeableConfiguration()432 new SoftApConfiguration.Builder(mCurrentSoftApConfiguration) in updateChangeableConfiguration()[all …]