Merge branch 'backport/backport_some_code_to_v5.4' into 'release/v5.4'

fix(wifi): fix twt post just one event for multiple flow(backport v5.4)

See merge request espressif/esp-idf!38273
This commit is contained in:
Jiang Jiang Jian
2025-04-08 14:05:17 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ pm_disconnected_wake = 0x40000dd4;
pm_is_twt_awake = 0x40000ddc;
pm_enable_twt_keep_alive = 0x40000de0;
pm_twt_on_tsf_timer = 0x40000de4;
pm_twt_process = 0x40000de8;
/*pm_twt_process = 0x40000de8;*/
pm_is_twt_start = 0x40000dec;
pm_twt_set_target_wdev_time = 0x40000df0;
pm_twt_set_target_tsf = 0x40000df4;

View File

@@ -150,7 +150,7 @@ pm_disconnected_wake = 0x40000d40;
pm_is_twt_awake = 0x40000d48;
pm_enable_twt_keep_alive = 0x40000d4c;
pm_twt_on_tsf_timer = 0x40000d50;
pm_twt_process = 0x40000d54;
/*pm_twt_process = 0x40000d54;*/
pm_is_twt_start = 0x40000d58;
pm_twt_set_target_wdev_time = 0x40000d5c;
pm_twt_set_target_tsf = 0x40000d60;