Home
last modified time | relevance | path

Searched refs:mActiveConfig (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2323 private SoftApModeConfiguration mActiveConfig = null; field in WifiServiceImpl.LohsSoftApTracker
2480 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()
2497 mActiveConfig = new SoftApModeConfiguration( in startForFirstRequestLocked()
2502 if (!startSoftApInternal(mActiveConfig, request.getWorkSource(), null)) { in startForFirstRequestLocked()
2505 mActiveConfig.getTetheringRequest(), null /* iface */)); in startForFirstRequestLocked()
2554 mActiveConfig = null; in stopIfEmptyLocked()
2570 if (mActiveConfig == null) { in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
2577 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()