api: document NM_DEVICE_STATE_FAILED
This commit is contained in:
@@ -249,9 +249,11 @@ typedef enum {
|
|||||||
* activated
|
* activated
|
||||||
* @NM_DEVICE_STATE_ACTIVATED: the device has a network connection, either local
|
* @NM_DEVICE_STATE_ACTIVATED: the device has a network connection, either local
|
||||||
* or global.
|
* or global.
|
||||||
* @NM_DEVICE_STATE_DEACTIVATING: the device's network connection is no longer
|
* @NM_DEVICE_STATE_DEACTIVATING: a disconnection from the current network
|
||||||
* valid and the device is tearing down resources used for the previous
|
* connection was requested, and the device is cleaning up resources used for
|
||||||
* connection.
|
* that connection. The network connection may still be valid.
|
||||||
|
* @NM_DEVICE_STATE_FAILED: the device failed to connect to the requested
|
||||||
|
* network and is cleaning up the connection request
|
||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Reference in New Issue
Block a user