We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842d6ee commit 4957416Copy full SHA for 4957416
wpa_supplicant/config_none.c
@@ -32,6 +32,7 @@ struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
32
return NULL;
33
/* TODO: fill in configuration data */
34
config->dpp_config_processing = 2;
35
+ config->rsn_overriding = 2;
36
return config;
37
}
38
0 commit comments