Merge branch 'bugfix/fix_inactive_time_reset_when_disconnect' into 'master'

fix(wifi): fix inactive time reset when wifi disconnect

See merge request espressif/esp-idf!40419
This commit is contained in:
Jiang Jiang Jian
2025-07-23 18:43:15 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ wifi_rf_phy_enable = 0x40000bcc;
wifi_is_started = 0x40000bd0;
/*sta_input = 0x40000bd4;*/
sta_rx_eapol = 0x40000bd8;
sta_reset_beacon_timeout = 0x40000bdc;
//sta_reset_beacon_timeout = 0x40000bdc;
sta_get_beacon_timeout = 0x40000be0;
ampdu_process_multicast_address_qos_frame = 0x40000be4;
/* Data (.data, .bss, .rodata) */

View File

@@ -63,7 +63,7 @@ wifi_rf_phy_enable = 0x40000b34;
wifi_is_started = 0x40000b38;
/*sta_input = 0x40000b3c;*/
sta_rx_eapol = 0x40000b40;
sta_reset_beacon_timeout = 0x40000b44;
//sta_reset_beacon_timeout = 0x40000b44;
sta_get_beacon_timeout = 0x40000b48;
ampdu_process_multicast_address_qos_frame = 0x40000b4c;
/* Data (.data, .bss, .rodata) */