ESP8266_RTOS_SDK  v1.4.0
Data Fields
softap_config Struct Reference

Data Fields

uint8 ssid [32]
 
uint8 password [64]
 
uint8 ssid_len
 
uint8 channel
 
AUTH_MODE authmode
 
uint8 ssid_hidden
 
uint8 max_connection
 
uint16 beacon_interval
 

Field Documentation

AUTH_MODE authmode

Auth mode of ESP8266 soft-AP. Do not support AUTH_WEP in soft-AP mode

uint16 beacon_interval

Beacon interval, 100 ~ 60000 ms, default 100

uint8 channel

Channel of ESP8266 soft-AP

uint8 max_connection

Max number of stations allowed to connect in, default 4, max 4

uint8 password[64]

Password of ESP8266 soft-AP

uint8 ssid[32]

SSID of ESP8266 soft-AP

uint8 ssid_hidden

Broadcast SSID or not, default 0, broadcast the SSID

uint8 ssid_len

Length of SSID. If softap_config.ssid_len==0, check the SSID until there is a termination character; otherwise, set the SSID length according to softap_config.ssid_len.


The documentation for this struct was generated from the following file: