wifi_ap_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint16_t
Beacon interval which should be multiples of 100. Unit: TU(time unit, 1 TU = 1024 us). Range: 100 ~ 60000. Default value: 100.
uint8_t
Channel Switch Announcement Count. Notify the station that the channel will switch after the csa_count beacon intervals. Default value: 3.
uint8_t
Dtim period of soft-AP. Range: 1 ~ 10. Default value: 1.
Pairwise cipher of SoftAP, group cipher will be derived using this. Cipher values are valid starting from WIFI_CIPHER_TYPE_TKIP, enum values before that will be considered as invalid and default cipher suites(TKIP+CCMP) will be used. Valid cipher suites in softAP mode are WIFI_CIPHER_TYPE_TKIP, WIFI_CIPHER_TYPE_CCMP and WIFI_CIPHER_TYPE_TKIP_CCMP.
bool
Enable FTM Responder mode.
Configuration for Protected Management Frame.
Configuration for SAE PWE derivation method.
uint8_t
Whether to enable transition disable feature.
uint8_t[32]
SSID of soft-AP. If ssid_len field is 0, this must be a Null terminated string. Otherwise, length is set according to ssid_len.
uint8_t[64]
Password of soft-AP.
uint8_t
Optional length of SSID field.
uint8_t
Channel of soft-AP.
Auth mode of soft-AP. Do not support AUTH_WEP, AUTH_WAPI_PSK and AUTH_OWE in soft-AP mode. When the auth mode is set to WPA2_PSK, WPA2_WPA3_PSK or WPA3_PSK, the pairwise cipher will be overwritten with WIFI_CIPHER_TYPE_CCMP.
uint8_t
Broadcast SSID or not, default 0, broadcast the SSID.
uint8_t
Max number of stations allowed to connect in.

References

from examples