Searched refs:coord_short_addr (Results 1 – 4 of 4) sorted by relevance
343 uint16_t coord_short_addr; member
297 ctx->coord_short_addr = IEEE802154_SHORT_ADDRESS_NOT_ASSOCIATED; in remove_association()551 ctx->coord_short_addr = req->short_addr; in ieee802154_associate()553 ctx->coord_short_addr = IEEE802154_NO_SHORT_ADDRESS_ASSIGNED; in ieee802154_associate()594 ctx->coord_short_addr == req->short_addr) { in ieee802154_associate()664 if (ctx->coord_short_addr != IEEE802154_SHORT_ADDRESS_NOT_ASSOCIATED && in ieee802154_disassociate()665 ctx->coord_short_addr != IEEE802154_NO_SHORT_ADDRESS_ASSIGNED) { in ieee802154_disassociate()667 params.dst.short_addr = ctx->coord_short_addr; in ieee802154_disassociate()
646 ctx->coord_short_addr = IEEE802154_SHORT_ADDRESS_NOT_ASSOCIATED; in ieee802154_init()
184 zassert_equal(ctx->coord_short_addr, IEEE802154_NO_SHORT_ADDRESS_ASSIGNED, in test_associate_shell_cmd()330 ctx->coord_short_addr = EXPECTED_COORDINATOR_SHORT_ADDR; in ZTEST()403 ctx->coord_short_addr = EXPECTED_COORDINATOR_SHORT_ADDR; in ZTEST()478 ctx->coord_short_addr = IEEE802154_SHORT_ADDRESS_NOT_ASSOCIATED; in reset_fake_driver()