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