Types#
This section provides a reference to Wi-Fi API data types.
Modules#
sl_wifi_advanced_scan_configuration_t
sl_wifi_advanced_ap_configuration_t
sl_wifi_client_configuration_t
sl_wifi_advanced_client_configuration_t
sl_wifi_reschedule_twt_config_t
sl_wifi_client_info_response_t
Typedefs#
typedef sl_status_t(*
sl_wifi_event_handler_t)(sl_wifi_event_t event, sl_wifi_buffer_t *buffer)
Generic callback for Wi-Fi event.
typedef uint32_t
Wi-Fi credential handle.
Typedef Documentation#
sl_wifi_event_handler_t#
sl_wifi_event_handler_t )(sl_wifi_event_t event, sl_wifi_buffer_t *buffer)
Generic callback for Wi-Fi event.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
N/A | event | Wi-Fi event of type sl_wifi_event_t | |
N/A | buffer | Wi-Fi buffer containing information related to the event of type sl_wifi_buffer_t |
Returns
sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.
Note
In case of event failure, SL_WIFI_FAIL_EVENT_STATUS_INDICATION bit is set in event, data will be of type sl_status_t and data_length can be ignored