mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
fix(esp_wifi): Remove duplicate declaration of function
This commit is contained in:
parent
161751bec2
commit
9f27f51dbe
@ -53,15 +53,6 @@ int esp_wnm_send_bss_transition_mgmt_query(enum btm_query_reason query_reason,
|
||||
*/
|
||||
bool esp_wnm_is_btm_supported_connection(void);
|
||||
|
||||
/**
|
||||
* @brief Check RRM capability of connected AP
|
||||
*
|
||||
* @return
|
||||
* - true: AP supports RRM
|
||||
* - false: AP does not support RRM or station not connected to AP
|
||||
*/
|
||||
bool esp_rrm_is_rrm_supported_connection(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user