Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c942 if (config->ack_ie.purge_ie) { in nrf5_configure()
948 if (config->ack_ie.short_addr == IEEE802154_BROADCAST_ADDRESS || in nrf5_configure()
949 config->ack_ie.ext_addr == NULL) { in nrf5_configure()
953 sys_put_le16(config->ack_ie.short_addr, short_addr_le); in nrf5_configure()
954 sys_memcpy_swap(ext_addr_le, config->ack_ie.ext_addr, EXTENDED_ADDRESS_SIZE); in nrf5_configure()
956 if (config->ack_ie.header_ie == NULL || config->ack_ie.header_ie->length == 0) { in nrf5_configure()
957 if (config->ack_ie.short_addr != IEEE802154_NO_SHORT_ADDRESS_ASSIGNED) { in nrf5_configure()
963 element_id = ieee802154_header_ie_get_element_id(config->ack_ie.header_ie); in nrf5_configure()
970 memcmp(config->ack_ie.header_ie->content.vendor_specific.vendor_oui, in nrf5_configure()
981 if (config->ack_ie.short_addr != IEEE802154_NO_SHORT_ADDRESS_ASSIGNED) { in nrf5_configure()
[all …]
/Zephyr-latest/modules/openthread/platform/
Dradio.c1388 config.ack_ie.header_ie = aCslPeriod > 0 ? &header_ie : NULL; in otPlatRadioEnableCsl()
1389 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCsl()
1390 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCsl()
1391 config.ack_ie.purge_ie = false; in otPlatRadioEnableCsl()
1408 config.ack_ie.purge_ie = true; in otPlatRadioResetCsl()
1461 config.ack_ie.header_ie = aCstPeriod > 0 ? (struct ieee802154_header_ie *)header_ie : NULL; in otPlatRadioEnableCst()
1462 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCst()
1463 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCst()
1464 config.ack_ie.purge_ie = false; in otPlatRadioEnableCst()
1600 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
[all …]
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1275 } ack_ie; member