We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7b44 commit e25fdf2Copy full SHA for e25fdf2
connectivity/netsocket/tests/TESTS/network/wifi/wifi_set_credential.cpp
@@ -43,9 +43,6 @@ void wifi_set_credential(void)
43
error = iface->set_credentials("OK", NULL, NSAPI_SECURITY_WEP);
44
TEST_ASSERT_EQUAL(NSAPI_ERROR_PARAMETER, error);
45
46
- error = iface->set_credentials("OK", "", NSAPI_SECURITY_WEP);
47
- TEST_ASSERT_EQUAL(NSAPI_ERROR_PARAMETER, error);
48
-
49
error = iface->set_credentials("OK", NULL, NSAPI_SECURITY_WPA_WPA2);
50
51
0 commit comments