Parameters for the ESP SoCs WiFi netdev interface. More...
Parameters for the ESP SoCs WiFi netdev interface.
Definition in file esp_wifi_params.h.
Go to the source code of this file.
Set default configuration parameters for the ESP WiFi netdev driver | |
#define | ESP_WIFI_STACKSIZE (THREAD_STACKSIZE_DEFAULT) |
The size of the stack used for the ESP WIFI netdev driver thread. | |
#define | ESP_WIFI_PRIO (GNRC_NETIF_PRIO) |
The priority of the ESP WiFi netdev driver thread. More... | |
#define | ESP_WIFI_SSID "RIOT_AP" |
SSID of the AP to be used. | |
#define | ESP_WIFI_AP_PREFIX "RIOT_AP_" |
Prefix to be used as part of the SSID (e.g. More... | |
#define | ESP_WIFI_PASS "ThisistheRIOTporttoESP" |
Passphrase used for the AP as clear text (max. More... | |
#define | ESP_WIFI_SSID_HIDDEN (0) |
Whether SoftAP SSID should be hidden. | |
#define | ESP_WIFI_MAX_CONN (4) |
WiFi SoftAP maximum connections (max. More... | |
#define | ESP_WIFI_BEACON_INTERVAL (100) |
WiFi SoftAP beacon interval, in milliseconds. | |
#define ESP_WIFI_AP_PREFIX "RIOT_AP_" |
Prefix to be used as part of the SSID (e.g.
: RIOT_AP_aabbccddeeff)
Definition at line 55 of file esp_wifi_params.h.
#define ESP_WIFI_MAX_CONN (4) |
#define ESP_WIFI_PASS "ThisistheRIOTporttoESP" |
Passphrase used for the AP as clear text (max.
64 chars).
Definition at line 62 of file esp_wifi_params.h.
#define ESP_WIFI_PRIO (GNRC_NETIF_PRIO) |
The priority of the ESP WiFi netdev driver thread.
Should not be changed.
Definition at line 41 of file esp_wifi_params.h.