Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java1169 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot() local
1170 assertNotNull(softApConfig); in startLocalOnlyHotspot()
1171 int securityType = softApConfig.getSecurityType(); in startLocalOnlyHotspot()
1175 assertNotNull(softApConfig.toWifiConfiguration()); in startLocalOnlyHotspot()
1177 assertNull(softApConfig.toWifiConfiguration()); in startLocalOnlyHotspot()
2153 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithSupportedBand() local
2156 softApConfig.getWifiSsid()); in testStartLocalOnlyHotspotWithSupportedBand()
2157 assertEquals(TEST_PASSPHRASE, softApConfig.getPassphrase()); in testStartLocalOnlyHotspotWithSupportedBand()
2160 assertEquals(testBand, softApConfig.getBand()); in testStartLocalOnlyHotspotWithSupportedBand()
2213 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithConfigBssid() local
[all …]