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_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. |