uqmid: wwan: add support to handle kernel network interface
authorAlexander Couzens <[email protected]>
Sat, 18 May 2024 13:33:40 +0000 (14:33 +0100)
committerDavid Bauer <[email protected]>
Sat, 31 May 2025 20:41:00 +0000 (22:41 +0200)
commit95686425ce9775e983ea434ca187f3d66c083ea5
tree2481f1cc67aa9e151448cdf921a5f742d26f6fc4
parentada5284a431cdfcda3e3532173595bbbd134ae22
uqmid: wwan: add support to handle kernel network interface

The kernel network interface can have different modes
- 802.3
- raw-ip
- passthrough towards rmnet/qmap

Currently uqmid will only support raw-ip.
To support higher throughput it will use the rmnet ip interface
with QMAP support.

Signed-off-by: Alexander Couzens <[email protected]>
uqmid/CMakeLists.txt
uqmid/modem.h
uqmid/modem_fsm.c
uqmid/modem_fsm.h
uqmid/modem_tx.c
uqmid/modem_tx.h
uqmid/wwan.c [new file with mode: 0644]
uqmid/wwan.h [new file with mode: 0644]