mirror of https://github.com/ARMmbed/mbed-os.git
WiFiInterface: change variables to protected
A wifi instance should be able to set those data.pull/3975/head
parent
7c8afa91fb
commit
961cde39af
|
@ -137,7 +137,7 @@ public:
|
|||
*/
|
||||
virtual void scan_async(mbed::Callback<void(wifi_ap_t*, void*)> cb, void *data = NULL, unsigned timeout = 0) = 0;
|
||||
|
||||
private:
|
||||
protected:
|
||||
char *_ssid;
|
||||
char *_pass;
|
||||
nsapi_security_t _security;
|
||||
|
|
Loading…
Reference in New Issue