Login to Wifi using the ESP32 IDF functionality. This can be accessed with the global object IDF_WIFI.
More...
#include <WiFiESP32.h>
|
| bool | setupWIFI (const char *ssid, const char *password) |
| |
|
| static void | wifi_sta_event_handler (void *arg, esp_event_base_t event_base, int32_t event_id, void *event_data) |
| |
Login to Wifi using the ESP32 IDF functionality. This can be accessed with the global object IDF_WIFI.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ begin()
| bool begin |
( |
const char * |
ssid, |
|
|
const char * |
password |
|
) |
| |
|
inline |
◆ end()
◆ isConnected()
◆ setPowerSave()
| void setPowerSave |
( |
wifi_ps_type_t |
powerSave | ) |
|
|
inline |
◆ setupWIFI()
| bool setupWIFI |
( |
const char * |
ssid, |
|
|
const char * |
password |
|
) |
| |
|
inlineprotected |
◆ wifi_sta_event_handler()
| static void wifi_sta_event_handler |
( |
void * |
arg, |
|
|
esp_event_base_t |
event_base, |
|
|
int32_t |
event_id, |
|
|
void * |
event_data |
|
) |
| |
|
inlinestaticprotected |
◆ ip
◆ is_open
| volatile bool is_open = false |
|
protected |
◆ power_save
| wifi_ps_type_t power_save = WIFI_PS_NONE |
|
protected |
The documentation for this class was generated from the following file: