fix(esp_wifi): Removal of task posting code and use pptask instead

This commit is contained in:
Kapil Gupta
2024-10-07 14:38:56 +05:30
parent a96d680fc5
commit bfc86f6094
7 changed files with 384 additions and 429 deletions

View File

@@ -213,7 +213,7 @@ int dpp_connect(uint8_t *bssid, bool pdr_done)
int res = 0;
if (!pdr_done) {
if (esp_wifi_sta_get_prof_authmode_internal() == WPA3_AUTH_DPP) {
esp_dpp_post_evt(SIG_DPP_START_NET_INTRO, (u32)bssid);
esp_dpp_start_net_intro_protocol(bssid);
}
} else {
res = wpa_config_bss(bssid);