Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/wifi_ctrl_webconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down