ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
port_esp_hosted_host_wifi_config.h
Go to the documentation of this file.
1
41
42#pragma once
43
44/* ----------------------------------------------------------------------- */
45/* Radio capability */
46/* ----------------------------------------------------------------------- */
47
67#define H_WIFI_HE_SUPPORT (1)
68
86#define H_WIFI_HE_GREATER_THAN_ESP_IDF_5_3 (1)
87
106#define H_WIFI_DUALBAND_SUPPORT (0)
107
108/* ----------------------------------------------------------------------- */
109/* Supplicant features present in the co-processor image */
110/* ----------------------------------------------------------------------- */
111
130#define H_WIFI_ENTERPRISE_SUPPORT (1)
131
150#define H_GOT_SET_EAP_METHODS_API (1)
151
168#define H_GOT_EAP_OKC_SUPPORT (1)
169
184#define H_GOT_EAP_SET_DOMAIN_NAME (1)
185
204#define H_GOT_AP_CONFIG_PARAM_TRANSITION_DISABLE (1)
205
222#define H_GOT_TWT_ENABLE_KEEP_ALIVE (1)
223
224/* ----------------------------------------------------------------------- */
225/* ESP-IDF structure-version gates */
226/* ----------------------------------------------------------------------- */
227
246#define H_PRESENT_IN_ESP_IDF_5_4_0 (1)
247
265#define H_PRESENT_IN_ESP_IDF_5_5_0 (1)
266
284#define H_WIFI_NEW_RESERVED_FIELD_NAMES (1)
285
304#define H_DECODE_WIFI_RESERVED_FIELD (1)
305
306/* ----------------------------------------------------------------------- */
307/* Device Provisioning Protocol (Wi-Fi Easy Connect) */
308/* ----------------------------------------------------------------------- */
309
328#define H_DPP_SUPPORT (0)
329
347#define H_SUPP_DPP_SUPPORT (0)
348
365#define H_WIFI_DPP_SUPPORT (0)
366
384#define H_DPP_URI_LEN_MAX (255)
385
386/* ----------------------------------------------------------------------- */
387/* Co-processor-side peripherals the host could borrow */
388/* ----------------------------------------------------------------------- */
389
407#define H_EXT_COEX_SUPPORT (0)
408
425#define H_EXT_COEX_ADVANCE_SUPPORT (0)
426
445#define H_GPIO_EXPANDER_SUPPORT (0)