Developing with ZBOSS for Zigbee
|
Functions | |
void | zb_secur_set_tc_rejoin_enabled (zb_bool_t enable) |
void | zb_secur_set_ignore_tc_rejoin (zb_bool_t enable) |
void | zb_secur_set_unsecure_tc_rejoin_enabled (zb_bool_t enable) |
void zb_secur_set_ignore_tc_rejoin | ( | zb_bool_t | enable | ) |
Specifies whether Trust Center Rejoin is ignored.
If set to ZB_TRUE, devices that attempted unsecure rejoin will be ignored.
enable | - whether to enable or disable TC Rejoin ignore. |
void zb_secur_set_tc_rejoin_enabled | ( | zb_bool_t | enable | ) |
Specifies whether unsecure Trust Center Rejoin is allowed.
If set to ZB_FALSE, devices that attempted unsecure rejoin will not be authorized.
enable | - whether to enable or disable TC Rejoin. |
void zb_secur_set_unsecure_tc_rejoin_enabled | ( | zb_bool_t | enable | ) |
Specifies whether Trust Center Rejoin is allowed, when there is no unique TCLK. On joiner device it could be used to perform TC rejoin with legacy ZC.
If set to ZB_TRUE on joiner device, it can make TC rejoin without unique TCLK.
enable | - whether to enable or disable unsecured TC Rejoin. |