Home
last modified time | relevance | path

Searched refs:mChannel (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio.c404 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(sTransmitFrame.mChannel)); in transmit_message()
431 net_pkt_set_ieee802154_txchannel(tx_pkt, sTransmitFrame.mChannel); in transmit_message()
433 radio_set_channel(sTransmitFrame.mChannel); in transmit_message()
436 radio_set_channel(sTransmitFrame.mChannel); in transmit_message()
441 radio_set_channel(sTransmitFrame.mChannel); in transmit_message()
453 radio_set_channel(sTransmitFrame.mChannel); in transmit_message()
510 recv_frame.mChannel = platformRadioChannelGet(instance); in openthread_handle_received_frame()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c111 zassert_equal(otPlatRadioReceiveDone_expected_aframe.mChannel, aFrame->mChannel); in otPlatRadioReceiveDone()
300 frm->mChannel = chan2; in ZTEST()
337 frm->mChannel = --chan2; in ZTEST()
790 otPlatRadioReceiveDone_expected_aframe.mChannel = channel; in ZTEST()