
Functions | |
| void | zb_zdo_set_tc_standard_distributed_key (zb_uint8_t *key_ptr) |
| Set custom distributed key. More... | |
| void | zb_zdo_setup_network_as_distributed (void) |
| Allow to setup network as distributed when started. More... | |
| void | zb_enable_distributed (void) |
| void | zb_disable_distributed (void) |
| Disable distributed security network formation at runtime. More... | |
| void | zb_bdb_enable_distributed_network_formation (void) |
| Enable distributed security network formation at runtime. More... | |
| void | zb_bdb_disable_distributed_network_formation (void) |
| Disable distributed security network formation at runtime. More... | |
| void | zb_bdb_enable_distributed_formation (zb_bool_t enable) |
| Enable/disable distributed security network formation at runtime. More... | |
| zb_bool_t | zb_is_network_distributed (void) |
| Check if the current network is a distributed security network. More... | |
| void zb_bdb_disable_distributed_network_formation | ( | void | ) |
Disable distributed security network formation at runtime.
After call the function the device will not be able to form a distributed security network, but can join another distributed network.
| void zb_bdb_enable_distributed_formation | ( | zb_bool_t | enable | ) |
Enable/disable distributed security network formation at runtime.
After call the function with the enable param set to ZB_TRUE, device won't try to join, but will form a distributed security network instead. If enable param is set to ZB_FALSE, the device will not be able to form a distributed security network, but can join another network.
| enable | - ZB_TRUE to enable distributed formation, ZB_FALSE to disable. |
| void zb_bdb_enable_distributed_network_formation | ( | void | ) |
Enable distributed security network formation at runtime.
After call the function device won't try to join, but will form a distributed security network instead.
| void zb_disable_distributed | ( | void | ) |
Disable distributed security network formation at runtime.
| void zb_enable_distributed | ( | void | ) |
Enable distributed security linkage
Without that call ZR is not able to create a Distributed network.
| zb_bool_t zb_is_network_distributed | ( | void | ) |
Check if the current network is a distributed security network.
| void zb_zdo_set_tc_standard_distributed_key | ( | zb_uint8_t * | key_ptr | ) |
Set custom distributed key.
| key_ptr | - pointer to the key |
| void zb_zdo_setup_network_as_distributed | ( | void | ) |
Allow to setup network as distributed when started.