connection_profile_h sel_profile_h;
setting_view *profile_topper_view;
- /*xmlDocPtr whitelist_doc; */
- /*xmlNodePtr whitelist_root_node; */
- void *whitelist_doc;
- void *whitelist_root_node;
-
#if SUPPORT_TETHERING
tethering_h th_main;
tethering_h th_connections;
#endif
int profile_service_type;
- Evas_Object *popup_concreate;
- Evas_Object *popup_conlist;
Evas_Object *popup_conreset;
Evas_Object *popup_conreset_complete;
Evas_Object *popup;
Elm_Object_Item *navi_it;
Elm_Object_Item *navi_it_con_list;
Elm_Object_Item *navi_it_profile_del_list;
- Evas_Object *bottom_btn;
/*connection-create */
Evas_Object *con_create_gl; /* connection create */
/*Evas_Object *conformant; */
- Evas_Object *back_btn;
Evas_Object *l_button;
Evas_Object *r_button;
- /*Evas_Object *m_button; */
bool has_form_changed;
-// Evas_Object *genlist_sel_network;
Evas_Object *connections_gl; /* genlist in connections view */
Evas_Object *con_list_gl; /* genlist in connections view */
- int cur_profile_num;
- Evas_Object *controllbar;
Evas_Object *network_popup;
char *view_type_string;
- unsigned int subs_id_net[SETTING_NETWORK_SUBS_ID_NET_LEN];
-
- bool b_trigged_by_searching;
- bool b_trigged_by_modechanging;
- bool b_restore_3g_status;
- bool b_restore_roaming_status;
-
#ifdef UI_NETWORK_MODE
Setting_GenGroupItem_Data *data_net_mode;
#endif
Setting_GenGroupItem_Data *mms_conn;
Setting_GenGroupItem_Data *selected_profile;
- Evas_Object *chk_mode;
- Evas_Object *pop_gsm;
- Evas_Object *chk_3gcon;
-
#ifdef UI_NETWORK_MODE
int net_mode; /* like vconf key */
#endif
Setting_GenGroupItem_Data *data_roam_pdn_type;
Setting_GenGroupItem_Data *data_hm_url;
Setting_GenGroupItem_Data *data_auth_type;
- Setting_GenGroupItem_Data *data_type_nor;
- Setting_GenGroupItem_Data *data_type_sec;
- Setting_GenGroupItem_Data *data_type_none;
Evas_Object *scl_edit;
Eina_List *profile_list;
Eina_List *profile_del_list;
- /* Preferred network network list for genlist */
- Evas_Object *gl_network;
- Elm_Genlist_Item_Class itc;
-
- Evas_Object *selInfoPop;
- Evas_Object *selInfoPop_layout;
Evas_Object *rdg;
- /* Delete */
- Setting_GenGroupItem_Data *data_delete_all;
/**********************************************/
setting_view *view_to_load;
Ecore_Timer *timer;
char *internet_apn_name;
char *MMS_apn_name;
- Ecore_Idler *add_apn_idler;
Ecore_Idler *add_apn_timer;
- int is_update;
-
- int viewtype;
-
- /*dual sim */
- int sim_type;
-
bool init_done;
/***********************************************/