From 94f3fb3d52c92c5bc8bbc37c22e18ab9c3096f73 Mon Sep 17 00:00:00 2001 From: Praveen Chandran Date: Wed, 18 Jan 2023 08:22:41 -0800 Subject: [PATCH] [Infineon PSoC6] Update Security type to unknown for Proper Commissioning (#24246) --- src/platform/Infineon/PSOC6/CHIPDevicePlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Infineon/PSOC6/CHIPDevicePlatformConfig.h b/src/platform/Infineon/PSOC6/CHIPDevicePlatformConfig.h index 83ed0970338f75..c19e58c5cb4990 100644 --- a/src/platform/Infineon/PSOC6/CHIPDevicePlatformConfig.h +++ b/src/platform/Infineon/PSOC6/CHIPDevicePlatformConfig.h @@ -43,5 +43,5 @@ #define CHIP_DEVICE_CONFIG_CHIP_TASK_PRIORITY 1 #define CHIP_DEVICE_CONFIG_DEFAULT_STA_SSID "" #define CHIP_DEVICE_CONFIG_DEFAULT_STA_PASSWORD "" -#define CHIP_DEVICE_CONFIG_DEFAULT_STA_SECURITY CY_WCM_SECURITY_WPA2_AES_PSK +#define CHIP_DEVICE_CONFIG_DEFAULT_STA_SECURITY CY_WCM_SECURITY_UNKNOWN #define CHIP_DEVICE_CONFIG_ENABLE_TEST_SETUP_PARAMS 1