mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
api: document NM_DEVICE_STATE_FAILED
This commit is contained in:
parent
b339074fd9
commit
d208bbd4c4
1 changed files with 5 additions and 3 deletions
|
|
@ -249,9 +249,11 @@ typedef enum {
|
|||
* activated
|
||||
* @NM_DEVICE_STATE_ACTIVATED: the device has a network connection, either local
|
||||
* or global.
|
||||
* @NM_DEVICE_STATE_DEACTIVATING: the device's network connection is no longer
|
||||
* valid and the device is tearing down resources used for the previous
|
||||
* connection.
|
||||
* @NM_DEVICE_STATE_DEACTIVATING: a disconnection from the current network
|
||||
* connection was requested, and the device is cleaning up resources used for
|
||||
* 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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue