We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdf9bd commit 396eaa3Copy full SHA for 396eaa3
components/drivers/wlan/dev_wlan_mgnt.h
@@ -60,8 +60,8 @@ extern "C" {
60
typedef enum
61
{
62
RT_WLAN_EVT_READY = 0, /* connect and prot is ok, You can send data*/
63
- RT_WLAN_EVT_SCAN_DONE, /* Scan a info */
64
- RT_WLAN_EVT_SCAN_REPORT, /* Scan end */
+ RT_WLAN_EVT_SCAN_DONE, /* Scan end */
+ RT_WLAN_EVT_SCAN_REPORT, /* Scan a info */
65
RT_WLAN_EVT_STA_CONNECTED, /* connect success */
66
RT_WLAN_EVT_STA_CONNECTED_FAIL, /* connection failed */
67
RT_WLAN_EVT_STA_DISCONNECTED, /* disconnect */
0 commit comments