From 8745a8bdda9b7f264c81d4ab960690700c241a96 Mon Sep 17 00:00:00 2001 From: "Nanjundan, Karthikeyan" Date: Tue, 18 Nov 2025 18:19:39 +0530 Subject: [PATCH] Test Debug Purpose --- source/core/wifi_ctrl_webconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/wifi_ctrl_webconfig.c b/source/core/wifi_ctrl_webconfig.c index 165eb5d5b..c3cd770db 100644 --- a/source/core/wifi_ctrl_webconfig.c +++ b/source/core/wifi_ctrl_webconfig.c @@ -719,7 +719,7 @@ int webconfig_hal_vap_apply_by_name(wifi_ctrl_t *ctrl, webconfig_subdoc_decoded_ // Ignore exists flag change because STA interfaces always enabled in HAL. This allows to // avoid redundant reconfiguration with STA disconnection. // For pods, STA is just like any other AP interface, deletion is allowed. - if (isVapSTAMesh(tgt_vap_index)) { + if (ctrl->network_mode == rdk_dev_mode_type_ext && isVapSTAMesh(tgt_vap_index)) { mgr_rdk_vap_info->exists = rdk_vap_info->exists; }