Home
last modified time | relevance | path

Searched refs:ack_ie (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.4.0/modules/openthread/platform/
Dradio.c1175 config.ack_ie.data = ie_header; in otPlatRadioEnableCsl()
1176 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCsl()
1177 config.ack_ie.ext_addr = aExtAddr->m8; in otPlatRadioEnableCsl()
1180 config.ack_ie.data_len = OT_IE_HEADER_SIZE + OT_CSL_IE_SIZE; in otPlatRadioEnableCsl()
1182 config.ack_ie.data_len = 0; in otPlatRadioEnableCsl()
1318 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
1319 .ack_ie.ext_addr = aExtAddress->m8, in otPlatRadioConfigureEnhAckProbing()
1326 config.ack_ie.data = ie_header; in otPlatRadioConfigureEnhAckProbing()
1327 config.ack_ie.data_len = ie_header_len; in otPlatRadioConfigureEnhAckProbing()
/Zephyr-Core-3.4.0/drivers/ieee802154/
Dieee802154_nrf5.c917 sys_put_le16(config->ack_ie.short_addr, short_addr_le); in nrf5_configure()
928 sys_memcpy_swap(ext_addr_le, config->ack_ie.ext_addr, EXTENDED_ADDRESS_SIZE); in nrf5_configure()
930 if (config->ack_ie.data_len > 0) { in nrf5_configure()
931 nrf_802154_ack_data_set(short_addr_le, false, config->ack_ie.data, in nrf5_configure()
932 config->ack_ie.data_len, NRF_802154_ACK_DATA_IE); in nrf5_configure()
933 nrf_802154_ack_data_set(ext_addr_le, true, config->ack_ie.data, in nrf5_configure()
934 config->ack_ie.data_len, NRF_802154_ACK_DATA_IE); in nrf5_configure()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dieee802154_radio.h305 } ack_ie; member