about summary refs log tree commit diff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
committerMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
commitecb2fdd2c959a2a53fa9ce961203d363f86b389b (patch)
tree681cfa4e900d09fa9af89cac3cec4e34568b11c0 /src/devices/nm-device.h
parent01f15cee9ceeb145ca7d328b255fbce2b4eacce5 (diff)
parenta222e56e103f949b148a6942e385ccca2c26d9f3 (diff)
Merge tag 'upstream/1.6.2'
Upstream version 1.6.2
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 311b5a2c..e512f2ca 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -30,6 +30,21 @@
 #include "nm-rfkill-manager.h"
 #include "NetworkManagerUtils.h"
 
+
+#define NM_PENDING_ACTION_AUTOACTIVATE              "autoactivate"
+#define NM_PENDING_ACTION_DHCP4                     "dhcp4"
+#define NM_PENDING_ACTION_DHCP6                     "dhcp6"
+#define NM_PENDING_ACTION_AUTOCONF6                 "autoconf6"
+#define NM_PENDING_ACTION_RECHECK_AVAILABLE         "recheck-available"
+#define NM_PENDING_ACTION_CARRIER_WAIT              "carrier-wait"
+#define NM_PENDING_ACTION_WAITING_FOR_SUPPLICANT    "waiting-for-supplicant"
+#define NM_PENDING_ACTION_WIFI_SCAN                 "wifi-scan"
+#define NM_PENDING_ACTION_WAITING_FOR_COMPANION     "waiting-for-companion"
+
+#define NM_PENDING_ACTIONPREFIX_QUEUED_STATE_CHANGE "queued-state-change-"
+#define NM_PENDING_ACTIONPREFIX_ACTIVATION          "activation-"
+
+
 /* Properties */
 #define NM_DEVICE_UDI              "udi"
 #define NM_DEVICE_IFACE            "interface"