Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1158 if (!startSoftApInternal(new SoftApModeConfiguration( in startSoftAp()
1195 if (!startSoftApInternal(new SoftApModeConfiguration( in startTetheredHotspot()
1210 private boolean startSoftApInternal(SoftApModeConfiguration apConfig, WorkSource requestorWs) { in startSoftApInternal() method in WifiServiceImpl
1778 startSoftApInternal(mActiveConfig, request.getWorkSource()); in startForFirstRequestLocked()