Skip to content

Commit ead505a

Browse files
jerome-pouillerjhedberg
authored andcommitted
drivers: wifi: siwx917: Fix support for WPA3
WPA3 relies on 802.11w that was not enabled. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent ec774d3 commit ead505a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

soc/silabs/silabs_siwx917/siwg917/nwp_init.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ static int silabs_siwx917_nwp_init(void)
4343
.config_feature_bit_map = SL_SI91X_ENABLE_ENHANCED_MAX_PSP,
4444
.custom_feature_bit_map = SL_SI91X_CUSTOM_FEAT_EXTENSION_VALID,
4545
.ext_custom_feature_bit_map =
46-
MEMORY_CONFIG | SL_SI91X_EXT_FEAT_XTAL_CLK |
46+
MEMORY_CONFIG |
47+
SL_SI91X_EXT_FEAT_XTAL_CLK |
48+
SL_SI91X_EXT_FEAT_IEEE_80211W |
4749
SL_SI91X_EXT_FEAT_FRONT_END_SWITCH_PINS_ULP_GPIO_4_5_0,
4850
}};
4951
sl_si91x_boot_configuration_t *cfg = &network_config.boot_config;

0 commit comments

Comments
 (0)