Searched refs:netkey_ctx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 1555 struct netkey_ctx { struct 1562 static struct netkey_ctx pp_net0 = {.net_key = (uint8_t *)test_net_key, .net_idx = 0}; argument 1563 static struct netkey_ctx pp_net1 = {.net_key = (uint8_t *)test_net_key_2, .net_idx = 1}; 1564 static struct netkey_ctx pp_net2 = {.net_key = (uint8_t *)test_net_key_3, .net_idx = 2}; 1571 static void pp_netkey_ctx_init(struct netkey_ctx *net) in pp_netkey_ctx_init() 1597 static uint64_t proxy_adv_hash_calc(struct netkey_ctx *net, uint64_t random, uint16_t *addr, in proxy_adv_hash_calc() 1826 static void proxy_adv_subnet_find(struct proxy_adv_beacon *beac, struct netkey_ctx **nets, in proxy_adv_subnet_find() 1915 static void proxy_adv_scan_all(struct netkey_ctx **nets, uint16_t net_cnt, in proxy_adv_scan_all() 2011 struct netkey_ctx *nets[] = {&pp_net0, &pp_net1, &pp_net2}; in test_rx_proxy_adv_multi_subnet_coex() 2084 struct netkey_ctx *net; in test_rx_priv_multi_net_id()
|