Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_nrf5.c904 if (config->ack_ie.header_ie == NULL || config->ack_ie.header_ie->length == 0) { in nrf5_configure()
908 element_id = ieee802154_header_ie_get_element_id(config->ack_ie.header_ie); in nrf5_configure()
915 memcmp(config->ack_ie.header_ie->content.vendor_specific.vendor_oui, in nrf5_configure()
926 nrf_802154_ack_data_set(short_addr_le, false, config->ack_ie.header_ie, in nrf5_configure()
927 config->ack_ie.header_ie->length + in nrf5_configure()
930 nrf_802154_ack_data_set(ext_addr_le, true, config->ack_ie.header_ie, in nrf5_configure()
931 config->ack_ie.header_ie->length + in nrf5_configure()
/Zephyr-Core-3.6.0/modules/openthread/platform/
Dradio.c1282 struct ieee802154_header_ie *header_ie = in otPlatRadioEnableCsl() local
1288 header_ie->content.csl.reduced.csl_period = sys_cpu_to_le16(aCslPeriod); in otPlatRadioEnableCsl()
1289 config.ack_ie.header_ie = header_ie; in otPlatRadioEnableCsl()
1291 config.ack_ie.header_ie = NULL; in otPlatRadioEnableCsl()
1452 config.ack_ie.header_ie = (struct ieee802154_header_ie *)header_ie_buf; in otPlatRadioConfigureEnhAckProbing()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dieee802154_radio.h1221 struct ieee802154_header_ie *header_ie; member