Lines Matching refs:network_key
576 mesh_network_key_t * network_key = mesh_network_key_iterator_get_next(&it); in config_netkey_list() local
577 mesh_access_message_add_uint16(&builder, network_key->netkey_index); in config_netkey_list()
812 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index_of_list); in config_appkey_list() local
814 if (network_key == NULL){ in config_appkey_list()
870 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_add_handler() local
871 if (network_key == NULL){ in config_appkey_add_handler()
940 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_update_handler() local
941 if (network_key == NULL){ in config_appkey_update_handler()
1007 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_delete_handler() local
1008 if (network_key == NULL){ in config_appkey_delete_handler()
1852 … mesh_network_key_t * network_key = mesh_network_key_list_get(requested_publication.netkey_index); in config_heartbeat_publication_set_handler() local
1853 if (network_key == NULL){ in config_heartbeat_publication_set_handler()
2209 mesh_subnet_t * network_key = mesh_subnet_get_by_netkey_index(netkey_index); in config_node_identity_set_handler() local
2210 if (network_key == NULL){ in config_node_identity_set_handler()