Wi-Fi Access Point configuration structure.
Indicates the configuration parameters for setting up a Wi-Fi Access Point (AP).
Public Attributes#
SSID (Service Set Identifier) of the Access Point.
Security mode of the Access Point.
Encryption mode of the Access Point.
Channel configuration of the Access Point.
Rate protocol of the Access Point.
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.
Number of beacons per DTIM.
Maximum number of associated clients.
Flag to stop beaconing when there are no associated clients.
Flags to enable Transition Disable Indication (TDI). One of the values from sl_wifi_tdi_t.
A flag to enable 11n.
Public Attribute Documentation#
ssid#
sl_wifi_ssid_t sl_wifi_ap_configuration_t::ssid
SSID (Service Set Identifier) of the Access Point.
encryption#
sl_wifi_encryption_t sl_wifi_ap_configuration_t::encryption
Encryption mode of the Access Point.
channel#
sl_wifi_channel_t sl_wifi_ap_configuration_t::channel
Channel configuration of the Access Point.
rate_protocol#
sl_wifi_rate_protocol_t sl_wifi_ap_configuration_t::rate_protocol
Rate protocol of the Access Point.
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
Flag to stop beaconing when there are no associated clients.
tdi_flags#
sl_wifi_tdi_t sl_wifi_ap_configuration_t::tdi_flags
Flags to enable Transition Disable Indication (TDI). One of the values from sl_wifi_tdi_t.