Searched refs:qmapnet_adapter (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | qmap_bridge_mode.c | 51 …const char *ifname = profile->qmapnet_adapter[0] ? profile->qmapnet_adapter : profile->usbnet_adap… in ql_bridge_mode_detect() 157 … snprintf(filename, sizeof(filename), "/sys/class/net/%s/bridge_mode", profile->qmapnet_adapter); in ql_set_driver_bridge_mode() 190 …strncpy(profile->qmapnet_adapter, profile->rmnet_info.ifname[offset_id], sizeof(profile->qmapnet_a… in ql_qmi_qmap_mode_detect() 230 snprintf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), in ql_qmi_qmap_mode_detect() 234 … strncpy(profile->qmapnet_adapter, profile->usbnet_adapter, sizeof(profile->qmapnet_adapter)); in ql_qmi_qmap_mode_detect() 289 …snprintf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), "qmimux%d", profile->pdp - 1); in ql_qmi_qmap_mode_detect() 292 …snprintf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), "qmimux%d", profile->muxid - … in ql_qmi_qmap_mode_detect() 296 snprintf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), in ql_qmi_qmap_mode_detect() 322 …e->qmap_mode, profile->qmap_version, profile->qmap_size, profile->muxid, profile->qmapnet_adapter); in ql_qmi_qmap_mode_detect() 337 …strncpy(profile->qmapnet_adapter, &tmp[strlen("/sys/class/net/")], sizeof(profile->qmapnet_adapter… in ql_mbim_usb_vlan_mode_detect() [all …]
|
| H A D | udhcpc_script.c | 98 profile->qmapnet_adapter ? profile->qmapnet_adapter : profile->usbnet_adapter, in udhcpc_start() 129 profile->qmapnet_adapter ? profile->qmapnet_adapter : profile->usbnet_adapter, in udhcpc_stop()
|
| H A D | udhcpc_netlink.c | 96 if (profile->qmapnet_adapter) in udhcpc_start() 98 ifname = profile->qmapnet_adapter; in udhcpc_start() 171 if (profile->qmapnet_adapter) in udhcpc_stop() 173 ifname = profile->qmapnet_adapter; in udhcpc_stop()
|
| H A D | udhcpc.c | 206 if (link_state == 0 && profile->qmapnet_adapter[0] in ql_set_driver_link_state() 207 && strcmp(profile->qmapnet_adapter, profile->usbnet_adapter)) { in ql_set_driver_link_state() 476 if (profile->qmapnet_adapter[0]) { in udhcpc_start() 477 ifname = profile->qmapnet_adapter; in udhcpc_start() 674 if (profile->qmapnet_adapter[0]) { in udhcpc_stop() 675 ifname = profile->qmapnet_adapter; in udhcpc_stop()
|
| H A D | QMIThread.h | 178 char qmapnet_adapter[32]; member
|
| H A D | QMIThread.c | 775 if (profile->qmapnet_adapter[0]) { in requestSetEthMode() 791 if (profile->qmapnet_adapter[0]) { in requestSetEthMode()
|
| H A D | mbim-cm.c | 1439 if (profile->qmap_mode > 1 && profile->qmapnet_adapter[0]) { in mbim_read_thread()
|