Parameters for the ESP SoCs WiFi netdev interface. More...

Detailed Description

Parameters for the ESP SoCs WiFi netdev interface.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

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.
 

Macro Definition Documentation

◆ ESP_WIFI_AP_PREFIX

#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.

◆ ESP_WIFI_MAX_CONN

#define ESP_WIFI_MAX_CONN   (4)

WiFi SoftAP maximum connections (max.

4).

Definition at line 78 of file esp_wifi_params.h.

◆ ESP_WIFI_PASS

#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.

◆ ESP_WIFI_PRIO

#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.