Lines Matching refs:beacon_create
432 static void beacon_create(struct net_buf_simple *buf, const uint8_t net_key[16], uint8_t flags, in beacon_create() function
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()
601 beacon_create(&buf, test_net_key_2, 0x03, 0x0001); in test_tx_kr_old_key()
611 beacon_create(&buf, test_net_key, 0x01, 0x0001); in test_tx_kr_old_key()
621 beacon_create(&buf, test_net_key_2, 0x02, 0x0001); in test_tx_kr_old_key()
631 beacon_create(&buf, test_net_key, 0x00, 0x0001); in test_tx_kr_old_key()
641 beacon_create(&buf, test_net_key_2, 0x00, 0x0001); in test_tx_kr_old_key()
778 beacon_create(&buf, net_key_pairs[i].primary, 0x01, 0x0000); in test_tx_multiple_netkeys()
795 beacon_create(&buf, net_key_pairs[i].secondary, 0x01, 0x0000); in test_tx_multiple_netkeys()
812 beacon_create(&buf, net_key_pairs[i].primary, 0x00, 0x0000); in test_tx_multiple_netkeys()
829 beacon_create(&buf, net_key_pairs[i].secondary, 0x00, 0x0000); in test_tx_multiple_netkeys()
849 beacon_create(&buf, unknown_net_key, 0x00, 0x0000); in test_tx_multiple_netkeys()
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()