Lines Matching refs:PROFILE_T
221 } PROFILE_T; typedef
271 extern void udhcpc_start(PROFILE_T *profile);
272 extern void udhcpc_stop(PROFILE_T *profile);
273 extern void ql_set_driver_link_state(PROFILE_T *profile, int link_state);
274 extern void ql_set_driver_qmap_setting(PROFILE_T *profile, QMAP_SETTING *qmap_settings);
275 extern void ql_get_driver_rmnet_info(PROFILE_T *profile, RMNET_INFO *rmnet_info);
281 int (*requestBaseBandVersion)(PROFILE_T *profile);
282 int (*requestSetEthMode)(PROFILE_T *profile);
286 int (*requestSetProfile)(PROFILE_T *profile) ;
287 int (*requestGetProfile)(PROFILE_T *profile);
289 int (*requestSetupDataCall)(PROFILE_T *profile, int curIpFamily);
291 int (*requestDeactivateDefaultPDP)(PROFILE_T *profile, int curIpFamily);
292 int (*requestGetIPAddress)(PROFILE_T *profile, int curIpFamily);
301 extern int get_driver_type(PROFILE_T *profile);
302 extern BOOL qmidevice_detect(char *qmichannel, char *usbnet_adapter, unsigned bufsize, PROFILE_T *p…
303 int mhidevice_detect(char *qmichannel, char *usbnet_adapter, PROFILE_T *profile);
304 extern int ql_bridge_mode_detect(PROFILE_T *profile);
305 extern int ql_enable_qmi_wwan_rawip_mode(PROFILE_T *profile);
306 extern int ql_qmap_mode_detect(PROFILE_T *profile);
326 int reattach_driver(PROFILE_T *profile);