Home
last modified time | relevance | path

Searched refs:NET_REQUEST_IEEE802154_SET_SHORT_ADDR (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_mgmt.h199 #define NET_REQUEST_IEEE802154_SET_SHORT_ADDR \ macro
202 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_IEEE802154_SET_SHORT_ADDR);
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c762 if (is_associated(ctx) && !(mgmt_request == NET_REQUEST_IEEE802154_SET_SHORT_ADDR && in ieee802154_set_parameters()
806 } else if (mgmt_request == NET_REQUEST_IEEE802154_SET_SHORT_ADDR) { in ieee802154_set_parameters()
848 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_IEEE802154_SET_SHORT_ADDR,
Dieee802154_shell.c525 if (net_mgmt(NET_REQUEST_IEEE802154_SET_SHORT_ADDR, iface, in cmd_ieee802154_set_short_addr()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c215 ret = net_mgmt(NET_REQUEST_IEEE802154_SET_SHORT_ADDR, iface, in disassociate()
242 ret = net_mgmt(NET_REQUEST_IEEE802154_SET_SHORT_ADDR, iface, &short_addr, in associate()