Lines Matching refs:ack_ie
1404 config.ack_ie.header_ie = aCslPeriod > 0 ? &header_ie : NULL; in otPlatRadioEnableCsl()
1405 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCsl()
1406 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCsl()
1407 config.ack_ie.purge_ie = false; in otPlatRadioEnableCsl()
1424 config.ack_ie.purge_ie = true; in otPlatRadioResetCsl()
1477 config.ack_ie.header_ie = aCstPeriod > 0 ? (struct ieee802154_header_ie *)header_ie : NULL; in otPlatRadioEnableCst()
1478 config.ack_ie.short_addr = aShortAddr; in otPlatRadioEnableCst()
1479 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCst()
1480 config.ack_ie.purge_ie = false; in otPlatRadioEnableCst()
1616 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
1617 .ack_ie.ext_addr = aExtAddress->m8, in otPlatRadioConfigureEnhAckProbing()
1626 config.ack_ie.header_ie = (struct ieee802154_header_ie *)header_ie_buf; in otPlatRadioConfigureEnhAckProbing()