Skip to content

Commit 4957416

Browse files
fengming-yejukkar
authored andcommitted
[noup] config: enable RSN overriding for zephyr
By default enable rsno overriding as it is common process and required in common connection. Signed-off-by: Fengming Ye <frank.ye@nxp.com>
1 parent 842d6ee commit 4957416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpa_supplicant/config_none.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
3232
return NULL;
3333
/* TODO: fill in configuration data */
3434
config->dpp_config_processing = 2;
35+
config->rsn_overriding = 2;
3536
return config;
3637
}
3738

0 commit comments

Comments
 (0)