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