mbed-os/connectivity
Martin Kojtal 00aee87ef2
Merge pull request #13654 from balajicyp/topic/wep_security_fix_testcase_update
Summary of changes
Remove WEP security Test Case with NULL as WEP security Key are sequence of Hex Values , the character "NULL" is (0x00) it is a valid value ( for ex: this is key index, followed by length and hex key array).

Impact of changes
Remove the test case for NULL( "" )key with NSAPI_SECURITY_WEP to test return value with NSAPI_ERROR_PARAMETER

The set_credentials(const char *ssid, const char *pass, nsapi_security_t security) API has no key length, the key length is derived by using strlen(pass), which works if the pass ( is a string) , but in case of NSAPI_SECURITY_WEP and NSAPI_SECURITY_WPA2_ENT, the key does not happen to be string but a hex char array.

WEP security Key are sequence of Hex Values , the character "NULL" is (0x00) it is a valid value ( for ex: this is key index, followed by length and hex key array).

The key index 0 , 1, 2, 3 are keys used for an WiFi Access point.
2020-10-19 08:10:05 +01:00
..
FEATURE_BLE Merge pull request #13724 from harmut01/license_refactor 2020-10-16 09:09:53 +01:00
cellular Merge pull request #13724 from harmut01/license_refactor 2020-10-16 09:09:53 +01:00
docs Refactor nfc and connectivity docs 2020-09-17 16:05:54 +01:00
drivers Merge pull request #13724 from harmut01/license_refactor 2020-10-16 09:09:53 +01:00
libraries Add license notice to Arm copyrighted source files 2020-10-15 10:46:35 +01:00
lorawan Fix UNITTESTS build failure 2020-08-14 12:32:50 +01:00
lwipstack Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
mbedtls Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
nanostack Merge pull request #13724 from harmut01/license_refactor 2020-10-16 09:09:53 +01:00
netsocket Merge pull request #13654 from balajicyp/topic/wep_security_fix_testcase_update 2020-10-19 08:10:05 +01:00
nfc Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00