mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
wpa_supplicant: Add support for FT psk
This commit is contained in:
@@ -383,6 +383,7 @@ static void initialise_wifi(void)
|
||||
.btm_enabled =1,
|
||||
.mbo_enabled =1,
|
||||
.pmf_cfg.capable = 1,
|
||||
.ft_enabled =1,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
CONFIG_WPA_11KV_SUPPORT=y
|
||||
CONFIG_WPA_SCAN_CACHE=y
|
||||
CONFIG_WPA_MBO_SUPPORT=y
|
||||
CONFIG_WPA_11R_SUPPORT=y
|
||||
|
||||
Reference in New Issue
Block a user