We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60f33e commit 67b5e57Copy full SHA for 67b5e57
libraries/SocketWrapper/WiFi.h
@@ -39,7 +39,7 @@ class WiFiClass : public NetworkInterface {
39
40
NetworkInterface::begin(false, NET_EVENT_WIFI_MASK);
41
if (blocking) {
42
- net_mgmt_event_wait_on_iface(sta_iface, NET_EVENT_WIFI_AP_STA_CONNECTED, NULL, NULL,
+ net_mgmt_event_wait_on_iface(sta_iface, NET_EVENT_WIFI_CONNECT_RESULT, NULL, NULL,
43
NULL, K_FOREVER);
44
}
45
0 commit comments