@@ -53,7 +53,6 @@ Please refer to the following table for priorities of test cases. Priorities are
5353| 4 | WIFI_SET_CHANNEL | | SHOULD |
5454| 5 | WIFI_GET_RSSI | | SHOULD |
5555| 6 | WIFI_CONNECT_PARAMS_NULL | | MUST |
56- | 7 | WIFI_CONNECT_PARAMS_VALID_UNSECURE | | MUST |
5756| 8 | WIFI_CONNECT_PARAMS_VALID_SECURE | With security type: | |
5857| | | NSAPI_SECURITY_WEP | SHOULD |
5958| | | NSAPI_SECURITY_WPA | SHOULD |
@@ -271,28 +270,6 @@ Test enviroment is set up as specified in "Test Environment" chapter.
271270
272271Both ` connect() ` calls return NSAPI_ERROR_PARAMETER.
273272
274- ### WIFI_CONNECT_PARAMS_VALID_UNSECURE
275-
276- ** Description:**
277-
278- Test ` WiFiInterface::connect(ssid, pass, security) ` with valid parameters for the unsecure network.
279-
280- ** Precondition:**
281-
282- Test enviroment is set up as specified in the "Test Environment" chapter.
283-
284- ** Test steps:**
285-
286- 1 . Initialize the driver.
287- 2 . Call ` WiFiInterface::connect( <ssid:unsecure>, NULL) ` .
288- 3 . ` disconnect() ` .
289- 4 . Call ` WiFiInterface::connect( <ssid:unsecure>, "") ` .
290- 5 . ` disconnect() ` .
291-
292- ** Expected result:**
293-
294- ` connect() ` calls return NSAPI_ERROR_OK.
295-
296273### WIFI_CONNECT_PARAMS_VALID_SECURE
297274
298275** Description:**
@@ -350,7 +327,7 @@ Test enviroment is set up as specified in the "Test Environment" chapter.
350327** Test steps:**
351328
3523291 . Initialize the driver.
353- 2 . Call ` WiFiInterface::connect( <ssid:secure>, <pw:secure>, NSAPI_SECURITY_WPA2, <ch:unsecure >) ` .
330+ 2 . Call ` WiFiInterface::connect( <ssid:secure>, <pw:secure>, NSAPI_SECURITY_WPA2, <ch:secure >) ` .
3543313 . ` disconnect() ` .
355332
356333** Expected result:**
@@ -398,7 +375,7 @@ Test `WiFiInterface::connect()` and `WiFiInterface::disconnect()` in non-blockin
398375** Test steps:**
399376
4003771 . Initialize the driver.
401- 2 . ` Call WiFiInterface::set_credentials( <ssid:unsecure >, NULL) ` .
378+ 2 . ` Call WiFiInterface::set_credentials( <ssid:secure >, NULL) ` .
4023793 . ` Call WiFiInterface::set_blocking(false) `
4033804 . ` Call WiFiInterface::connect() ` .
4043815 . ` Cal WiFiInterface::set_credentials(const char *ssid, const char *pass, nsapi_security_t security) `
@@ -473,7 +450,7 @@ The test enviroment is set up as specified in the "Test Environment" chapter.
473450** Test steps:**
474451
4754521 . Initialize the driver.
476- 2 . Call ` WiFiInterface::set_credentials( <ssid:unsecure >, NULL) ` .
453+ 2 . Call ` WiFiInterface::set_credentials( <ssid:secure >, NULL) ` .
4774543 . Repeat 10 times:
478455 1 . Call ` WiFiInterface::connect() ` .
479456 2 . ` disconnect() ` .
0 commit comments