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 ea4ae60 commit 87ae27aCopy full SHA for 87ae27a
libraries/lwIpWrapper/src/CNetIf.h
@@ -280,7 +280,6 @@ class CWifiSoftAp : public CNetIf {
280
281
virtual const char* getSSID();
282
virtual uint8_t* getBSSID(uint8_t* bssid);
283
- virtual int32_t getRSSI();
284
virtual uint8_t getEncryptionType();
285
protected:
286
static const char softap_ifname_prefix = 's';
@@ -358,4 +357,5 @@ class CLwipIf {
358
357
};
359
360
extern CEth Ethernet;
361
-extern CWifiStation WiFi;
+extern CWifiStation WiFiStation;
+extern CWifiSoftAp WiFiSoftAP;
0 commit comments