esp_ip4_addr_t sta_ip; //连接目标AP后获取的IP uint8_t sta_mac[6]; //WIFI STA 模式下的MAC地址 esp_ip4_addr_t target_ap_gw; //连接目标AP后获取的网关 esp_ip4_addr_t target_ap_mask; //连接目标AP后获取的子网掩码 uint8_t target_ap_ssid[32]; //目标AP的名称 uint8_t target_a...
wifi_config_t wifi_config = { .sta = { .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, }, }; strncpy ((char*)wifi_config.sta.ssid, (char*)ssid, sizeof(wifi_config.sta.ssid)); strncpy ((char*)wifi_config.sta.password, (char*)password, sizeof(wifi_config.sta.password)); if (wifi_get_...
.sort_method = 1, .listen_interval = 1, .bssid_set = 0, .threshold.authmode = WIFI_AUTH_WPA_WPA2_PSK, .threshold.rssi = 0, .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, .pmf_cfg.capable = 0, .pmf_cfg.required = 0, }, };Penguin...
*/ .threshold.authmode = ESP_WIFI_SCAN_AUTH_MODE_THRESHOLD, .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, }, }; ESP_ERROR_CHECK(esp_wifi_set_config(WIFI_IF_STA, &wifi_sta_config) ); #endif ESP_LOGI(TAG_STA, "wifi_init_sta finished."); return esp_netif_sta; } ... ... /* Scan ...
.sort_method = 1, .listen_interval = 1, .bssid_set = 0, .threshold.authmode = WIFI_AUTH_WPA_WPA2_PSK, .threshold.rssi = 0, .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, .pmf_cfg.capable = 0, .pmf_cfg.required = 0, }, };Penguin...
.sort_method = 1, .listen_interval = 1, .bssid_set = 0, .threshold.authmode = WIFI_AUTH_WPA_WPA2_PSK, .threshold.rssi = 0, .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, .pmf_cfg.capable = 0, .pmf_cfg.required = 0, }, };Penguin...
.sort_method = 1, .listen_interval = 1, .bssid_set = 0, .threshold.authmode = WIFI_AUTH_WPA_WPA2_PSK, .threshold.rssi = 0, .sae_pwe_h2e = WPA3_SAE_PWE_BOTH, .pmf_cfg.capable = 0, .pmf_cfg.required = 0, }, };Penguin...
wifi_pmf_config_t pmf_cfg; /**< Configuration for Protected Management Frame */ wifi_sae_pwe_method_t sae_pwe_h2e; /**< Configuration for SAE PWE derivation method */ } wifi_ap_config_t; #define SAE_H2E_IDENTIFIER_LEN 32 /** @brief STA configuration settings for the device */ t...
(3518) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32): D (3518) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 D (3528) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15 D (3958) wpa: SAE: PWE.x - hexdump(len=32): D (3958) wpa: ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...