summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHai Shalom <haishalom@google.com>2019-05-13 15:26:32 -0700
committerHai Shalom <haishalom@google.com>2019-05-13 20:55:53 -0700
commitb788af3376c4b676795f04c0092d139780c664a9 (patch)
treefdbfafff9371600cd21488a4054f481b757b32d8 /tests
parentb70a500802ff55d13c71f7431e0c32d0220e9d04 (diff)
[OWE] Support OWE in transition mode
Support OWE in transition mode for devices with OWE support and devices without OWE support. Scan results will return a new type of network for OWE in transition networks on devices that support OWE, and Open for devices that don't support OWE. Handle the case where Open network is manually added to a device that supports OWE. Bug: 132139642 Test: Device with OWE: Connect to Open, OWE-Transition, OWE networks Test: Device without OWE: Connect to Open, OWE-Transition Test: Manually create Open network, connect to OWE-Transition Change-Id: Idd5ea56ec7970e58ff0555001411b53454ffeb27
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/util/InformationElementUtilTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/util/InformationElementUtilTest.java b/tests/wifitests/src/com/android/server/wifi/util/InformationElementUtilTest.java
index 46830f3f5..854458316 100644
--- a/tests/wifitests/src/com/android/server/wifi/util/InformationElementUtilTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/util/InformationElementUtilTest.java
@@ -526,7 +526,7 @@ public class InformationElementUtilTest {
capabilities.from(ies, beaconCap, true);
String result = capabilities.generateCapabilitiesString();
- assertEquals("[RSN-OWE-CCMP][ESS]", result);
+ assertEquals("[RSN-OWE_TRANSITION-CCMP][ESS]", result);
}
/**