zephyr/include/net
Tomasz Bursztyka 80917ec16f net: Add preliminaly support for suspending/resuming a net interface
Such state needs to be set _from_ the PM API functions and not the other
way round. So if a network device driver does not support such API, it
will not be able to set the core net_if on PM state, obviously.

Currently, these functions only set/unset NET_IF_SUSPENDED flag.

More logic will be added later, to decide whether the net_if can be
actually set to suspend mode or not and also to take care of all timers
related to the interface.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-03-27 14:48:30 +02: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
dhcpv4.h
dns_resolve.h net: dns: Support multiple simultaneous mDNS requests 2020-01-24 16:22:18 +02:00
dummy.h
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
http_parser_state.h
http_parser_url.h
http_parser.h
ieee802154_mgmt.h
ieee802154_radio.h net: ieee802154: Add config to enable PAN coordinator mode 2020-03-26 17:42:40 +02: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_core.h net: purge NET_STACK and other stack APIs 2020-03-14 13:10:19 -04:00
net_event.h
net_if.h net: Add preliminaly support for suspending/resuming a net interface 2020-03-27 14:48:30 +02:00
net_ip.h
net_l2.h
net_linkaddr.h
net_mgmt.h
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_timeout.h
openthread.h
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
sntp.h
socket_can.h
socket_net_mgmt.h
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
tls_credentials.h
trickle.h
udp.h
websocket.h
wifi_mgmt.h
wifi.h