Skip to content

Commit 24c4f30

Browse files
authored
Merge pull request #13796 from balajicyp/topic/wep_security_fix_test_readme
Update README.md to remove WEP test case with NULL data
2 parents 78c8d84 + 7824340 commit 24c4f30

File tree

1 file changed

+0
-1
lines changed
  • connectivity/netsocket/tests/TESTS/network/wifi

1 file changed

+0
-1
lines changed

connectivity/netsocket/tests/TESTS/network/wifi/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ Call `set_credentials()` with various parameters described in "Expected results"
179179
| ssid="OK" | [any 63 character string] | NSAPI_SECURITY_WPA2 | NSAPI_ERROR_OK |
180180
| ssid="OK" | "" | NSAPI_SECURITY_WPA_WPA2 | NSAPI_ERROR_PARAMETER |
181181
| ssid="OK" | "" | NSAPI_SECURITY_WPA3_WPA2 | NSAPI_ERROR_PARAMETER |
182-
| ssid="OK" | "" | NSAPI_SECURITY_WEP | NSAPI_ERROR_PARAMETER because password is missing. |
183182
| ssid="OK" | "" | NSAPI_SECURITY_NONE | NSAPI_ERROR_OK |
184183
| ssid="OK" | "12345678" | NSAPI_SECURITY_WPA_WPA2 | NSAPI_ERROR_OK |
185184
| ssid="OK" | "12345678" | NSAPI_SECURITY_WPA3_WPA2 | NSAPI_ERROR_OK |

0 commit comments

Comments
 (0)