WiFiInterface: change variables to protected

A wifi instance should be able to set those data.
pull/3975/head
Martin Kojtal 2016-09-30 08:51:16 +01:00
parent 7c8afa91fb
commit 961cde39af
1 changed files with 1 additions and 1 deletions

View File

@ -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;