/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SoftApStoreDataTest.java | 382 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftAp() local 425 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() local 453 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldBandSoftAp() local 475 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeNewBandSoftApButNoNewConfig() local 496 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftAp() local 533 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3Sae() local 570 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3SaeTransition() local 611 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoAutoShutdownTag() local 640 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoBssidTag() local 668 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithAllConfigInR() local [all …]
|
H A D | SoftApManagerTest.java | 488 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() local 518 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() local 554 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn24GhzNoFailForNoCountryCode() local 571 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyGhzNoFailForNoCountryCode() local 588 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn2GhzNoFailForCountryCodeSetFailure() local 608 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyNoFailForCountryCodeSetFailure() local 629 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApFailNoChannel() local 1887 SoftApModeConfiguration softApConfig) throws Exception { in startSoftApAndVerifyEnabled() 1899 SoftApModeConfiguration softApConfig, String countryCode, in startSoftApAndVerifyEnabled() 2043 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder( in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport() local [all …]
|
H A D | ActiveModeWardenTest.java | 395 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode() 883 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector() local
|
H A D | WifiApConfigStoreTest.java | 544 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomMac() local
|
H A D | WifiServiceImplTest.java | 3130 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
H A D | WifiTetherPreferenceController.java | 149 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in handleWifiApStateChanged() local 167 private void updateConfigSummary(@NonNull SoftApConfiguration softApConfig) { in updateConfigSummary()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowWifiManager.java | 50 protected boolean setSoftApConfiguration(SoftApConfiguration softApConfig) { in setSoftApConfiguration()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | WifiManagerTest.java | 201 SoftApConfiguration softApConfig, WifiConfiguration wifiConfig) { in compareWifiAndSoftApConfiguration() 502 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testStartTetheredHotspotCallsServiceWithSoftApConfig() local 531 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testCreationAndCloseOfLocalOnlyHotspotReservation() local 553 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources() local 614 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotCallback() local 680 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotObserver() local 789 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testOnStartedIsCalledWithReservation() local 818 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder() in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local 1761 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testObserverOnStartedIsCalledWithWifiConfig() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
H A D | HotspotConditionController.java | 117 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in getSsid() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SoftApStoreData.java | 120 SoftApConfiguration softApConfig = mDataSource.toSerialize(); in serializeData() local
|
H A D | WifiServiceImpl.java | 1138 SoftApConfiguration softApConfig = null; in startSoftAp() local 1176 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig, in startTetheredHotspot() 1218 SoftApConfiguration softApConfig = apConfig.getSoftApConfiguration(); in startSoftApInternal() local 1770 SoftApConfiguration softApConfig = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked() local 2229 public boolean setSoftApConfiguration( in setSoftApConfiguration()
|
H A D | ActiveModeWarden.java | 586 public void startSoftAp(SoftApModeConfiguration softApConfig, WorkSource requestorWs) { in startSoftAp() 911 private void startSoftApModeManager( in startSoftApModeManager() 1613 SoftApModeConfiguration softApConfig = softApConfigAndWs.first; in processMessageInEmergencyMode() local
|
H A D | BaseWifiService.java | 390 public boolean startTetheredHotspot(SoftApConfiguration softApConfig, String packageName) { in startTetheredHotspot() 441 public boolean setSoftApConfiguration(SoftApConfiguration softApConfig, String packageName) { in setSoftApConfiguration()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | IWifiManager.aidl | 176 boolean startTetheredHotspot(in SoftApConfiguration softApConfig, String packageName); in startTetheredHotspot() 199 boolean setSoftApConfiguration(in SoftApConfiguration softApConfig, String packageName); in setSoftApConfiguration()
|
H A D | WifiManager.java | 4012 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot() 4388 public boolean setSoftApConfiguration(@NonNull SoftApConfiguration softApConfig) { in setSoftApConfiguration()
|