Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Member Functions | |
void | begin () |
Initialise the sniffer. More... | |
void | end () |
Stop the sniffer. More... | |
void | onBeacon (WifiBeaconCallback callback) |
Register notification for beacon (AP) info. More... | |
void | onClient (WifiClientCallback callback) |
Register notification for client info. More... | |
void | onSniff (WifiSnifferCallback callback) |
Register notification for all incoming data. More... | |
void | setChannel (unsigned channel) |
Set the channel to listen on. More... | |
unsigned | getChannel () |
Get the current channel being listened on. More... | |
void WifiSniffer::begin | ( | ) |
Initialise the sniffer.
void WifiSniffer::end | ( | ) |
Stop the sniffer.
|
inline |
Get the current channel being listened on.
|
inline |
Register notification for beacon (AP) info.
|
inline |
Register notification for client info.
|
inline |
Register notification for all incoming data.
|
inline |
Set the channel to listen on.
channel |