Skip to content

Commit

Permalink
[noup] config: enable RSN overriding for zephyr
Browse files Browse the repository at this point in the history
By default enable rsno overriding as it is common process
and required in common connection.

Signed-off-by: Fengming Ye <[email protected]>
  • Loading branch information
fengming-ye authored and jukkar committed Jan 21, 2025
1 parent 842d6ee commit 4957416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpa_supplicant/config_none.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp,
return NULL;
/* TODO: fill in configuration data */
config->dpp_config_processing = 2;
config->rsn_overriding = 2;
return config;
}

Expand Down

0 comments on commit 4957416

Please sign in to comment.