fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
This commit is contained in:
@@ -396,6 +396,15 @@ int coex_schm_flexible_period_set(uint8_t period);
|
||||
uint8_t coex_schm_flexible_period_get(void);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Get coexistence scheme phase by phase index.
|
||||
*
|
||||
* @param phase_idx Coexistence phase index
|
||||
*
|
||||
* @return Coexistence scheme phase
|
||||
*/
|
||||
void * coex_schm_get_phase_by_idx(int phase_idx);
|
||||
|
||||
/**
|
||||
* @brief Check the MD5 values of the coexistence adapter header files in IDF and WiFi library
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user