mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/enable_pmf_in_iperf_test_v4.3' into 'release/v4.3'
iperf example: set PMF capable to connect to PMF required APs (v4.3) See merge request espressif/esp-idf!13869
This commit is contained in:
commit
1508b9ff03
@ -148,6 +148,7 @@ static bool wifi_cmd_sta_join(const char* ssid, const char* pass)
|
||||
int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0);
|
||||
|
||||
wifi_config_t wifi_config = { 0 };
|
||||
wifi_config.sta.pmf_cfg.capable = true;
|
||||
|
||||
strlcpy((char*) wifi_config.sta.ssid, ssid, sizeof(wifi_config.sta.ssid));
|
||||
if (pass) {
|
||||
|
Loading…
Reference in New Issue
Block a user