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
@@ -384,6 +385,33 @@ Test `WiFiInterface::connect()` without parameters. Use `set_credentials()` for
384
385
385
386
`connect()` calls return `NSAPI_ERROR_OK`.
386
387
388
+
### WIFI_CONNECT_NONBLOCK
389
+
390
+
**Description:**
391
+
392
+
Test `WiFiInterface::connect()` and `WiFiInterface::disconnect()` in non-blocking mode. It checks that driver can connect and disconnect in nonblocking mode.
393
+
394
+
**Preconditions:**
395
+
396
+
1. Test enviroment is set up as specified in the "Test Environment" chapter.
0 commit comments