mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
example: set PMF capable to connect to PMF required APs
This commit is contained in:
parent
36c2ef2828
commit
96a00e59f4
@ -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