Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c1247 config.ack_ie.data = ie_header; in otPlatRadioEnableCsl()
1248 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCsl()
1249 config.ack_ie.ext_addr = aExtAddr->m8; in otPlatRadioEnableCsl()
1252 config.ack_ie.data_len = OT_IE_HEADER_SIZE + OT_CSL_IE_SIZE; in otPlatRadioEnableCsl()
1254 config.ack_ie.data_len = 0; in otPlatRadioEnableCsl()
1391 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
1392 .ack_ie.ext_addr = aExtAddress->m8, in otPlatRadioConfigureEnhAckProbing()
1399 config.ack_ie.data = ie_header; in otPlatRadioConfigureEnhAckProbing()
1400 config.ack_ie.data_len = ie_header_len; in otPlatRadioConfigureEnhAckProbing()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_nrf5.c883 sys_put_le16(config->ack_ie.short_addr, short_addr_le); in nrf5_configure()
894 sys_memcpy_swap(ext_addr_le, config->ack_ie.ext_addr, EXTENDED_ADDRESS_SIZE); in nrf5_configure()
896 if (config->ack_ie.data_len > 0) { in nrf5_configure()
897 nrf_802154_ack_data_set(short_addr_le, false, config->ack_ie.data, in nrf5_configure()
898 config->ack_ie.data_len, NRF_802154_ACK_DATA_IE); in nrf5_configure()
899 nrf_802154_ack_data_set(ext_addr_le, true, config->ack_ie.data, in nrf5_configure()
900 config->ack_ie.data_len, NRF_802154_ACK_DATA_IE); in nrf5_configure()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_radio.h976 } ack_ie; member