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 b8c20ba commit c0e3536Copy full SHA for c0e3536
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