Searched refs:test_application_key (Results 1 – 1 of 1) sorted by relevance
189 static mesh_transport_key_t test_application_key; variable191 test_application_key.netkey_index = netkey_index; in mesh_application_key_set()192 test_application_key.appkey_index = appkey_index; in mesh_application_key_set()193 test_application_key.aid = aid; in mesh_application_key_set()194 test_application_key.akf = 1; in mesh_application_key_set()195 memcpy(test_application_key.key, application_key, 16); in mesh_application_key_set()196 mesh_transport_key_add(&test_application_key); in mesh_application_key_set()