Types#

Copyright 2019, Silicon Laboratories Inc.

This section provides a reference to Network Management API data types.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Modules#

sl_net_wifi_lwip_context_t

sl_net_ipv4_setting_t

sl_net_ipv6_setting_t

sl_net_ip_configuration_t

sl_si91x_ping_response_t

sl_net_wifi_client_profile_t

sl_net_wifi_ap_profile_t

sl_net_wifi_psk_credential_entry_t

sl_net_wifi_eap_credential_entry_t

Typedefs#

typedef sl_status_t(*
sl_net_event_handler_t)(sl_net_event_t event, sl_status_t status, void *data, uint32_t data_length)

SL Net event handler.

typedef void

SL Net abstract profile.

Typedef Documentation#

sl_net_event_handler_t#

sl_net_event_handler_t )(sl_net_event_t event, sl_status_t status, void *data, uint32_t data_length)

SL Net event handler.

Parameters
N/Aevent

Network event of type sl_net_event_t

sl_net_event_t

DataType

SL_NET_PING_RESPONSE_EVENT

sl_si91x_ping_response_t

SL_NET_DNS_RESOLVE_EVENT

sl_ip_address_t

SL_NET_OTA_FW_UPDATE_EVENT

NULL incase of success else uint16_t chunk number incase of failure

SL_NET_DHCP_NOTIFICATION_EVENT

NULL

SL_NET_IP_ADDRESS_CHANGE_EVENT

sl_net_ip_configuration_t

SL_NET_EVENT_COUNT

Not Applicable, Internally used by SDK

N/Astatus

sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details

N/Adata

Data received.

N/Adata_length

Data length

Generic callback for network event Returns


Definition at line 65 of file components/service/network_manager/inc/sl_net_types.h

sl_net_profile_t#

typedef void sl_net_profile_t

SL Net abstract profile.


Definition at line 71 of file components/service/network_manager/inc/sl_net_types.h