Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and poyamini committed Jun 20, 2023
1 parent 6b017ab commit 69ee703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ static void wfx_rsi_do_join(void)
break;
#if WIFI_ENABLE_SECURITY_WPA3_TRANSITION
case WFX_SEC_WPA3:
#ifdef CHIP_9117
#ifdef CHIP_9117
connect_security_mode = RSI_WPA3_PERSONAL_TRANSITION;
#else
/* TODO: RSI_WPA3_TRANSITION to RSI_WPA3_PERSONAL_TRANSITION in coming release */
#else
/* TODO: RSI_WPA3_TRANSITION to RSI_WPA3_PERSONAL_TRANSITION in coming release */
connect_security_mode = RSI_WPA3_TRANSITION;
#endif // CHIP_9117
break;
Expand Down

0 comments on commit 69ee703

Please sign in to comment.