fix(wifi): fix esp32eco4 softap h2e issue

This commit is contained in:
wangtao@espressif.com
2024-10-14 16:39:47 +08:00
parent 554d2ba217
commit 5e6e1ba49a

View File

@@ -1201,7 +1201,7 @@ ieee80211_send_mgmt = 0x40002038;
//ieee80211_auth_construct = 0x4000203c;
ieee80211_deauth_construct = 0x40002040;
ieee80211_disassoc_construct = 0x40002044;
ieee80211_add_xrates = 0x40002058;
//ieee80211_add_xrates = 0x40002058;
//ieee80211_assoc_req_construct = 0x40002060;
ieee80211_assoc_resp_construct = 0x40002064;
ieee80211_timer_process = 0x4000208c;