Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst137 IEEE 802.15.4 L2 implementation provides a generic :c:func:`ieee802154_send`
139 of :c:func:`ieee802154_send` takes care of IEEE 802.15.4 standard packet
148 - L2 -> L1: Methods as :c:func:`ieee802154_send` and several IEEE 802.15.4 net
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c475 static int ieee802154_send(struct net_if *iface, struct net_pkt *pkt) in ieee802154_send() function
621 NET_L2_INIT(IEEE802154_L2, ieee802154_recv, ieee802154_send, ieee802154_enable, ieee802154_flags);