Searched refs:softApConfig (Results 1 – 1 of 1) sorted by relevance
1016 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot() local1017 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() local1508 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 …]