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 fdc4356 commit 2b7243dCopy full SHA for 2b7243d
libraries/SocketWrapper/WiFi.h
@@ -75,6 +75,8 @@ class WiFiClass: public NetworkInterface
75
}
76
77
int status() {
78
+ sta_iface = net_if_get_wifi_sta();
79
+ netif = sta_iface;
80
if (net_mgmt(NET_REQUEST_WIFI_IFACE_STATUS, netif, &sta_state,
81
sizeof(struct wifi_iface_status))) {
82
return WL_NO_SHIELD;
0 commit comments