Login to Wifi using the ESP32 IDF functionality. This can be accessed with the global object IDF_WIFI.
More...
#include <URLStreamESP32.h>
|
bool | begin (const char *ssid, const char *password) |
|
void | end () |
|
bool | isConnected () |
|
void | setPowerSave (wifi_ps_type_t powerSave) |
|
|
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) |
|
|
esp_ip4_addr_t | ip = {0} |
|
volatile bool | is_open = false |
|
wifi_ps_type_t | power_save = WIFI_PS_NONE |
|
Login to Wifi using the ESP32 IDF functionality. This can be accessed with the global object IDF_WIFI.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
The documentation for this class was generated from the following file: