You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function returns following codes to describe what is going on with Wi-Fi connection: \* 0 : ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses \* 1 : ``WL_NO_SSID_AVAIL``\ in case configured SSID cannot be reached \* 3 : ``WL_CONNECTED`` after successful connection is established \* 4 : ``WL_CONNECT_FAILED`` if password is incorrect \* 6 : ``WL_DISCONNECTED`` if module is not configured in station mode
236
+
This function returns following codes to describe what is going on with Wi-Fi connection:
237
+
238
+
* 0 : ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
239
+
* 1 : ``WL_NO_SSID_AVAIL``\ in case configured SSID cannot be reached
240
+
* 3 : ``WL_CONNECTED`` after successful connection is established
241
+
* 4 : ``WL_CONNECT_FAILED`` if password is incorrect
242
+
* 6 : ``WL_DISCONNECTED`` if module is not configured in station mode
237
243
238
244
It is a good practice to display and check information returned by functions. Application development and troubleshooting will be easier with that.
0 commit comments