Developing with ZBOSS for Zigbee
|
Functions | |
void | zb_secur_setup_nwk_key (zb_uint8_t *key, zb_uint8_t i) |
Setup NWK key from the application level manually. More... | |
void | zb_secur_nwk_key_switch_procedure (zb_uint8_t param) |
void zb_secur_nwk_key_switch_procedure | ( | zb_uint8_t | param | ) |
Initiate procedure of NWK key switching.
Generate next NWK key if it not exists, broadcast new NWK key, after delay broadcast NWK key switch command. Can run at TC only.
param | - work buffer ID or 0 (is zero, function allocates buffer itself) |
void zb_secur_setup_nwk_key | ( | zb_uint8_t * | key, |
zb_uint8_t | i | ||
) |
Setup NWK key from the application level manually.
key | - key to be used |
i | - key number (0-3) |
Call this routine at TC to change random nwk key generated from zb_ib_set_defaults to well-known key. To be used in certification tests mainly.