From: Jack Date: Thu, 5 Sep 2019 04:43:17 +0000 (+0800) Subject: Wi-Fi: remove wifi_fast_scan_threshold_t which is not suitable in name X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0c893a20c49b4e06e8542a1ff9c0b12df35d4db;p=esp-idf Wi-Fi: remove wifi_fast_scan_threshold_t which is not suitable in name --- diff --git a/components/esp_wifi/include/esp_wifi_types.h b/components/esp_wifi/include/esp_wifi_types.h index 0edd4d9840..f18582b879 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -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 */