|
static bool | wifiDriverInit (Stream *espSerial) |
|
static bool | wifiDriverInitSerial (Stream *espSerial) |
|
static bool | wifiConnect (const char *ssid, const char *passphrase) |
|
static bool | wifiStartAP (const char *ssid, const char *pwd, uint8_t channel, uint8_t enc, uint8_t espMode) |
|
static void | config (IPAddress local_ip) |
|
static void | configAP (IPAddress local_ip) |
|
static int8_t | disconnect () |
|
static uint8_t | getConnectionStatus () |
|
static uint8_t * | getMacAddress () |
|
static void | setMacAddress (uint8_t *mac) |
|
static void | getIpAddress (IPAddress &ip) |
|
static void | getIpAddressAP (IPAddress &ip) |
|
static bool | getNetmask (IPAddress &mask) |
|
static bool | getGateway (IPAddress &mask) |
|
static char * | getCurrentSSID () |
|
static uint8_t * | getCurrentBSSID () |
|
static int32_t | getCurrentRSSI () |
|
static uint8_t | getScanNetworks () |
|
static char * | getSSIDNetoworks (uint8_t networkItem) |
|
static int32_t | getRSSINetoworks (uint8_t networkItem) |
|
static uint8_t | getEncTypeNetowrks (uint8_t networkItem) |
|
static char * | getFwVersion () |
|
static int | getMode () |
|
static bool | startServer (uint16_t port, uint8_t sock) |
|
static bool | startClient (const char *host, uint16_t port, uint8_t sock, uint8_t protMode) |
|
static void | stopClient (uint8_t sock) |
|
static uint8_t | getServerState (uint8_t sock) |
|
static uint8_t | getClientState (uint8_t sock) |
|
static bool | getData (uint8_t connId, uint8_t *data, bool peek, bool *connClose) |
|
static int | getDataBuf (uint8_t connId, uint8_t *buf, uint16_t bufSize) |
|
static bool | sendData (uint8_t sock, const uint8_t *data, uint16_t len) |
|
static bool | sendData (uint8_t sock, const __FlashStringHelper *data, uint16_t len, bool appendCrLf=false) |
|
static bool | sendDataUdp (uint8_t sock, const char *host, uint16_t port, const uint8_t *data, uint16_t len) |
|
static uint16_t | availData (uint8_t connId) |
|
static bool | ping (const char *host) |
|
static void | reset () |
|
static void | init () |
|
static void | getRemoteIpAddress (IPAddress &ip) |
|
static uint16_t | getRemotePort () |
|
static void | setReadUntilWaitCb (void(*cb)(bool status)) |
|