Wi-Fi: remove wifi_fast_scan_threshold_t which is not suitable in name
This commit is contained in:
parent
95ec36afd4
commit
b0c893a20c
1 changed files with 1 additions and 3 deletions
|
@ -181,9 +181,7 @@ typedef enum {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int8_t rssi; /**< The minimum rssi to accept in the fast scan mode */
|
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_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode */
|
||||||
}wifi_fast_scan_threshold_t;
|
}wifi_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 */
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
WIFI_PS_NONE, /**< No power save */
|
WIFI_PS_NONE, /**< No power save */
|
||||||
|
|
Loading…
Reference in a new issue