Skip to content
Closed
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
1 change: 0 additions & 1 deletion source/dml/dml_webconfig/dml_onewifi_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,6 @@ int push_harvester_dml_cache_to_one_wifidb()
wifi_util_info_print(WIFI_DMCLI, "%s: Harvester DML cache pushed to queue \n", __FUNCTION__);

//Rest to default value since instant measurement enable is triggered successfully
webconfig_dml.harvester.b_inst_client_enabled = webconfig_dml.config.global_parameters.inst_wifi_client_enabled;
webconfig_dml.harvester.u_inst_client_reporting_period = webconfig_dml.config.global_parameters.inst_wifi_client_reporting_period;
webconfig_dml.harvester.u_inst_client_def_reporting_period = webconfig_dml.config.global_parameters.inst_wifi_client_def_reporting_period;
webconfig_dml.harvester.u_inst_client_def_override_ttl = 0;
Expand Down
Loading