Home
last modified time | relevance | path

Searched defs:softApConfig (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java302 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftAp() local
331 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() local
359 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldBandSoftAp() local
381 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeNewBandSoftApButNoNewConfig() local
402 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftAp() local
439 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3Sae() local
476 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3SaeTransition() local
517 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoAutoShutdownTag() local
545 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoBssidTag() local
DSoftApManagerTest.java406 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() local
452 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() local
502 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn24GhzNoFailForNoCountryCode() local
519 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyGhzNoFailForNoCountryCode() local
536 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn2GhzNoFailForCountryCodeSetFailure() local
556 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyNoFailForCountryCodeSetFailure() local
577 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApFailNoChannel() local
1908 SoftApModeConfiguration softApConfig) throws Exception { in startSoftApAndVerifyEnabled()
1914 SoftApModeConfiguration softApConfig, String countryCode) throws Exception { in startSoftApAndVerifyEnabled()
2043 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder( in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport() local
[all …]
DActiveModeWardenTest.java284 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode()
746 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector() local
DWifiApConfigStoreTest.java479 SoftApConfiguration softApConfig = WifiApConfigStore.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomMac() local
DWifiServiceImplTest.java2245 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java158 SoftApConfiguration softApConfig, WifiConfiguration wifiConfig) { in compareWifiAndSoftApConfiguration()
260 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testStartTetheredHotspotCallsServiceWithSoftApConfig() local
287 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testCreationAndCloseOfLocalOnlyHotspotReservation() local
309 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources() local
370 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotCallback() local
436 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotObserver() local
545 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testOnStartedIsCalledWithReservation() local
574 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder() in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local
1117 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testObserverOnStartedIsCalledWithWifiConfig() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApStoreData.java111 SoftApConfiguration softApConfig = mDataSource.toSerialize(); in serializeData() local
DWifiServiceImpl.java882 SoftApConfiguration softApConfig = null; in startSoftAp() local
942 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot()
981 SoftApConfiguration softApConfig = apConfig.getSoftApConfiguration(); in startSoftApInternal() local
1466 SoftApConfiguration softApConfig = WifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked() local
1933 public boolean setSoftApConfiguration( in setSoftApConfiguration()
DSoftApManager.java183 SoftApConfiguration softApConfig = apConfig.getSoftApConfiguration(); in SoftApManager() local
287 SoftApConfiguration softApConfig = mApConfig.getSoftApConfiguration(); in dump() local
DActiveModeWarden.java212 public void startSoftAp(SoftApModeConfiguration softApConfig) { in startSoftAp()
324 private void startSoftApModeManager(@NonNull SoftApModeConfiguration softApConfig) { in startSoftApModeManager()
DBaseWifiService.java343 public boolean startTetheredHotspot(SoftApConfiguration softApConfig) { in startTetheredHotspot()
394 public boolean setSoftApConfiguration(SoftApConfiguration softApConfig, String packageName) { in setSoftApConfiguration()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl149 boolean startTetheredHotspot(in SoftApConfiguration softApConfig); in startTetheredHotspot()
172 boolean setSoftApConfiguration(in SoftApConfiguration softApConfig, String packageName); in setSoftApConfiguration()
DWifiManager.java3076 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot()
3444 public boolean setSoftApConfiguration(@NonNull SoftApConfiguration softApConfig) { in setSoftApConfiguration()