fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist

This commit is contained in:
sibeibei
2025-02-24 19:38:19 +08:00
parent d11ccf81b2
commit 28290c8da3
18 changed files with 106 additions and 10 deletions
@@ -155,6 +155,7 @@ typedef struct wifi_osi_funcs_t {
#endif
int (*_coex_schm_flexible_period_set)(uint8_t);
uint8_t (*_coex_schm_flexible_period_get)(void);
void * (*_coex_schm_get_phase_by_idx)(int);
int32_t _magic;
} wifi_osi_funcs_t;