zephyr/include/net
Robert Lubos 1fb418df4c net: ieee802154_radio: Allow to specify TX mode
Even though radio driver can report in its capabilities that it does
support CSMA CA, there's no way in the driver to select how the frame
should be transmitted (with CSMA or without). As layers above radio
driver (Thread, Zigbee) can expect that both TX modes are available, we
need to extend the API to allow either of these modes.

This commits extends the API `tx` function with an extra parameter,
`ieee802154_tx_mode`, which informs the driver how the packet should be
transmitted. Currently, the following modes are specified:
* direct (regular tx, no cca, just how it worked so far),
* CCA before transmission,
* CSMA CA before transmission,
* delayed TX,
* delayed TX with CCA

Assume that radios that reported CSMA CA capability transmit in CSMA CA
mode by default, all others will support direct mode.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-04-03 14:07:41 +03:00
..
bt.h
buf.h net: buf: Add push functions for supported bit-variants 2020-01-02 19:05:27 +01:00
can.h treewide: use full path to can.h header 2020-01-26 17:52:12 +01:00
coap_link_format.h
coap.h net: coap: Add internal init function to seed message_id 2019-10-04 21:22:55 +03:00
dhcpv4.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
dns_resolve.h net: dns: Support multiple simultaneous mDNS requests 2020-01-24 16:22:18 +02:00
dummy.h net: Verify correctness of iface_api inside L2 driver API 2019-12-09 12:55:29 -05:00
ethernet_mgmt.h
ethernet_vlan.h
ethernet.h net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
gptp.h
hostname.h
http_client.h net: http: client: Initial version 2019-10-04 16:38:34 +03:00
http_parser_state.h
http_parser_url.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
http_parser.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
ieee802154_mgmt.h
ieee802154_radio.h net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
ieee802154.h
ipv4_autoconf.h
lldp.h
lwm2m.h net: lwm2m: Notify when it's safe to turn RX off 2020-03-10 14:57:29 +02:00
mii.h
mqtt.h net: mqtt: add MQTT_UTF8_LITERAL() helper macro 2020-03-13 10:06:18 +02:00
net_config.h
net_conn_mgr.h
net_context.h net: tcp: Handle special case where accepted socket is closed 2019-10-28 13:58:59 +02:00
net_core.h net: purge NET_STACK and other stack APIs 2020-03-14 13:10:19 -04:00
net_event.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
net_if.h net: Expose a way to know if the network interface is suspended or not 2020-03-27 14:48:30 +02:00
net_ip.h net: Add IPPROTO_RAW as it was missing 2019-09-12 11:22:45 +03:00
net_l2.h net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
net_linkaddr.h net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
net_mgmt.h include/net: additional cleanup for extern "C" use 2019-08-13 18:00:31 +02:00
net_offload.h
net_pkt.h net: pkt: Add flag for telling if this is 1st TCP packet 2020-03-17 13:13:58 +02:00
net_stats.h net/iface: Add PM suspend state statistics 2020-04-02 11:07:45 +03:00
net_timeout.h
openthread.h net: openthread: Update OpenThread version 2019-10-28 13:00:56 +02:00
ppp.h net: ppp: ipcp: negotiate DNS servers and optionally use them 2020-03-10 14:09:10 +02:00
promiscuous.h
ptp_time.h net: Explicitly include toolchain.h to check for endianness definitions. 2019-09-09 21:40:54 +02:00
sntp.h net: sntp: Allow to build for CONFIG_POSIX_API. 2019-09-12 17:30:29 +03:00
socket_can.h net: Verify correctness of iface_api inside L2 driver API 2019-12-09 12:55:29 -05:00
socket_net_mgmt.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
socket_offload.h net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
socket_select.h
socket.h net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
socketutils.h include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
tls_credentials.h
trickle.h
udp.h
websocket.h net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
wifi_mgmt.h net: Verify correctness of iface_api inside L2 driver API 2019-12-09 12:55:29 -05:00
wifi.h