mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
esp_wifi: reset beacon timeout timer when keep alive null works or hw drop beacon
This commit is contained in:
@ -1550,7 +1550,7 @@ pm_on_data_rx = 0x40001680;
|
||||
pm_on_tbtt = 0x40001684;
|
||||
pm_parse_beacon = 0x40001688;
|
||||
pm_process_tim = 0x4000168c;
|
||||
pm_rx_beacon_process = 0x40001690;
|
||||
/*pm_rx_beacon_process = 0x40001690;*/
|
||||
pm_rx_data_process = 0x40001694;
|
||||
/*pm_sleep = 0x40001698;*/
|
||||
pm_sleep_for = 0x4000169c;
|
||||
|
@ -1855,7 +1855,7 @@ pm_on_data_rx = 0x400054c0;
|
||||
pm_on_tbtt = 0x400054cc;
|
||||
pm_parse_beacon = 0x400054d8;
|
||||
pm_process_tim = 0x400054e4;
|
||||
pm_rx_beacon_process = 0x400054f0;
|
||||
/*pm_rx_beacon_process = 0x400054f0;*/
|
||||
pm_rx_data_process = 0x400054fc;
|
||||
/*pm_sleep = 0x40005508;*/
|
||||
pm_sleep_for = 0x40005514;
|
||||
|
Submodule components/esp_wifi/lib updated: 7cf7283b52...dc92d42a73
Reference in New Issue
Block a user