Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApModeConfiguration.java41 private final @Nullable SoftApConfiguration mSoftApConfig; field in SoftApModeConfiguration
50 mSoftApConfig = config; in SoftApModeConfiguration()
59 return mSoftApConfig; in getSoftApConfiguration()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java3127 SoftApConfiguration mSoftApConfig = null; field in WifiServiceImplTest.FakeLohsCallback
3132 this.mSoftApConfig = softApConfig; in onHotspotStarted()
3138 mSoftApConfig = null; in onHotspotStopped()
3144 mSoftApConfig = null; in onHotspotFailed()
3238 assertThat(callback.mSoftApConfig.getSsid()).isEqualTo("customSsid"); in testCustomLohs_Wpa2()
3239 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Wpa2()
3264 assertThat(callback.mSoftApConfig.getSsid()).isEqualTo("customSsid"); in testCustomLohs_Open()
3265 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Open()
3267 assertThat(callback.mSoftApConfig.getPassphrase()).isNull(); in testCustomLohs_Open()
3293 assertThat(callback.mSoftApConfig.getSsid()).isNotEmpty(); in testCustomLohs_GeneratesSsidIfAbsent()
[all …]
H A DActiveModeWardenTest.java162 SoftApModeConfiguration mSoftApConfig; field in ActiveModeWardenTest
221 mSoftApConfig = (SoftApModeConfiguration) args[2]; in setUp()
407 assertThat(softApConfig).isEqualTo(mSoftApConfig); in enterSoftApActiveMode()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiManager.java4942 private final SoftApConfiguration mSoftApConfig; field in WifiManager.LocalOnlyHotspotReservation
4949 mSoftApConfig = config; in LocalOnlyHotspotReservation()
4973 return mSoftApConfig; in getSoftApConfiguration()