| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
| D | SoftApStoreDataTest.java | 499 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftAp() local 545 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() local 573 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSsidSoftAp() local 595 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldBandSoftAp() local 617 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeNewBandSoftApButNoNewConfig() local 638 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftAp() local 675 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3Sae() local 712 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3SaeTransition() local 753 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoAutoShutdownTag() local 782 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoBssidTag() local [all …]
|
| D | SoftApManagerTest.java | 633 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() local 668 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn6GhzFailGeneralErrorForNoCountryCode() local 703 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() local 744 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn6GhzFailGeneralErrorForCountryCodeSetFailure() local 784 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn24GhzNoFailForNoCountryCode() local 802 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyGhzNoFailForNoCountryCode() local 819 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn2GhzNoFailForCountryCodeSetFailure() local 840 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyNoFailForCountryCodeSetFailure() local 861 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApFailNoChannel() local 2277 SoftApModeConfiguration softApConfig) throws Exception { in startSoftApAndVerifyEnabled() [all …]
|
| D | WifiApConfigStoreTest.java | 624 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomBand() local 645 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomMac() local
|
| D | ActiveModeWardenTest.java | 444 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode() 1049 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector() local
|
| D | WifiServiceImplTest.java | 3614 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted()
|
| /packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
| D | WifiTetherUtil.java | 59 public static String getHotspotSubtitle(Context context, SoftApConfiguration softApConfig, in getHotspotSubtitle() 79 private static String getHotspotPassword(SoftApConfiguration softApConfig) { in getHotspotPassword()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | SoftApStoreData.java | 89 SoftApConfiguration softApConfig = mDataSource.toSerialize(); in serializeData() local 106 SoftApConfiguration softApConfig = XmlUtil.SoftApConfigurationXmlUtil.parseFromXml( in deserializeData() local
|
| D | WifiServiceImpl.java | 1670 SoftApConfiguration softApConfig = null; in startSoftAp() local 1709 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig, in startTetheredHotspot() 1760 SoftApConfiguration softApConfig = apConfig.getSoftApConfiguration(); in startSoftApInternal() local 2339 SoftApConfiguration softApConfig = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked() local 2890 public boolean setSoftApConfiguration( in setSoftApConfiguration()
|
| D | ActiveModeWarden.java | 788 public void startSoftAp(SoftApModeConfiguration softApConfig, WorkSource requestorWs) { in startSoftAp() 1168 private void startSoftApModeManager( in startSoftApModeManager() 1974 SoftApModeConfiguration softApConfig = softApConfigAndWs.first; in processMessageInEmergencyMode() local
|
| /packages/apps/Settings/src/com/android/settings/wifi/tether/ |
| D | WifiTetherPreferenceController.java | 190 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in handleWifiApStateChanged() local 209 private void updateConfigSummary(@NonNull SoftApConfiguration softApConfig) { in updateConfigSummary()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
| D | ShadowWifiManager.java | 50 protected boolean setSoftApConfiguration(SoftApConfiguration softApConfig) { in setSoftApConfiguration()
|
| /packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
| D | HotspotConditionController.java | 120 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in getSsid() local
|
| /packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
| D | WifiManagerTest.java | 223 SoftApConfiguration softApConfig, WifiConfiguration wifiConfig) { in compareWifiAndSoftApConfiguration() 552 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testStartTetheredHotspotCallsServiceWithSoftApConfig() local 581 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testCreationAndCloseOfLocalOnlyHotspotReservation() local 603 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources() local 664 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotCallback() local 730 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotObserver() local 853 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testOnStartedIsCalledWithReservation() local 882 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder() in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local 1904 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testObserverOnStartedIsCalledWithWifiConfig() local
|
| /packages/modules/Wifi/framework/java/android/net/wifi/ |
| D | IWifiManager.aidl | 227 boolean startTetheredHotspot(in SoftApConfiguration softApConfig, String packageName); in startTetheredHotspot() 258 boolean setSoftApConfiguration(in SoftApConfiguration softApConfig, String packageName); in setSoftApConfiguration()
|
| D | BaseWifiService.java | 452 public boolean startTetheredHotspot(SoftApConfiguration softApConfig, String packageName) { in startTetheredHotspot() 523 public boolean setSoftApConfiguration(SoftApConfiguration softApConfig, String packageName) { in setSoftApConfiguration()
|
| D | WifiManager.java | 5560 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot() 6102 public boolean setSoftApConfiguration(@NonNull SoftApConfiguration softApConfig) { in setSoftApConfiguration()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
| D | XmlUtil.java | 2059 @NonNull SoftApConfiguration softApConfig, in writeSoftApConfigurationToXml()
|