Home
last modified time | relevance | path

Searched refs:coord_ext_addr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c187 ctx->coord_ext_addr, expected_coord_addr_le, sizeof(ctx->coord_ext_addr), in test_associate_shell_cmd()
331 memcpy(ctx->coord_ext_addr, expected_coord_addr_le, sizeof(ctx->coord_ext_addr)); in ZTEST()
337 zassert_mem_equal(ctx->coord_ext_addr, empty_coord_addr, sizeof(ctx->coord_ext_addr), in ZTEST()
404 memcpy(ctx->coord_ext_addr, expected_coord_addr_le, sizeof(ctx->coord_ext_addr)); in ZTEST()
424 zassert_mem_equal(ctx->coord_ext_addr, empty_coord_addr, sizeof(ctx->coord_ext_addr), in ZTEST()
453 zassert_mem_equal(ctx->ext_addr, initial_ext_addr_le, sizeof(ctx->coord_ext_addr), in ZTEST()
460 ctx->ext_addr, expected_ext_addr_le, sizeof(ctx->coord_ext_addr), in ZTEST()
479 memset(ctx->coord_ext_addr, 0, sizeof(ctx->coord_ext_addr)); in reset_fake_driver()
/Zephyr-latest/include/zephyr/net/
Dieee802154.h328 uint8_t coord_ext_addr[IEEE802154_MAX_ADDR_LENGTH]; member
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c296 memset(ctx->coord_ext_addr, 0, sizeof(ctx->coord_ext_addr)); in remove_association()
368 memcpy(ctx->coord_ext_addr, mpdu->mhr.src_addr->comp.addr.ext_addr, in ieee802154_handle_mac_command()
421 if (memcmp(ctx->coord_ext_addr, in ieee802154_handle_mac_command()
554 sys_memcpy_swap(ctx->coord_ext_addr, req->addr, IEEE802154_EXT_ADDR_LENGTH); in ieee802154_associate()
602 if (!memcmp(ctx->coord_ext_addr, ext_addr_le, IEEE802154_EXT_ADDR_LENGTH)) { in ieee802154_associate()
670 sys_memcpy_swap(params.dst.ext_addr, ctx->coord_ext_addr, in ieee802154_disassociate()