Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfigurationTest.java279 assertNull(sae_config.toWifiConfiguration()); in testToWifiConfigurationWithUnsupportedParameter()
284 assertNull(band_6g_config.toWifiConfiguration()); in testToWifiConfigurationWithUnsupportedParameter()
290 assertNull(sae_transition_config.toWifiConfiguration()); in testToWifiConfigurationWithUnsupportedParameter()
301 WifiConfiguration wifiConfig_2g = softApConfig_2g.toWifiConfiguration(); in testToWifiConfigurationWithSupportedParameter()
314 WifiConfiguration wifiConfig_5g = softApConfig_5g.toWifiConfiguration(); in testToWifiConfigurationWithSupportedParameter()
327 WifiConfiguration wifiConfig_2g5g = softApConfig_2g5g.toWifiConfiguration(); in testToWifiConfigurationWithSupportedParameter()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfiguration.java525 public WifiConfiguration toWifiConfiguration() { in toWifiConfiguration() method in SoftApConfiguration
DWifiManager.java3832 mWifiConfig = config.toWifiConfiguration(); in LocalOnlyHotspotReservation()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1171 apConfig.toWifiConfiguration(), in testGetWifiApConfigurationSuccess()
1291 mSoftApModeConfigCaptor.getValue().getSoftApConfiguration().toWifiConfiguration()); in testStartSoftApWithPermissionsAndValidConfig()
1321 mSoftApModeConfigCaptor.getValue().getSoftApConfiguration().toWifiConfiguration()); in testStartSoftApWithoutNetworkStackWithMainlineNetworkStackSucceeds()
1341 mSoftApModeConfigCaptor.getValue().getSoftApConfiguration().toWifiConfiguration()); in testStartSoftApWithValidConfigSucceedsAfterFailure()
2034 mSoftApModeConfigCaptor.getValue().getSoftApConfiguration().toWifiConfiguration()); in testTetheringDoesNotStartWhenAlreadyTetheringActive()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1869 new SoftApConfiguration.Builder().build())).toWifiConfiguration(); in getWifiApConfiguration()
/frameworks/base/wifi/api/
Dsystem-current.txt260 method @Nullable public android.net.wifi.WifiConfiguration toWifiConfiguration();
/frameworks/base/api/
Dsystem-current.txt7057 method @Nullable public android.net.wifi.WifiConfiguration toWifiConfiguration();