Skip to content

Commit

Permalink
Enabling wpa3 mode by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Feb 1, 2024
1 parent cfd1551 commit 7883411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ declare_args() {
sl_wfx_config_scan = true

# Argument to force enable WPA3 security on rs91x
rs91x_wpa3_transition = false
rs91x_wpa3_transition = true

# use commissionable data for SiWx917
siwx917_commissionable_data = false
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ declare_args() {
sl_wfx_config_scan = true

# Argument to force enable WPA3 security on rs91x
rs91x_wpa3_transition = false
rs91x_wpa3_transition = true

#default WiFi SSID
chip_default_wifi_ssid = ""
Expand Down

0 comments on commit 7883411

Please sign in to comment.