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_psk_credential_entry_t
sl_net_wifi_eap_credential_entry_t
Typedefs#
SL Net event handler.
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.
N/A | event | Network event of type sl_net_event_t
| ||||||||||||||
N/A | status | sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details | ||||||||||||||
N/A | data | Data received. | ||||||||||||||
N/A | data_length | Data length |
Generic callback for network event Returns
sl_status_t. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.
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.
71
of file components/service/network_manager/inc/sl_net_types.h