Skip to content

Commit 87ae27a

Browse files
fixing global definitions of WiFi interfaces
1 parent ea4ae60 commit 87ae27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/lwIpWrapper/src/CNetIf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ class CWifiSoftAp : public CNetIf {
280280

281281
virtual const char* getSSID();
282282
virtual uint8_t* getBSSID(uint8_t* bssid);
283-
virtual int32_t getRSSI();
284283
virtual uint8_t getEncryptionType();
285284
protected:
286285
static const char softap_ifname_prefix = 's';
@@ -358,4 +357,5 @@ class CLwipIf {
358357
};
359358

360359
extern CEth Ethernet;
361-
extern CWifiStation WiFi;
360+
extern CWifiStation WiFiStation;
361+
extern CWifiSoftAp WiFiSoftAP;

0 commit comments

Comments
 (0)