|
@@ -3310,6 +3310,7 @@ struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
|
|
|
return NULL;
|
|
|
config->eapol_version = DEFAULT_EAPOL_VERSION;
|
|
|
config->ap_scan = DEFAULT_AP_SCAN;
|
|
|
+ config->user_mpm = DEFAULT_USER_MPM;
|
|
|
config->fast_reauth = DEFAULT_FAST_REAUTH;
|
|
|
config->p2p_go_intent = DEFAULT_P2P_GO_INTENT;
|
|
|
config->p2p_intra_bss = DEFAULT_P2P_INTRA_BSS;
|
|
@@ -3856,6 +3857,9 @@ static const struct global_parse_data global_fields[] = {
|
|
|
#endif /* CONFIG_MACSEC */
|
|
|
{ INT(ap_scan), 0 },
|
|
|
{ FUNC(bgscan), 0 },
|
|
|
+#ifdef CONFIG_MESH
|
|
|
+ { INT(user_mpm), 0 },
|
|
|
+#endif /* CONFIG_MESH */
|
|
|
{ INT(disable_scan_offload), 0 },
|
|
|
{ INT(fast_reauth), 0 },
|
|
|
{ STR(opensc_engine_path), 0 },
|