Home
last modified time | relevance | path

Searched defs:network_key (Results 1 – 15 of 15) sorted by relevance

/btstack/src/mesh/
H A Dmesh_keys.c67 void mesh_network_key_add(mesh_network_key_t * network_key){ in mesh_network_key_add()
72 bool mesh_network_key_remove(mesh_network_key_t * network_key){ in mesh_network_key_remove()
H A Dbeacon.c159 mesh_network_key_t * network_key = mesh_subnet_get_outgoing_network_key(mesh_subnet); in mesh_secure_network_beacon_setup() local
302 mesh_network_key_t * network_key = NULL; in beacon_handle_secure_beacon() local
H A Dmesh_proxy.c306 mesh_network_key_t * network_key = mesh_subnet_get_outgoing_network_key(subnet); in mesh_proxy_start_advertising_with_network_id() local
317 mesh_subnet_t * network_key = mesh_subnet_iterator_get_next(&it); in mesh_proxy_stop_advertising_with_network_id() local
H A Dmesh_configuration_server.c576 mesh_network_key_t * network_key = mesh_network_key_iterator_get_next(&it); in config_netkey_list() local
812 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index_of_list); in config_appkey_list() local
870 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_add_handler() local
940 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_update_handler() local
1007 mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in config_appkey_delete_handler() local
1852 … mesh_network_key_t * network_key = mesh_network_key_list_get(requested_publication.netkey_index); in config_heartbeat_publication_set_handler() local
2209 mesh_subnet_t * network_key = mesh_subnet_get_by_netkey_index(netkey_index); in config_node_identity_set_handler() local
H A Dmesh_upper_transport.c1184 const mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in mesh_upper_transport_setup_unsegmented_control_pdu() local
1201 const mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in mesh_upper_transport_setup_segmented_control_pdu_header() local
1226 const mesh_network_key_t *network_key = mesh_network_key_list_get(netkey_index); in mesh_upper_transport_setup_upper_access_pdu_header() local
H A Dmesh.c602 void mesh_store_network_key(mesh_network_key_t * network_key){ in mesh_store_network_key()
634 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in mesh_load_network_keys() local
824 void mesh_access_netkey_finalize(mesh_network_key_t * network_key){ in mesh_access_netkey_finalize()
H A Dprovisioning.h144 mesh_network_key_t * network_key; member
H A Dmesh_crypto.c262 …_network_key_derive(btstack_crypto_aes128_cmac_t * request, mesh_network_key_t * network_key, void… in mesh_network_key_derive()
H A Dprovisioning_device.c125 static mesh_network_key_t * network_key; variable
H A Dmesh_lower_transport.c168 const mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in mesh_lower_transport_incoming_send_ack() local
H A Dmesh_network.c1343 mesh_network_key_t * network_key = mesh_network_key_iterator_get_next(&it); in mesh_subnet_setup_for_netkey_index() local
/btstack/test/mesh/
H A Dprovisioning_device_test.cpp128 static mesh_network_key_t network_key; variable
H A Dmesh_message_test.cpp200 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_68() local
209 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_5e() local
218 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_10() local
H A Ddump_mesh_pklg.py190 class network_key(object): class
H A Dmesh_pts.c271 mesh_network_key_t * network_key = mesh_network_key_list_get(0); in mesh_pts_dump_mesh_options() local