summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-08-17 23:41:41 +0000
committerDan Williams <dcbw@redhat.com>2008-08-17 23:41:41 +0000
commitafe47b8d3a49ca48fde8a76855c34e4daf207cb2 (patch)
treef52c7d7876b6a9332cff2e3d7a8b052d37a0bd5d /include
parenta419bdfb9e659c5e574a05493037b53b417e54b7 (diff)
downloadNetworkManager-afe47b8d3a49ca48fde8a76855c34e4daf207cb2.tar.gz
2008-08-17 Dan Williams <dcbw@redhat.com>
* include/NetworkManager.h introspection/nm-device.xml src/nm-gsm-device.c - Finer-grained GSM registration failure error codes git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3978 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'include')
-rw-r--r--include/NetworkManager.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index 5414337e5c..825c22af5c 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -307,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,