]> granicus.if.org Git - esp-idf/commitdiff
Wi-Fi: remove wifi_fast_scan_threshold_t which is not suitable in name
authorJack <jack@espressif.com>
Thu, 5 Sep 2019 04:43:17 +0000 (12:43 +0800)
committerAngus Gratton <gus@projectgus.com>
Thu, 12 Sep 2019 23:44:07 +0000 (09:44 +1000)
components/esp_wifi/include/esp_wifi_types.h

index 0edd4d9840f4b58a1dce0434c076d1186dd2c6fa..f18582b8793c97f9e2cb9d1ea21fa56cfdf75607 100644 (file)
@@ -181,9 +181,7 @@ typedef enum {
 typedef struct {
     int8_t              rssi;             /**< The minimum rssi to accept in the fast scan mode */
     wifi_auth_mode_t    authmode;         /**< The weakest authmode to accept in the fast scan mode */
-}wifi_fast_scan_threshold_t;
-
-typedef wifi_fast_scan_threshold_t wifi_scan_threshold_t;    /**< wifi_fast_scan_threshold_t only used in fast scan mode once, now it enabled in all channel scan, the wifi_fast_scan_threshold_t will be remove in version 4.0 */
+}wifi_scan_threshold_t;
 
 typedef enum {
     WIFI_PS_NONE,        /**< No power save */