Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.h329 uint8_t association_type : 1; member
337 uint8_t association_type : 1;
Dieee802154_mgmt.c516 cmd->assoc_req.ci.association_type = 0U; /* normal association */ in ieee802154_associate()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c111 zassert_equal(cmd->assoc_req.ci.association_type, false, in test_association_request()