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 99504de commit 28db333Copy full SHA for 28db333
libraries/SocketWrapper/WiFi.h
@@ -68,7 +68,7 @@ class WiFiClass: public NetworkInterface
68
enable_dhcpv4_server(ap_iface);
69
70
if (blocking) {
71
- net_mgmt_event_wait_on_iface(sta_iface, NET_EVENT_WIFI_AP_ENABLE_RESULT, NULL, NULL, NULL, K_FOREVER);
+ net_mgmt_event_wait_on_iface(ap_iface, NET_EVENT_WIFI_AP_ENABLE_RESULT, NULL, NULL, NULL, K_FOREVER);
72
}
73
74
return true;
0 commit comments