From 9f27f51dbe4f8ca1db3dc1fb0109c4009376d648 Mon Sep 17 00:00:00 2001 From: Kapil Gupta <kapil.gupta@espressif.com> Date: Wed, 11 Sep 2024 10:03:38 +0530 Subject: [PATCH] fix(esp_wifi): Remove duplicate declaration of function --- .../wpa_supplicant/esp_supplicant/include/esp_wnm.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/wpa_supplicant/esp_supplicant/include/esp_wnm.h b/components/wpa_supplicant/esp_supplicant/include/esp_wnm.h index 2e437faf95..8a73e3a43d 100644 --- a/components/wpa_supplicant/esp_supplicant/include/esp_wnm.h +++ b/components/wpa_supplicant/esp_supplicant/include/esp_wnm.h @@ -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