Z-Wave Protocol Controller Reference
zwave_s0_network.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
24#ifndef ZWAVE_S0_NETWORK_H
25#define ZWAVE_S0_NETWORK_H
26
27#include <stdint.h>
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
42 zwave_keyset_t granted_keys, zwave_kex_fail_type_t kex_fail_code);
58
71 uint8_t is_controller);
72
73
79
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif //ZWAVE_S0_NETWORK_H
uint32_t sl_status_t
Definition: sl_status.h:139
uint8_t zwave_keyset_t
Definition: zwave_keyset_definitions.h:32
zwave_kex_fail_type_t
Error codes used in S2 inclusion.
Definition: zwave_network_management_types.h:59
uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
void zwave_s0_start_bootstrapping(zwave_node_id_t node_id, uint8_t is_controller)
Start the S0 add node process.
Definition: zwave_s0_network.c:22
void zwave_s0_start_learn_mode(zwave_node_id_t our_nodeid)
Start S0 learn mode.
Definition: zwave_s0_network.c:63
sl_status_t zwave_s0_network_init()
Initialize the S0 network layer.
Definition: zwave_s0_network.c:32
void(* s0_on_bootstrapping_complete_cb)(zwave_keyset_t granted_keys, zwave_kex_fail_type_t kex_fail_code)
Definition: zwave_s0_network.h:41
void zwave_s0_set_network_callbacks(const s0_on_bootstrapping_complete_cb cb)
Set callback function for the S0 inclusion. This function ptr is saved internally in s0.
Definition: zwave_s0_network.c:52
void zwave_s0_stop_bootstrapping()
Stop the S2 bootstrapping.
Definition: zwave_s0_network.c:58
Definition: transport_service.c:356
const zwave_node_id_t node_id