Home
last modified time | relevance | path

Searched refs:ACK_PKT_LENGTH (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio.c52 #define ACK_PKT_LENGTH 5 macro
54 #define ACK_PKT_LENGTH 127 macro
91 static uint8_t ack_psdu[ACK_PKT_LENGTH];
180 if (ack_len > ACK_PKT_LENGTH) { in ieee802154_handle_ack()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c29 #define ACK_PKT_LENGTH 3 macro
240 buf = net_pkt_get_reserve_tx_data(ACK_PKT_LENGTH, K_NO_WAIT); in create_ack_frame()
243 buf->len = ACK_PKT_LENGTH; in create_ack_frame()