Lines Matching refs:test_net_key
525 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_invalid()
582 beacon_create(&buf, test_net_key, 0x01, 0x0000); in test_tx_kr_old_key()
590 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_kr_old_key()
611 beacon_create(&buf, test_net_key, 0x01, 0x0001); in test_tx_kr_old_key()
631 beacon_create(&buf, test_net_key, 0x00, 0x0001); in test_tx_kr_old_key()
919 beacon_create(&buf, test_net_key, 0, 0); in secure_beacon_send()
953 beacon_create(&buf, test_net_key, 0, 0); in test_rx_secure_beacon_interval()
1043 beacon_create(&iv1, test_net_key, 0x02, 0x0001); in test_tx_beacon_cache()
1044 beacon_create(&iv2, test_net_key, 0x02, 0x0002); in test_tx_beacon_cache()
1519 private_beacon_create(&iv1, test_net_key, 0x02, 0x0001); in test_tx_priv_beacon_cache()
1520 private_beacon_create(&iv2, test_net_key, 0x02, 0x0002); in test_tx_priv_beacon_cache()
1562 static struct netkey_ctx pp_net0 = {.net_key = (uint8_t *)test_net_key, .net_idx = 0};