summaryrefslogtreecommitdiff
path: root/include/NetworkManager.h
diff options
context:
space:
mode:
authorAntti Kaijanmäki <antti@kaijanmaki.net>2008-08-18 08:30:28 +0000
committerAntti Kaijanmäki <antti@kaijanmaki.net>2008-08-18 08:30:28 +0000
commit2c21a2fe6b0498585fba0beb003ac8aa6351803c (patch)
tree9544edfe2ed9a6c96eda933c35fb5110f1d666c6 /include/NetworkManager.h
parente04934d93efba622123809cc767488af673b2967 (diff)
downloadNetworkManager-mbca.tar.gz
keep up with trunkmbca
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/mbca@3981 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'include/NetworkManager.h')
-rw-r--r--include/NetworkManager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index e2ef802da1..825c22af5c 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -39,6 +39,7 @@
#define NM_DBUS_INTERFACE_CDMA_DEVICE NM_DBUS_INTERFACE_DEVICE ".Cdma"
#define NM_DBUS_INTERFACE_ACTIVE_CONNECTION NM_DBUS_INTERFACE ".Connection.Active"
#define NM_DBUS_INTERFACE_IP4_CONFIG NM_DBUS_INTERFACE ".IP4Config"
+#define NM_DBUS_INTERFACE_DHCP4_CONFIG NM_DBUS_INTERFACE ".DHCP4Config"
#define NM_DBUS_SERVICE_USER_SETTINGS "org.freedesktop.NetworkManagerUserSettings"
@@ -306,6 +307,15 @@ typedef enum {
/* Failed to select the specified APN */
NM_DEVICE_STATE_REASON_GSM_APN_FAILED,
+ /* Not searching for networks */
+ NM_DEVICE_STATE_REASON_GSM_REGISTRATION_NOT_SEARCHING,
+
+ /* Network registration denied */
+ NM_DEVICE_STATE_REASON_GSM_REGISTRATION_DENIED,
+
+ /* Network registration timed out */
+ NM_DEVICE_STATE_REASON_GSM_REGISTRATION_TIMEOUT,
+
/* Failed to register with the requested network */
NM_DEVICE_STATE_REASON_GSM_REGISTRATION_FAILED,