Wi-Fi Access Point configuration.
Public Attributes#
SSID.
Security mode.
Encryption mode.
Channel.
Rate protocol.
Optional flags for AP configuration.
ID of secure credentials.
Keep alive type of the access point. One of the values from sl_si91x_ap_keepalive_type_t
Beacon interval of the access point in milliseconds.
Duration in milliseconds to kick idle client.
How many beacons per DTIM.
Maximum number of associated clients.
Stop beaconing when there are no associated clients.
To enable Transition Disable Indication (TDI). One of the values from sl_wifi_tdi_t.
A flag to enable 11n.
Public Attribute Documentation#
credential_id#
sl_wifi_credential_id_t sl_wifi_ap_configuration_t::credential_id
ID of secure credentials.
keepalive_type#
uint8_t sl_wifi_ap_configuration_t::keepalive_type
Keep alive type of the access point. One of the values from sl_si91x_ap_keepalive_type_t
beacon_interval#
uint16_t sl_wifi_ap_configuration_t::beacon_interval
Beacon interval of the access point in milliseconds.
client_idle_timeout#
uint32_t sl_wifi_ap_configuration_t::client_idle_timeout
Duration in milliseconds to kick idle client.
maximum_clients#
uint8_t sl_wifi_ap_configuration_t::maximum_clients
Maximum number of associated clients.
beacon_stop#
uint8_t sl_wifi_ap_configuration_t::beacon_stop
Stop beaconing when there are no associated clients.
tdi_flags#
sl_wifi_tdi_t sl_wifi_ap_configuration_t::tdi_flags
To enable Transition Disable Indication (TDI). One of the values from sl_wifi_tdi_t.