fix(nan): set group_mgmt_prot in WIFI_NAN_SYNC_CONFIG_DEFAULT

The default initializer explicitly sets every other bool field but omitted
the new group_mgmt_prot, leaving the intended default ambiguous. Set it to
false so the macro stays exhaustive; both example apps use it.
This commit is contained in:
Sarvesh Bodakhe
2026-07-01 14:57:25 +05:30
parent e74b5f7bda
commit a870826c5a

View File

@@ -24,6 +24,7 @@ extern "C" {
.disable_random_mac = false, \
.reset_current_nvs_creds = false, \
.use_nvs_for_caching = false, \
.group_mgmt_prot = false, \
};
#define NDP_STATUS_ACCEPTED 1