You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTS/network/wifi/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The general test environment consists of DUTs, base stations, a network connecti
37
37
- Time protocol, [RFC 868](https://tools.ietf.org/html/rfc868) in both TCP and UDP. Port 37.
38
38
- Channels to be used must be different for both APs. For secure on channel number is later referred as `<ch:secure>` and for unsecure on `<ch:unsecure>`.
39
39
- MAC addresses of Wi-Fi APs must be known. These are later referred to as `<mac:secure>` and `<mac:unsecure>`.
40
+
- WPA3 may not be supported for all target platforms, Refer to target specifications before updating security protocol to WPA3 or WPA3/WPA2 in `mbed_app.json`
40
41
41
42
**NOTE:** This document refers to an echo server because it is a requirement for running Socket API tests. The test cases defined in this document do not directly use it.
42
43
@@ -58,6 +59,8 @@ Please refer to the following table for priorities of test cases. Priorities are
58
59
||| NSAPI_SECURITY_WPA | SHOULD |
59
60
||| NSAPI_SECURITY_WPA2 | SHOULD |
60
61
||| NSAPI_SECURITY_WPA_WPA2 | MUST |
62
+
||| NSAPI_SECURITY_WPA3_WPA2 | SHOULD |
63
+
||| NSAPI_SECURITY_WPA3 | SHOULD |
61
64
| 9 | WIFI_CONNECT_PARAMS_CHANNEL || SHOULD |
62
65
| 10 | WIFI_CONNECT_PARAMS_CHANNEL_FAIL || SHOULD |
63
66
| 11 | WIFI_CONNECT || MUST |
@@ -67,6 +70,8 @@ Please refer to the following table for priorities of test cases. Priorities are
67
70
||| NSAPI_SECURITY_WPA | SHOULD |
68
71
||| NSAPI_SECURITY_WPA2 | SHOULD |
69
72
||| NSAPI_SECURITY_WPA_WPA2 | MUST |
73
+
||| NSAPI_SECURITY_WPA3_WPA2 | SHOULD |
74
+
||| NSAPI_SECURITY_WPA3 | SHOULD |
70
75
| 14 | WIFI_CONNECT_SECURE_FAIL || MUST |
71
76
| 15 | WIFI_CONNECT_DISCONNECT_REPEAT || MUST |
72
77
| 16 | WIFI_SCAN_NULL || SHOULD |
@@ -167,15 +172,19 @@ Call `set_credentials()` with various parameters described in "Expected results"
0 commit comments