Lines Matching defs:__PROFILE
175 typedef struct __PROFILE { struct
176 char qmichannel[32];
177 char usbnet_adapter[32];
178 char qmapnet_adapter[32];
179 char driver_name[32];
180 int qmap_mode;
181 int qmap_size;
182 int qmap_version;
183 const char *apn;
184 const char *user;
185 const char *password;
186 const char *pincode;
187 char proxy[32];
188 int auth;
189 int pdp;
190 int curIpFamily;
191 int rawIP;
192 int muxid;
193 int enable_bridge;
194 int wda_client;
195 IPV4_T ipv4;
196 IPV6_T ipv6;
197 UINT PCSCFIpv4Addr1;
198 UINT PCSCFIpv4Addr2;
199 UCHAR PCSCFIpv6Addr1[16];
200 UCHAR PCSCFIpv6Addr2[16];
201 bool enable_ipv4;
202 bool enable_ipv6;
203 int apntype;
204 bool reattach_flag;
205 int hardware_interface;
206 int software_interface;
208 struct usb_device_info usb_dev;
209 struct usb_interface_info usb_intf;
211 int usbmon_fd;
212 FILE *usbmon_logfile_fp;
213 bool loopback_state;
214 int replication_factor;
216 char BaseBandVersion[64];
218 const struct qmi_device_ops *qmi_ops;
219 const struct request_ops *request_ops;
220 RMNET_INFO rmnet_info;