fix(esp_wifi): Removed unnecessary handlers to cleanup

This commit is contained in:
Kapil Gupta
2024-12-03 14:01:17 +05:30
parent 2b495713b2
commit 5574205935
4 changed files with 54 additions and 26 deletions

View File

@@ -40,9 +40,6 @@
#include "ap/sta_info.h"
#include "wps/wps_defs.h"
#include "wps/wps.h"
#if CONFIG_ESP_WIFI_ENABLE_ROAMING_APP
#include "esp_roaming.h"
#endif
#include "rsn_supp/pmksa_cache.h"
#ifdef CONFIG_DPP