Network interface driver

The LTE network interface in the Modem library is a Zephyr network interface driver for the nRF91 Series cellular firmware.

The driver is enabled using the CONFIG_NRF_MODEM_LIB_NET_IF Kconfig option. By enabling the LTE network interface in the Modem library, you can control the nRF91 series modem as a Zephyr network interface, for example, net_if_up(), conn_mgr_if_connect(), and net_if_down().

Note

The LTE network interface supports both IPv4 and IPv6. The support is enabled automatically for whichever IP stack version is enabled in Zephyr.