esp_wifi: reset beacon timeout timer when keep alive null works or hw drop beacon

This commit is contained in:
muhaidong
2022-07-11 11:07:06 +08:00
parent 21a5f9713d
commit 52f378ac7b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;