Searched refs:ieee802154_prepare_for_ack (Results 1 – 3 of 3) sorted by relevance
77 bool ieee802154_prepare_for_ack(struct net_if *iface, struct net_pkt *pkt, struct net_buf *frag);
99 inline bool ieee802154_prepare_for_ack(struct net_if *iface, struct net_pkt *pkt, in ieee802154_prepare_for_ack() function211 ack_required = ieee802154_prepare_for_ack(iface, pkt, frag); in ieee802154_radio_send()
538 ack_required = ieee802154_prepare_for_ack(net_iface, tx_pkt, tx_pkt->frags); in test_wait_for_ack()