fix(pm): fix crash when dtim=0, support coex beacon drop

closes https://github.com/espressif/esp-idf/issues/18387
This commit is contained in:
liuning
2026-04-08 21:07:57 +08:00
committed by BOT
parent c57f5cd507
commit 86a9b94f38
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ pm_set_beacon_filter = 0x40000cd8;
//pm_is_in_wifi_slice_threshold = 0x40000cdc;
//pm_keep_alive = 0x40000ce4;
pm_process_tim = 0x40000d14;
pm_tbtt_process = 0x40000d28;
//pm_tbtt_process = 0x40000d28;
pm_tx_data_process = 0x40000d44;
pm_twt_process = 0x40000d54;
pm_mac_try_enable_modem_state = 0x40000d68;

View File

@@ -124,7 +124,7 @@ pm_on_isr_set_twt_target = 0x40000d00;
pm_on_isr_twt_wake = 0x40000d04;
pm_on_tsf_timer = 0x40000d08;
pm_on_twt_force_tx = 0x40000d0c;
pm_parse_beacon = 0x40000d10;
//pm_parse_beacon = 0x40000d10;
/*pm_process_tim = 0x40000d14;*/
pm_rx_beacon_process = 0x40000d18;
pm_rx_data_process = 0x40000d1c;