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.java1016 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot() local
1017 assertNotNull(softApConfig); in startLocalOnlyHotspot()
1018 int securityType = softApConfig.getSecurityType(); in startLocalOnlyHotspot()
1022 assertNotNull(softApConfig.toWifiConfiguration()); in startLocalOnlyHotspot()
1024 assertNull(softApConfig.toWifiConfiguration()); in startLocalOnlyHotspot()
1507 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithConfigBssid() local
1508 assertNotNull(softApConfig); in testStartLocalOnlyHotspotWithConfigBssid()
1510 assertEquals(TEST_MAC, softApConfig.getBssid()); in testStartLocalOnlyHotspotWithConfigBssid()
1512 assertEquals(TEST_SSID_UNQUOTED, softApConfig.getSsid()); in testStartLocalOnlyHotspotWithConfigBssid()
1513 assertEquals(TEST_PASSPHRASE, softApConfig.getPassphrase()); in testStartLocalOnlyHotspotWithConfigBssid()
[all …]