Home
last modified time | relevance | path

Searched refs:NET_REQUEST_IEEE802154_SET_PAN_ID (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_mgmt.h172 #define NET_REQUEST_IEEE802154_SET_PAN_ID \ macro
175 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_IEEE802154_SET_PAN_ID);
/Zephyr-latest/subsys/net/lib/config/
Dieee802154_settings.c54 if (net_mgmt(NET_REQUEST_IEEE802154_SET_PAN_ID, in z_net_config_ieee802154_setup()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c786 } else if (mgmt_request == NET_REQUEST_IEEE802154_SET_PAN_ID) { in ieee802154_set_parameters()
842 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_IEEE802154_SET_PAN_ID,
Dieee802154_shell.c384 if (net_mgmt(NET_REQUEST_IEEE802154_SET_PAN_ID, iface, in cmd_ieee802154_set_pan_id()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c235 ret = net_mgmt(NET_REQUEST_IEEE802154_SET_PAN_ID, iface, &mock_pan_id, in associate()
1236 if (net_mgmt(NET_REQUEST_IEEE802154_SET_PAN_ID, net_iface, in initialize_test_environment()