fix(wifi): fix cant sleep if connection breaks during sending probe

This commit is contained in:
liuning
2025-06-05 20:48:46 +08:00
committed by sibeibei
parent 34c922cf59
commit 5e011dc827

View File

@@ -58,7 +58,7 @@ ppTxFragmentProc = 0x40001e08;
esf_buf_setup = 0x40001e0c; esf_buf_setup = 0x40001e0c;
hal_crypto_set_key_entry = 0x40001e18; hal_crypto_set_key_entry = 0x40001e18;
pm_start = 0x40001e34; pm_start = 0x40001e34;
pm_stop = 0x40001e38; /*pm_stop = 0x40001e38;*/
hal_set_sta_tbtt = 0x40001e4c; hal_set_sta_tbtt = 0x40001e4c;
//pm_update_next_tbtt = 0x40001e50; //pm_update_next_tbtt = 0x40001e50;
pm_set_sleep_type = 0x40001e54; pm_set_sleep_type = 0x40001e54;