api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use that

This commit is contained in:
Jiří Klimeš
2012-09-21 14:36:46 +02:00
parent ece5e209cd
commit 07fc3dcb90
5 changed files with 16 additions and 2 deletions

View File

@@ -498,6 +498,9 @@ typedef enum {
/* The WiFi network could not be found */
NM_DEVICE_STATE_REASON_SSID_NOT_FOUND = 53,
/* A seconadary connection of the base connection failed */
NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED = 54,
/* Unused */
NM_DEVICE_STATE_REASON_LAST = 0xFFFF
} NMDeviceStateReason;