Add smartConfig support (#136)

* smartConfig support

* fixed bug, added example

* added _smartConfigDone = ture

* changed example name, added explanation
This commit is contained in:
Seop Yoon
2017-01-20 19:39:51 +09:00
committed by Me No Dev
parent 78f2c6f31e
commit 57dbc9ab77
3 changed files with 108 additions and 0 deletions

View File

@ -85,6 +85,16 @@ protected:
static wl_status_t _status;
static bool _useStaticIp;
public:
bool beginSmartConfig();
bool stopSmartConfig();
bool smartConfigDone();
protected:
static bool _smartConfigStarted;
static bool _smartConfigDone;
static void _smartConfigCallback(uint32_t status, void* result);
};