From 73f049b355a5c0993cc54d6583ef2d3a77e38efe Mon Sep 17 00:00:00 2001 From: sravyad Date: Fri, 30 Jan 2026 11:33:24 +0000 Subject: [PATCH] RDKB-62931 : Dropdown menu of Network still has WPA3-PCM after restore of Wireless Settings Reason for change: WPA3-PCM mode not clearing in wifi restore Test Procedure: Build & Verify Risks: NA Priority: P1 Signed-off-by: Desu sravya --- source/dml/dml_webconfig/dml_onewifi_api.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/dml/dml_webconfig/dml_onewifi_api.c b/source/dml/dml_webconfig/dml_onewifi_api.c index 2ff919d2d..5f2e28203 100644 --- a/source/dml/dml_webconfig/dml_onewifi_api.c +++ b/source/dml/dml_webconfig/dml_onewifi_api.c @@ -1789,6 +1789,9 @@ bool wifi_factory_reset(bool factory_reset_all_vaps) wifi_util_error_print(WIFI_DMCLI,"%s:%d: Error getting RFC config\n",__func__, __LINE__); } + //clearing wpa3_personal_compatibility mode after wifi restore + rfc_param->wpa3_compatibility_enable = FALSE; + //Update the 2.4Ghz radio AX mode based on the RFC twoG80211axEnable_rfc if (WIFI_FREQUENCY_2_4_BAND == rcfg->band) { if(rfc_param->twoG80211axEnable_rfc) {