Lines Matching +full:g +full:- +full:link
1 .. SPDX-License-Identifier: GPL-2.0-only
3 .. Copyright (C) 2020-21 Intel Corporation
24 - mbimcli (included with the libmbim [2] library), and
25 - Modem Manager [3]
29 - open the MBIM control channel
30 - configure network connection settings
31 - connect to network
32 - configure IP network interface
37 described in [1] Mobile Broadband Interface Model v1.0 Errata-1.
40 ----------------------------------
65 -------------------------------
67 wwan0-X network device
69 The IOSM driver exposes IP link interface "wwan0-X" of type "wwan" for IP
70 traffic. Iproute network utility is used for creating "wwan0-X" network
74 The userspace management application is responsible for creating new IP link
77 For example, creating new IP link for a MBIM IP session with SessionId 1:
79 ip link add dev wwan0-1 parentdev-name wwan0 type wwan linkid 1
81 The driver will automatically map the "wwan0-1" network device to MBIM IP
86 [1] "MBIM (Mobile Broadband Interface Model) Errata-1"
87 - https://www.usb.org/document-library/
89 [2] libmbim - "a glib-based library for talking to WWAN modems and
92 - http://www.freedesktop.org/wiki/Software/libmbim/
94 [3] Modem Manager - "a DBus-activated daemon which controls mobile
95 broadband (2G/3G/4G) devices and connections"
96 - http://www.freedesktop.org/wiki/Software/ModemManager/