aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-06-09 17:45:33 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-02-17 13:25:03 +0100
commit920fefa8e2c7660422a23d79fa45f7cd488e5198 (patch)
treed2f8d778dd9d80909cb8494550c5c4824a8d5fc5 /src/mm-modem.h
parente6d085246f3d47e162084234b1199b5ebb840cca (diff)
modem: new property to allow specifying longer timeouts when configuring IP
This IpTimeout property will be read by NetworkManager, and used as the time to wait for pppd to establish the IP configuration.
Diffstat (limited to 'src/mm-modem.h')
-rw-r--r--src/mm-modem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mm-modem.h b/src/mm-modem.h
index 2041fa0f..19640ac8 100644
--- a/src/mm-modem.h
+++ b/src/mm-modem.h
@@ -38,6 +38,7 @@
#define MM_MODEM_DRIVER "driver"
#define MM_MODEM_TYPE "type"
#define MM_MODEM_IP_METHOD "ip-method"
+#define MM_MODEM_IP_TIMEOUT "ip-timeout"
#define MM_MODEM_ENABLED "enabled"
#define MM_MODEM_EQUIPMENT_IDENTIFIER "equipment-identifier"
#define MM_MODEM_DEVICE_IDENTIFIER "device-identifier"
@@ -71,7 +72,8 @@ typedef enum {
MM_MODEM_PROP_DEVICE_IDENTIFIER,
MM_MODEM_PROP_HW_VID, /* Not exported */
MM_MODEM_PROP_HW_PID, /* Not exported */
- MM_MODEM_PROP_NETWORK_TIMEZONE
+ MM_MODEM_PROP_NETWORK_TIMEZONE,
+ MM_MODEM_PROP_IP_TIMEOUT
} MMModemProp;
typedef struct _MMModem MMModem;