Home
last modified time | relevance | path

Searched refs:set_channel (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.4.0/samples/net/wpanusb/src/
Dwpanusb.h25 struct set_channel { struct
Dwpanusb.c182 static int set_channel(void *data, int len) in set_channel() function
184 struct set_channel *req = data; in set_channel()
188 return radio_api->set_channel(ieee802154_dev, req->channel); in set_channel()
327 set_channel(buf->data, buf->len); in tx_thread()
/Zephyr-Core-3.4.0/samples/net/wpan_serial/src/
Dmain.c276 static void set_channel(uint8_t chan) in set_channel() function
280 radio_api->set_channel(ieee802154_dev, chan); in set_channel()
295 set_channel(net_buf_pull_u8(buf)); in process_config()
505 radio_api->set_channel(ieee802154_dev, in init_ieee802154()
/Zephyr-Core-3.4.0/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c124 .set_channel = fake_set_channel,
/Zephyr-Core-3.4.0/include/zephyr/net/
Dieee802154_radio.h329 int (*set_channel)(const struct device *dev, uint16_t channel); member
/Zephyr-Core-3.4.0/subsys/net/l2/ieee802154/
Dieee802154_utils.h51 return radio->set_channel(net_if_get_device(iface), channel); in ieee802154_set_channel()
/Zephyr-Core-3.4.0/modules/openthread/platform/
Dradio.c304 radio_api->set_channel(radio_dev, sTransmitFrame.mChannel); in transmit_message()
545 radio_api->set_channel(radio_dev, in platformRadioProcess()
649 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive()
864 radio_api->set_channel(radio_dev, aScanChannel); in otPlatRadioEnergyScan()
/Zephyr-Core-3.4.0/drivers/ieee802154/
Dieee802154_uart_pipe.c388 .set_channel = upipe_set_channel,
Dieee802154_b91.c593 .set_channel = b91_set_channel,
Dieee802154_cc1200.c796 .set_channel = cc1200_set_channel,
Dieee802154_cc13xx_cc26xx.c577 .set_channel = ieee802154_cc13xx_cc26xx_set_channel,
Dieee802154_cc13xx_cc26xx_subg.c769 .set_channel = ieee802154_cc13xx_cc26xx_subg_set_channel,
Dieee802154_kw41z.c1092 .set_channel = kw41z_set_channel,
Dieee802154_nrf5.c1160 .set_channel = nrf5_set_channel,
Dieee802154_rf2xx.c1047 .set_channel = rf2xx_set_channel,
Dieee802154_mcr20a.c1433 .set_channel = mcr20a_set_channel,
Dieee802154_cc2520.c1045 .set_channel = cc2520_set_channel,
Dieee802154_dw1000.c1628 .set_channel = dwt_set_channel,
/Zephyr-Core-3.4.0/drivers/led/
Dled_shell.c319 SHELL_CMD_ARG(set_channel, NULL, "<device> <channel> <value [0-255]>",
/Zephyr-Core-3.4.0/tests/subsys/openthread/
Dradio_test.c64 .set_channel = set_channel_mock,