zephyr/drivers/modem
Ryan Erickson 35df759e20 modem: hl7800: ensure net_if_down is triggered and not ignored
Trigger network dropped based on socket error notifications.
This debounces the network state and only triggers
the network interface to go down if the network
really drops or causes socket problems.
This will ensure upper networking stack layers can
cleanup broken sockets properly.

Debounce DNS resolver refresh.
Only trigger DNS resolver refresh if the DNS address changes.

Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
2022-11-04 08:54:50 +00:00
..
CMakeLists.txt
gsm_ppp.c drivers: modem: gsm: Fix set gsm->state in gsm_ppp_stop 2022-11-01 08:59:59 +00:00
hl7800.c modem: hl7800: ensure net_if_down is triggered and not ignored 2022-11-04 08:54:50 +00:00
Kconfig drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
Kconfig.gsm
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c drivers: modem: delay after each AT command 2022-07-02 14:15:49 +02:00
modem_cmd_handler.h
modem_context.c
modem_context.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_iface_uart.h
modem_receiver.c
modem_receiver.h
modem_shell.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
modem_socket.c drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
modem_socket.h drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
quectel-bg9x.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
quectel-bg9x.h
simcom-sim7080.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c drivers: modem: wncm14a2a: Align driver with iface status upgrade 2022-10-20 10:00:31 +02:00