_ip_info_entry_add_callbacks(editfield, entry_info);
elm_object_part_content_set(layout, "elm.swallow.content", editfield);
-#if 0 /* TODO: Apply DPM */
- if (!net_get_device_policy_wifi_profile())
- elm_object_disabled_set(editfield, EINA_TRUE);
- else
- elm_object_disabled_set(editfield, EINA_FALSE);
-#endif
return layout;
}
return;
}
-#if 0 /* TODO: Apply DPM */
- if (!net_get_device_policy_wifi_profile()) {
- SECURE_DEBUG_LOG(UG_NAME_NORMAL, "Wifi profile device policy restricts");
- __COMMON_FUNC_EXIT__;
- return;
- }
-#endif
-
wifi_manager_ap_h ap = ip_info_list_data->ap;
object_type = evas_object_type_get(obj);
evas_object_size_hint_weight_set(toggle_btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_smart_callback_add(toggle_btn, "changed",
__ip_info_toggle_item_sel_cb, ip_data);
-
-#if 0 /* TODO: Apply DPM */
- if (!net_get_device_policy_wifi_profile())
- elm_object_disabled_set(toggle_btn, EINA_TRUE);
- else
- elm_object_disabled_set(toggle_btn, EINA_FALSE);
-#endif
}
__COMMON_FUNC_EXIT__;