mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
example: set PMF capable to connect to PMF required APs
This commit is contained in:
@ -130,6 +130,7 @@ static bool wifi_cmd_sta_join(const char* ssid, const char* pass)
|
|||||||
int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0);
|
int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0);
|
||||||
|
|
||||||
wifi_config_t wifi_config = { 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));
|
strlcpy((char*) wifi_config.sta.ssid, ssid, sizeof(wifi_config.sta.ssid));
|
||||||
if (pass) {
|
if (pass) {
|
||||||
|
Reference in New Issue
Block a user