|
esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
implementation for wrapper component to set up wifi in station mode More...
#include "wifi_sta.h"
Go to the source code of this file.
Macros | |
| #define | WIFI_CONNECTED_BIT BIT0 |
| #define | WIFI_FAIL_BIT BIT1 |
Functions | |
| void | event_handler (void *arg, esp_event_base_t event_base, int32_t event_id, void *event_data) |
| void | wifi_init_sta (void) |
| void | wifi_init_station (void) |
Variables | |
| EventGroupHandle_t | s_wifi_event_group |
| const char * | TAG = CONFIG_WIFI_SAP_LOG_TAG |
| int | s_retry_num = 0 |
implementation for wrapper component to set up wifi in station mode
Definition in file wifi_sta.c.
| #define WIFI_CONNECTED_BIT BIT0 |
Definition at line 39 of file wifi_sta.c.
| #define WIFI_FAIL_BIT BIT1 |
Definition at line 40 of file wifi_sta.c.
| void event_handler | ( | void * | arg, |
| esp_event_base_t | event_base, | ||
| int32_t | event_id, | ||
| void * | event_data | ||
| ) |
| void wifi_init_sta | ( | void | ) |
Definition at line 166 of file wifi_sta.c.


| void wifi_init_station | ( | void | ) |
Definition at line 80 of file wifi_sta.c.


| int s_retry_num = 0 |
Definition at line 43 of file wifi_sta.c.
| EventGroupHandle_t s_wifi_event_group |
Definition at line 35 of file wifi_sta.c.
| const char* TAG = CONFIG_WIFI_SAP_LOG_TAG |
Definition at line 42 of file wifi_sta.c.