mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-20 20:57:41 +08:00
feat(esp8266): Move the define os STATUS to esp_sta.h
This commit is contained in:
@ -202,6 +202,14 @@ struct bss_info {
|
||||
uint32_t reserved:28; /**< bit: 4..31 reserved */
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
OK = 0,
|
||||
FAIL,
|
||||
PENDING,
|
||||
BUSY,
|
||||
CANCEL,
|
||||
} STATUS;
|
||||
|
||||
/**
|
||||
* @brief Callback function for wifi_station_scan.
|
||||
*
|
||||
|
Reference in New Issue
Block a user