mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(wifi): fix some wifi bugs 250427
1. fix ersu compatibility issue 2. fix association timeout timer issue for wep shared auth
This commit is contained in:
@@ -65,7 +65,7 @@ wifi_get_macaddr = 0x40000b2c;
|
||||
wifi_rf_phy_disable = 0x40000b30;
|
||||
wifi_rf_phy_enable = 0x40000b34;
|
||||
wifi_is_started = 0x40000b38;
|
||||
sta_input = 0x40000b3c;
|
||||
/*sta_input = 0x40000b3c;*/
|
||||
sta_rx_eapol = 0x40000b40;
|
||||
sta_reset_beacon_timeout = 0x40000b44;
|
||||
sta_get_beacon_timeout = 0x40000b48;
|
||||
|
Submodule components/esp_wifi/lib updated: cfceb15dc5...7488ede43c
Reference in New Issue
Block a user