Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c652 uint8_t *header_ie_buf = (uint8_t *)(config->ack_ie.header_ie); in mcxw_configure_enh_ack_probing() local
654 ie_param = (header_ie_buf[6] == 0x03 ? IeData_Lqi_c : 0) | in mcxw_configure_enh_ack_probing()
655 (header_ie_buf[7] == 0x02 ? IeData_LinkMargin_c : 0) | in mcxw_configure_enh_ack_probing()
656 (header_ie_buf[8] == 0x01 ? IeData_Rssi_c : 0); in mcxw_configure_enh_ack_probing()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1619 uint8_t header_ie_buf[OT_ACK_IE_MAX_SIZE]; in otPlatRadioConfigureEnhAckProbing() local
1625 aLinkMetrics.mRssi, header_ie_buf); in otPlatRadioConfigureEnhAckProbing()
1626 config.ack_ie.header_ie = (struct ieee802154_header_ie *)header_ie_buf; in otPlatRadioConfigureEnhAckProbing()