From dd428301eb6f02542015121d7b08d9997f137e50 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 12 Mar 2019 15:13:33 +0100 Subject: New upstream version 1.15.91 --- docs/libnm/html/NMAccessPoint.html | 8 +- docs/libnm/html/NMCheckpoint.html | 2 +- docs/libnm/html/NMClient.html | 11 +- docs/libnm/html/NMConnection.html | 10 +- docs/libnm/html/NMDevice.html | 13 +- docs/libnm/html/NMDeviceVxlan.html | 4 +- docs/libnm/html/NMDeviceWifi.html | 4 +- docs/libnm/html/NMDeviceWifiP2P.html | 427 +++ docs/libnm/html/NMObject.html | 1 + docs/libnm/html/NMSetting.html | 17 + docs/libnm/html/NMSetting8021x.html | 12 +- docs/libnm/html/NMSettingConnection.html | 4 +- docs/libnm/html/NMSettingGeneric.html | 2 +- docs/libnm/html/NMSettingOvsPort.html | 4 +- docs/libnm/html/NMSettingPpp.html | 8 +- docs/libnm/html/NMSettingPppoe.html | 8 +- docs/libnm/html/NMSettingProxy.html | 4 +- docs/libnm/html/NMSettingVpn.html | 8 +- docs/libnm/html/NMSettingVxlan.html | 4 +- docs/libnm/html/NMSettingWifiP2P.html | 233 ++ docs/libnm/html/NMSettingWimax.html | 4 +- docs/libnm/html/NMSettingWireGuard.html | 1743 ++++++++++ docs/libnm/html/NMSettingWired.html | 9 +- docs/libnm/html/NMSettingWireless.html | 10 - docs/libnm/html/NMSettingWirelessSecurity.html | 21 +- docs/libnm/html/NMWifiP2PPeer.html | 618 ++++ docs/libnm/html/NMWimaxNsp.html | 8 +- docs/libnm/html/api-index-full.html | 4120 +++++++++++++----------- docs/libnm/html/ch03.html | 12 +- docs/libnm/html/ch04.html | 6 + docs/libnm/html/index.html | 20 +- docs/libnm/html/libnm-nm-dbus-interface.html | 292 +- docs/libnm/html/libnm-nm-errors.html | 11 +- docs/libnm/html/libnm-nm-utils.html | 57 +- docs/libnm/html/libnm.devhelp2 | 207 +- docs/libnm/html/object-tree.html | 9 +- docs/libnm/html/usage.html | 2 +- 37 files changed, 5830 insertions(+), 2103 deletions(-) create mode 100644 docs/libnm/html/NMDeviceWifiP2P.html create mode 100644 docs/libnm/html/NMSettingWifiP2P.html create mode 100644 docs/libnm/html/NMSettingWireGuard.html create mode 100644 docs/libnm/html/NMWifiP2PPeer.html (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index bc1c0941..653501ad 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -7,7 +7,7 @@ - + @@ -23,7 +23,7 @@ Home Up Prev -Next +Next
@@ -584,7 +584,7 @@ with this function.

connections

-

an array of NMConnections to +

an array of NMConnections to filter.

[element-type NMConnection] @@ -594,7 +594,7 @@ filter.

Returns

an array of -NMConnections that could be activated with the given ap +NMConnections that could be activated with the given ap . The array should be freed with g_ptr_array_unref() when it is no longer required.

[transfer full][element-type NMConnection]

diff --git a/docs/libnm/html/NMCheckpoint.html b/docs/libnm/html/NMCheckpoint.html index 7d0ba4d3..dc70ac0c 100644 --- a/docs/libnm/html/NMCheckpoint.html +++ b/docs/libnm/html/NMCheckpoint.html @@ -154,7 +154,7 @@ comparing to this value.

nm_checkpoint_get_rollback_timeout ()

guint32
 nm_checkpoint_get_rollback_timeout (NMCheckpoint *checkpoint);
-

Gets the the timeout in seconds for automatic rollback.

+

Gets the timeout in seconds for automatic rollback.

Parameters

diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index f05ae51c..a33221c1 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -2923,10 +2923,10 @@ nm_client_add_and_activate_connection2_finish - - +

out_result

(transfer full): the output result +

the output result of type "a{sv}" returned by D-Bus' AddAndActivate2 call. Currently no output is implemented yet.

[allow-none][allow-none][transfer full]
@@ -4510,6 +4510,13 @@ clients can obtain to perform certain tasks on behalf of the current user.

  +

NM_CLIENT_PERMISSION_WIFI_SCAN

+ +

controls whether wifi scans can be performed

+ +  + +

NM_CLIENT_PERMISSION_LAST

a reserved boundary value

diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 367491ba..5421cf34 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1238,9 +1238,9 @@ nm_connection_clear_secrets_with_flags

func

-

(allow-none): function to be called to determine whether a +

function to be called to determine whether a specific secret should be cleared or not. If NULL, all secrets are cleared.

-[scope call] +[scope call][allow-none]

user_data

@@ -1314,7 +1314,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)

nm_connection_set_path (NMConnection *connection, const char *path);

Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the “path” +is only for the reference of the caller. Sets the “path” property.

diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 915fe645..6f9f1ae6 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -845,6 +845,7 @@ ├── NMDeviceVlan ├── NMDeviceVxlan ├── NMDeviceWifi + ├── NMDeviceWifiP2P ├── NMDeviceWimax ├── NMDeviceWireGuard ╰── NMDeviceWpan @@ -2067,9 +2068,9 @@ nm_device_get_applied_connection (

version_id

-

(allow-none): returns the current version id of +

returns the current version id of the applied connection.

-[out] +[out][allow-none]

cancellable

@@ -2176,9 +2177,9 @@ nm_device_get_applied_connection_finish

version_id

-

(allow-none): the current version id of the applied +

the current version id of the applied connection.

-[out] +[out][allow-none]

error

@@ -2485,7 +2486,7 @@ incompatible with the device. To get the full list of connections see

connections

-

an array of NMConnections to filter.

+

an array of NMConnections to filter.

[element-type NMConnection] @@ -2494,7 +2495,7 @@ incompatible with the device. To get the full list of connections see

Returns

an array of -NMConnections that could be activated with the given device +NMConnections that could be activated with the given device . The array should be freed with g_ptr_array_unref() when it is no longer required.

[transfer full][element-type NMConnection]

diff --git a/docs/libnm/html/NMDeviceVxlan.html b/docs/libnm/html/NMDeviceVxlan.html index 52d0394d..d672aa33 100644 --- a/docs/libnm/html/NMDeviceVxlan.html +++ b/docs/libnm/html/NMDeviceVxlan.html @@ -7,7 +7,7 @@ - + @@ -23,7 +23,7 @@ Home Up Prev -Next +Next
diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index 0cc5e19a..352768d3 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -6,7 +6,7 @@ - + @@ -23,7 +23,7 @@ Home Up -Prev +Prev Next
diff --git a/docs/libnm/html/NMDeviceWifiP2P.html b/docs/libnm/html/NMDeviceWifiP2P.html new file mode 100644 index 00000000..29d675a9 --- /dev/null +++ b/docs/libnm/html/NMDeviceWifiP2P.html @@ -0,0 +1,427 @@ + + + + +NMDeviceWifiP2P: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMDeviceWifiP2P

+

NMDeviceWifiP2P

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
const char * + +nm_device_wifi_p2p_get_hw_address () +
+NMWifiP2PPeer * + +nm_device_wifi_p2p_get_peer_by_path () +
const GPtrArray * + +nm_device_wifi_p2p_get_peers () +
+void + +nm_device_wifi_p2p_start_find () +
+gboolean + +nm_device_wifi_p2p_start_find_finish () +
+void + +nm_device_wifi_p2p_stop_find () +
+gboolean + +nm_device_wifi_p2p_stop_find_finish () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + +
#defineNM_DEVICE_WIFI_P2P_HW_ADDRESS
#defineNM_DEVICE_WIFI_P2P_PEERS
#defineNM_DEVICE_WIFI_P2P_WFDIES
+
+
+

Description

+
+
+

Functions

+
+

nm_device_wifi_p2p_get_hw_address ()

+
const char *
+nm_device_wifi_p2p_get_hw_address (NMDeviceWifiP2P *device);
+

Gets the actual hardware (MAC) address of the NMDeviceWifiP2P

+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceWifiP2P

 
+
+
+

Returns

+

the actual hardware address. This is the internal string used by the +device, and must not be modified.

+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_get_peer_by_path ()

+
NMWifiP2PPeer *
+nm_device_wifi_p2p_get_peer_by_path (NMDeviceWifiP2P *device,
+                                     const char *path);
+

Gets a NMWifiP2PPeer by path.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

device

a NMDeviceWifiP2P

 

path

the object path of the peer

 
+
+
+

Returns

+

the peer or NULL if none is found.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_get_peers ()

+
const GPtrArray *
+nm_device_wifi_p2p_get_peers (NMDeviceWifiP2P *device);
+

Gets all the found peers of the NMDeviceWifiP2P.

+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceWifiP2P

 
+
+
+

Returns

+

a GPtrArray containing all the +found NMWifiP2PPeers. +The returned array is owned by the client and should not be modified.

+

[element-type NMWifiP2PPeer]

+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_start_find ()

+
void
+nm_device_wifi_p2p_start_find (NMDeviceWifiP2P *device,
+                               GVariant *options,
+                               GCancellable *cancellable,
+                               GAsyncReadyCallback callback,
+                               gpointer user_data);
+

Request NM to search for Wi-Fi P2P peers on device +. Note that the call +returns immediately after requesting the find, and it may take some time +after that for peers to be found.

+

The find operation will run for 30s by default. You can stop it earlier +using nm_device_p2p_wifi_stop_find().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

device

a NMDeviceWifiP2P

 

options

optional options passed to StartFind.

[allow-none]

cancellable

a GCancellable, or NULL

 

callback

a GAsyncReadyCallback, or NULL

 

user_data

user_data for callback +

 
+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_start_find_finish ()

+
gboolean
+nm_device_wifi_p2p_start_find_finish (NMDeviceWifiP2P *device,
+                                      GAsyncResult *result,
+                                      GError **error);
+

Finish an operation started by nm_device_wifi_p2p_start_find().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

device

a NMDeviceWifiP2P

 

result

the GAsyncResult

 

error

GError return address

 
+
+
+

Returns

+

TRUE if the call was successful

+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_stop_find ()

+
void
+nm_device_wifi_p2p_stop_find (NMDeviceWifiP2P *device,
+                              GCancellable *cancellable,
+                              GAsyncReadyCallback callback,
+                              gpointer user_data);
+

Request NM to stop any ongoing find operation for Wi-Fi P2P peers on device +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

device

a NMDeviceWifiP2P

 

cancellable

a GCancellable, or NULL

 

callback

a GAsyncReadyCallback, or NULL

 

user_data

user_data for callback +

 
+
+

Since: 1.16

+
+
+
+

nm_device_wifi_p2p_stop_find_finish ()

+
gboolean
+nm_device_wifi_p2p_stop_find_finish (NMDeviceWifiP2P *device,
+                                     GAsyncResult *result,
+                                     GError **error);
+

Finish an operation started by nm_device_wifi_p2p_stop_find().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

device

a NMDeviceWifiP2P

 

result

the GAsyncResult

 

error

GError return address

 
+
+
+

Returns

+

TRUE if the call was successful

+
+

Since: 1.16

+
+
+
+

Types and Values

+
+

NM_DEVICE_WIFI_P2P_HW_ADDRESS

+
#define NM_DEVICE_WIFI_P2P_HW_ADDRESS          "hw-address"
+
+
+
+
+

NM_DEVICE_WIFI_P2P_PEERS

+
#define NM_DEVICE_WIFI_P2P_PEERS               "peers"
+
+
+
+
+

NM_DEVICE_WIFI_P2P_WFDIES

+
#define NM_DEVICE_WIFI_P2P_WFDIES              "wfdies"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index dacf1197..02e9e9da 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -124,6 +124,7 @@ ├── NMDhcpConfig ├── NMIPConfig ├── NMRemoteConnection + ├── NMWifiP2PPeer ╰── NMWimaxNsp
diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index cb6b7305..aaafa2c1 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -59,6 +59,14 @@ +gboolean + + +(*_NMConnectionForEachSecretFunc) () + + + + GType @@ -265,8 +273,10 @@ ├── NMSettingVlan ├── NMSettingVpn ├── NMSettingVxlan + ├── NMSettingWifiP2P ├── NMSettingWimax ├── NMSettingWired + ├── NMSettingWireGuard ├── NMSettingWireless ├── NMSettingWirelessSecurity ╰── NMSettingWpan @@ -377,6 +387,13 @@ of properties and allowed values.


+

_NMConnectionForEachSecretFunc ()

+
gboolean
+(*_NMConnectionForEachSecretFunc) (NMSettingSecretFlags flags,
+                                   gpointer user_data);
+
+
+

nm_setting_lookup_type ()

GType
 nm_setting_lookup_type (const char *name);
diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 21ac1234..d950232c 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -1182,10 +1182,9 @@

Object Hierarchy

    GEnum
+    ├── NMSetting8021xAuthFlags
     ├── NMSetting8021xCKFormat
     ╰── NMSetting8021xCKScheme
-    GFlags
-    ╰── NMSetting8021xAuthFlags
     GObject
     ╰── NMSetting
         ╰── NMSetting8021x
@@ -1255,8 +1254,8 @@ the blob must be not UNKNOWN (or NULL).

error

-

(out): validation reason.

-[allow-none] +

validation reason.

+[allow-none][out]
@@ -4210,11 +4209,6 @@ should be used.

  -

_NM_SETTING_802_1X_AUTH_FLAGS_LAST

-  -  - -

NM_SETTING_802_1X_AUTH_FLAGS_ALL

All supported flags

diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 867d132c..6d1aa6b3 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -2217,7 +2217,7 @@ name is included, so that different interfaces yield different addresses.

at runtime. Currently supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, -or every time. Note that "${DEVICE}" corresponds the the interface name of the +or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or @@ -2271,7 +2271,7 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Flags: Read / Write

Default value: NULL

diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html index 5ac78763..939c3c53 100644 --- a/docs/libnm/html/NMSettingGeneric.html +++ b/docs/libnm/html/NMSettingGeneric.html @@ -81,7 +81,7 @@ optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).

There are currently no properties on this object; it exists only to be -the "connection type" setting on NMConnections for generic devices.

+the "connection type" setting on NMConnections for generic devices.

Functions

diff --git a/docs/libnm/html/NMSettingOvsPort.html b/docs/libnm/html/NMSettingOvsPort.html index 1c5e81dc..5d326bb3 100644 --- a/docs/libnm/html/NMSettingOvsPort.html +++ b/docs/libnm/html/NMSettingOvsPort.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ Home Up Prev -Next +Next
diff --git a/docs/libnm/html/NMSettingPpp.html b/docs/libnm/html/NMSettingPpp.html index be86468b..c73d0bd7 100644 --- a/docs/libnm/html/NMSettingPpp.html +++ b/docs/libnm/html/NMSettingPpp.html @@ -6,8 +6,8 @@ - - + + @@ -21,8 +21,8 @@ Home Up -Prev -Next +Prev +Next
diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html index 61858a6d..34f95831 100644 --- a/docs/libnm/html/NMSettingPppoe.html +++ b/docs/libnm/html/NMSettingPppoe.html @@ -6,8 +6,8 @@ - - + + @@ -21,8 +21,8 @@ Home Up -Prev -Next +Prev +Next
diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html index 2870c41e..c1d4dc0d 100644 --- a/docs/libnm/html/NMSettingProxy.html +++ b/docs/libnm/html/NMSettingProxy.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next
diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 52119bb7..f5b6b1c3 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -617,8 +617,8 @@ nm_setting_vpn_get_data_keys (

out_length

-

(out): the length of the returned array.

-[allow-none] +

the length of the returned array.

+[allow-none][out]
@@ -834,8 +834,8 @@ nm_setting_vpn_get_secret_keys (

out_length

-

(out): the length of the returned array.

-[allow-none] +

the length of the returned array.

+[allow-none][out]
diff --git a/docs/libnm/html/NMSettingVxlan.html b/docs/libnm/html/NMSettingVxlan.html index 4634af0a..f0606610 100644 --- a/docs/libnm/html/NMSettingVxlan.html +++ b/docs/libnm/html/NMSettingVxlan.html @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ Home Up Prev -Next +Next
diff --git a/docs/libnm/html/NMSettingWifiP2P.html b/docs/libnm/html/NMSettingWifiP2P.html new file mode 100644 index 00000000..b7cf9125 --- /dev/null +++ b/docs/libnm/html/NMSettingWifiP2P.html @@ -0,0 +1,233 @@ + + + + +NMSettingWifiP2P: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingWifiP2P

+

NMSettingWifiP2P — Describes connection properties for 802.11 Wi-Fi P2P networks

+
+
+

Functions

+ +
+
+

Types and Values

+ +
+
+

Description

+

The NMSettingWifiP2P object is a NMSetting subclass that describes properties +necessary for connection to 802.11 Wi-Fi P2P networks (aka Wi-Fi Direct).

+
+
+

Functions

+
+

nm_setting_wifi_p2p_new ()

+
NMSetting *
+nm_setting_wifi_p2p_new (void);
+

Creates a new NMSettingWifiP2P object with default values.

+
+

Returns

+

the new empty NMSettingWifiP2P object.

+

[transfer full]

+
+

Since: 1.16

+
+
+
+

nm_setting_wifi_p2p_get_peer ()

+
const char *
+nm_setting_wifi_p2p_get_peer (NMSettingWifiP2P *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWifiP2P

 
+
+
+

Returns

+

the “peer” property of the setting

+
+

Since: 1.16

+
+
+
+

nm_setting_wifi_p2p_get_wps_method ()

+
NMSettingWirelessSecurityWpsMethod
+nm_setting_wifi_p2p_get_wps_method (NMSettingWifiP2P *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWifiP2P

 
+
+
+

Returns

+

the “wps-method” property of the setting

+
+

Since: 1.16

+
+
+
+

nm_setting_wifi_p2p_get_wfd_ies ()

+
GBytes *
+nm_setting_wifi_p2p_get_wfd_ies (NMSettingWifiP2P *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingWiFiP2P

 
+
+
+

Returns

+

the “wfd-ies” property of the setting.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

Types and Values

+
+

NM_SETTING_WIFI_P2P_SETTING_NAME

+
#define NM_SETTING_WIFI_P2P_SETTING_NAME "wifi-p2p"
+
+
+
+
+

NM_SETTING_WIFI_P2P_PEER

+
#define NM_SETTING_WIFI_P2P_PEER        "peer"
+
+

The mac address of the peer to connect to.

+
+
+
+

NM_SETTING_WIFI_P2P_WPS_METHOD

+
#define NM_SETTING_WIFI_P2P_WPS_METHOD  "wps-method"
+
+
+
+
+

NM_SETTING_WIFI_P2P_WFD_IES

+
#define NM_SETTING_WIFI_P2P_WFD_IES     "wfd-ies"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMSettingWimax.html b/docs/libnm/html/NMSettingWimax.html index 519d0a9c..d52a4119 100644 --- a/docs/libnm/html/NMSettingWimax.html +++ b/docs/libnm/html/NMSettingWimax.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next
diff --git a/docs/libnm/html/NMSettingWireGuard.html b/docs/libnm/html/NMSettingWireGuard.html new file mode 100644 index 00000000..3efa9ed5 --- /dev/null +++ b/docs/libnm/html/NMSettingWireGuard.html @@ -0,0 +1,1743 @@ + + + + +NMSettingWireGuard: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingWireGuard

+

NMSettingWireGuard — Describes connection properties for wireguard related options

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+NMWireGuardPeer * + +nm_wireguard_peer_new () +
+NMWireGuardPeer * + +nm_wireguard_peer_new_clone () +
+NMWireGuardPeer * + +nm_wireguard_peer_ref () +
+void + +nm_wireguard_peer_unref () +
+void + +nm_wireguard_peer_seal () +
+gboolean + +nm_wireguard_peer_is_sealed () +
const char * + +nm_wireguard_peer_get_public_key () +
+gboolean + +nm_wireguard_peer_set_public_key () +
const char * + +nm_wireguard_peer_get_preshared_key () +
+gboolean + +nm_wireguard_peer_set_preshared_key () +
+NMSettingSecretFlags + +nm_wireguard_peer_get_preshared_key_flags () +
+void + +nm_wireguard_peer_set_preshared_key_flags () +
+guint16 + +nm_wireguard_peer_get_persistent_keepalive () +
+void + +nm_wireguard_peer_set_persistent_keepalive () +
const char * + +nm_wireguard_peer_get_endpoint () +
+gboolean + +nm_wireguard_peer_set_endpoint () +
+guint + +nm_wireguard_peer_get_allowed_ips_len () +
const char * + +nm_wireguard_peer_get_allowed_ip () +
+void + +nm_wireguard_peer_clear_allowed_ips () +
+gboolean + +nm_wireguard_peer_append_allowed_ip () +
+gboolean + +nm_wireguard_peer_remove_allowed_ip () +
+gboolean + +nm_wireguard_peer_is_valid () +
+int + +nm_wireguard_peer_cmp () +
+NMSetting * + +nm_setting_wireguard_new () +
const char * + +nm_setting_wireguard_get_private_key () +
+NMSettingSecretFlags + +nm_setting_wireguard_get_private_key_flags () +
+guint16 + +nm_setting_wireguard_get_listen_port () +
+guint32 + +nm_setting_wireguard_get_fwmark () +
+guint + +nm_setting_wireguard_get_peers_len () +
+NMWireGuardPeer * + +nm_setting_wireguard_get_peer () +
+NMWireGuardPeer * + +nm_setting_wireguard_get_peer_by_public_key () +
+void + +nm_setting_wireguard_set_peer () +
+void + +nm_setting_wireguard_append_peer () +
+gboolean + +nm_setting_wireguard_remove_peer () +
+guint + +nm_setting_wireguard_clear_peers () +
+gboolean + +nm_setting_wireguard_get_peer_routes () +
+guint32 + +nm_setting_wireguard_get_mtu () +
+
+ +
+

Object Hierarchy

+
    GBoxed
+    ╰── NMWireGuardPeer
+
+
+
+

Description

+

The NMSettingWireGuard object is a NMSetting subclass that contains settings +for configuring WireGuard.

+
+
+

Functions

+
+

nm_wireguard_peer_new ()

+
NMWireGuardPeer *
+nm_wireguard_peer_new (void);
+
+

Returns

+

a new, default, unsealed NMWireGuardPeer instance.

+

[transfer full]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_new_clone ()

+
NMWireGuardPeer *
+nm_wireguard_peer_new_clone (const NMWireGuardPeer *self,
+                             gboolean with_secrets);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the NMWireGuardPeer instance to copy.

 

with_secrets

if TRUE, the preshared-key secrets are copied +as well. Otherwise, they will be removed.

 
+
+
+

Returns

+

a clone of self +. This instance +is always unsealed.

+

[transfer full]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_ref ()

+
NMWireGuardPeer *
+nm_wireguard_peer_ref (NMWireGuardPeer *self);
+

This is not thread-safe.

+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance.

[allow-none]
+
+
+

Returns

+

returns the input argument self +after incrementing +the reference count.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_unref ()

+
void
+nm_wireguard_peer_unref (NMWireGuardPeer *self);
+

Drop a reference to self +. If the last reference is dropped, +the instance is freed and all accociate data released.

+

This is not thread-safe.

+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance.

[allow-none]
+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_seal ()

+
void
+nm_wireguard_peer_seal (NMWireGuardPeer *self);
+

Seal the NMWireGuardPeer instance. Afterwards, it is a bug +to call all functions that modify the instance (except ref/unref). +A sealed instance cannot be unsealed again, but you can create +an unsealed copy with nm_wireguard_peer_new_clone().

+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_is_sealed ()

+
gboolean
+nm_wireguard_peer_is_sealed (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

whether self +is sealed or not.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_public_key ()

+
const char *
+nm_wireguard_peer_get_public_key (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

the public key or NULL if unset.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_set_public_key ()

+
gboolean
+nm_wireguard_peer_set_public_key (NMWireGuardPeer *self,
+                                  const char *public_key,
+                                  gboolean accept_invalid);
+

Reset the public key. Note that if the public key is valid, it +will be normalized (which may or may not modify the set value).

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

public_key

the new public +key or NULL to clear the public key.

[allow-none][transfer none]

accept_invalid

if TRUE and public_key +is not NULL and +invalid, then do not modify the instance.

 
+
+
+

Returns

+

TRUE if the key was valid or NULL. Returns +FALSE for invalid keys. Depending on accept_invalid +will an invalid key be set or not.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_preshared_key ()

+
const char *
+nm_wireguard_peer_get_preshared_key (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

the preshared key or NULL if unset.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_set_preshared_key ()

+
gboolean
+nm_wireguard_peer_set_preshared_key (NMWireGuardPeer *self,
+                                     const char *preshared_key,
+                                     gboolean accept_invalid);
+

Reset the preshared key. Note that if the preshared key is valid, it +will be normalized (which may or may not modify the set value).

+

Note that the preshared-key is a secret and consequently has corresponding +preshared-key-flags property. This is so that secrets can be optional +and requested on demand from a secret-agent. Also, an invalid preshared-key +may optionally cause nm_wireguard_peer_is_valid() to fail or it may +be accepted.

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

preshared_key

the new preshared +key or NULL to clear the preshared key.

[allow-none][transfer none]

accept_invalid

whether to allow setting the key to an invalid +value. If FALSE, self +is unchanged if the key is invalid +and if FALSE is returned.

 
+
+
+

Returns

+

TRUE if the preshared-key is valid, otherwise FALSE. +NULL is considered a valid value. +If the key is invalid, it depends on accept_invalid +whether the +previous value was reset.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_preshared_key_flags ()

+
NMSettingSecretFlags
+nm_wireguard_peer_get_preshared_key_flags
+                               (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

get the secret flags for the preshared-key.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_set_preshared_key_flags ()

+
void
+nm_wireguard_peer_set_preshared_key_flags
+                               (NMWireGuardPeer *self,
+                                NMSettingSecretFlags preshared_key_flags);
+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

preshared_key_flags

the secret flags to set.

 
+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_persistent_keepalive ()

+
guint16
+nm_wireguard_peer_get_persistent_keepalive
+                               (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

get the persistent-keepalive setting in seconds. Set to zero to disable +keep-alive.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_set_persistent_keepalive ()

+
void
+nm_wireguard_peer_set_persistent_keepalive
+                               (NMWireGuardPeer *self,
+                                guint16 persistent_keepalive);
+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

persistent_keepalive

the keep-alive value to set.

 
+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_endpoint ()

+
const char *
+nm_wireguard_peer_get_endpoint (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

the endpoint or NULL if none was set.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_set_endpoint ()

+
gboolean
+nm_wireguard_peer_set_endpoint (NMWireGuardPeer *self,
+                                const char *endpoint,
+                                gboolean allow_invalid);
+

Sets or clears the endpoint of self +.

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

endpoint

the socket address endpoint to set or NULL.

 

allow_invalid

if TRUE, also invalid values are set. +If FALSE, the function does nothing for invalid endpoint +arguments.

 
+
+
+

Returns

+

TRUE if the endpoint is NULL or valid. For an +invalid endpoint +argument, FALSE is returned. Depending +on allow_invalid +, the instance will be modified.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_allowed_ips_len ()

+
guint
+nm_wireguard_peer_get_allowed_ips_len (const NMWireGuardPeer *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMWireGuardPeer instance

 
+
+
+

Returns

+

the number of allowed-ips entries.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_get_allowed_ip ()

+
const char *
+nm_wireguard_peer_get_allowed_ip (const NMWireGuardPeer *self,
+                                  guint idx,
+                                  gboolean *out_is_valid);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the NMWireGuardPeer instance

 

idx

the index from zero to (allowed-ips-len - 1) to +retrieve.

 

out_is_valid

TRUE if the returned value is a valid allowed-ip +setting.

[allow-none]
+
+
+

Returns

+

the allowed-ip setting at index idx +. +If idx +is out of range, NULL will be returned.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_clear_allowed_ips ()

+
void
+nm_wireguard_peer_clear_allowed_ips (NMWireGuardPeer *self);
+

Removes all allowed-ip entries.

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + +

self

the unsealed NMWireGuardPeer instance

 
+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_append_allowed_ip ()

+
gboolean
+nm_wireguard_peer_append_allowed_ip (NMWireGuardPeer *self,
+                                     const char *allowed_ip,
+                                     gboolean accept_invalid);
+

Appends allowed_ip + setting to the list. This does not check +for duplicates and always appends allowed_ip + to the end of the +list. If allowed_ip + is valid, it will be normalized and a modified +for might be appended. If allowed_ip + is invalid, it will still be +appended, but later verification will fail.

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

allowed_ip

the allowed-ip entry to set.

 

accept_invalid

if TRUE, also invalid allowed_ip +value +will be appended. Otherwise, the function does nothing +in face of invalid values and returns FALSE.

 
+
+
+

Returns

+

TRUE if the value is a valid allowed-ips value, FALSE otherwise. +Depending on accept_invalid +, also invalid values are added.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_remove_allowed_ip ()

+
gboolean
+nm_wireguard_peer_remove_allowed_ip (NMWireGuardPeer *self,
+                                     guint idx);
+

Removes the allowed-ip at the given idx +. This shifts all +following entries one index down.

+

It is a bug trying to modify a sealed NMWireGuardPeer instance.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the unsealed NMWireGuardPeer instance

 

idx

the index from zero to (allowed-ips-len - 1) to +retrieve. If the index is out of range, FALSE is returned +and nothing is done.

 
+
+
+

Returns

+

TRUE if idx +was valid and the allowed-ip was removed. +FALSE otherwise, and the peer will not be changed.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_is_valid ()

+
gboolean
+nm_wireguard_peer_is_valid (const NMWireGuardPeer *self,
+                            gboolean check_non_secrets,
+                            gboolean check_secrets,
+                            GError **error);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

self

the NMWireGuardPeer instance

 

check_secrets

if TRUE, non-secret properties are validated. +Otherwise they are ignored for this purpose.

 

check_non_secrets

if TRUE, secret properties are validated. +Otherwise they are ignored for this purpose.

 

error

the GError location for returning the failure reason.

 
+
+
+

Returns

+

TRUE if the peer is valid or fails with an error +reason.

+
+

Since: 1.16

+
+
+
+

nm_wireguard_peer_cmp ()

+
int
+nm_wireguard_peer_cmp (const NMWireGuardPeer *a,
+                       const NMWireGuardPeer *b,
+                       NMSettingCompareFlags compare_flags);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

a

the NMWireGuardPeer to compare.

[allow-none]

b

the other NMWireGuardPeer to compare.

[allow-none]

compare_flags

NMSettingCompareFlags to affect the comparison.

 
+
+
+

Returns

+

zero of the two instances are equivalent or +a non-zero integer otherwise. This defines a total ordering +over the peers. Whether a peer is sealed or not, does not +affect the comparison.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_new ()

+
NMSetting *
+nm_setting_wireguard_new (void);
+

Creates a new NMSettingWireGuard object with default values.

+
+

Returns

+

the new empty NMSettingWireGuard object.

+

[transfer full]

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_private_key ()

+
const char *
+nm_setting_wireguard_get_private_key (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the set private-key or NULL.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_private_key_flags ()

+
NMSettingSecretFlags
+nm_setting_wireguard_get_private_key_flags
+                               (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the secret-flags for “private-key”.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_listen_port ()

+
guint16
+nm_setting_wireguard_get_listen_port (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the set UDP listen port.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_fwmark ()

+
guint32
+nm_setting_wireguard_get_fwmark (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the set firewall mark.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_peers_len ()

+
guint
+nm_setting_wireguard_get_peers_len (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the number of registered peers.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_peer ()

+
NMWireGuardPeer *
+nm_setting_wireguard_get_peer (NMSettingWireGuard *self,
+                               guint idx);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the NMSettingWireGuard instance

 

idx

the index to lookup.

 
+
+
+

Returns

+

the NMWireGuardPeer entry at +index idx +. If the index is out of range, NULL is returned.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_peer_by_public_key ()

+
NMWireGuardPeer *
+nm_setting_wireguard_get_peer_by_public_key
+                               (NMSettingWireGuard *self,
+                                const char *public_key,
+                                guint *out_idx);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the NMSettingWireGuard instance

 

public_key

the public key for looking up the +peer.

 

out_idx

optional output argument +for the index of the found peer. If no index is found, +this is set to the nm_setting_wireguard_get_peers_len().

[out][allow-none]
+
+
+

Returns

+

the NMWireGuardPeer instance with a +matching public key. If no such peer exists, NULL is returned.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_set_peer ()

+
void
+nm_setting_wireguard_set_peer (NMSettingWireGuard *self,
+                               NMWireGuardPeer *peer,
+                               guint idx);
+

If idx + is one past the last peer, the behavior is the same +as nm_setting_wireguard_append_peer(). +Otherwise, the peer will be at idx + and replace the peer +instance at that index. Note that if a peer with the same +public-key exists on another index, then that peer will also +be replaced. In that case, the number of peers will shrink +by one (because the one at idx + got replace and then one +with the same public-key got removed). This also means, +that the resulting index afterwards may be one less than +idx + (if another peer with a lower index was dropped).

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the NMSettingWireGuard instance

 

peer

the NMWireGuardPeer instance to set. +This seals peer +and keeps a reference on the +instance.

 

idx

the index, in the range of 0 to the number of +peers (including). That means, if idx +is one past +the end of the number of peers, this is the same as +nm_setting_wireguard_append_peer(). Otherwise, the +peer at this index is replaced.

 
+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_append_peer ()

+
void
+nm_setting_wireguard_append_peer (NMSettingWireGuard *self,
+                                  NMWireGuardPeer *peer);
+

If a peer with the same public-key already exists, that +one is replaced by peer +. The new peer + is always appended +(or moved to) the end, so in case a peer is replaced, the +indexes are shifted and the number of peers stays unchanged.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the NMSettingWireGuard instance

 

peer

the NMWireGuardPeer instance to append. +This seals peer +and keeps a reference on the +instance.

 
+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_remove_peer ()

+
gboolean
+nm_setting_wireguard_remove_peer (NMSettingWireGuard *self,
+                                  guint idx);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

self

the NMSettingWireGuard instance

 

idx

the index to remove.

 
+
+
+

Returns

+

TRUE if idx +was in range and a peer +was removed. Otherwise, self +is unchanged.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_clear_peers ()

+
guint
+nm_setting_wireguard_clear_peers (NMSettingWireGuard *self);
+
+
+
+

nm_setting_wireguard_get_peer_routes ()

+
gboolean
+nm_setting_wireguard_get_peer_routes (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

whether automatically add peer routes.

+
+

Since: 1.16

+
+
+
+

nm_setting_wireguard_get_mtu ()

+
guint32
+nm_setting_wireguard_get_mtu (NMSettingWireGuard *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingWireGuard instance

 
+
+
+

Returns

+

the MTU of the setting.

+
+

Since: 1.16

+
+
+
+

Types and Values

+
+

NM_WIREGUARD_PUBLIC_KEY_LEN

+
#define NM_WIREGUARD_PUBLIC_KEY_LEN     32
+
+
+
+
+

NM_WIREGUARD_SYMMETRIC_KEY_LEN

+
#define NM_WIREGUARD_SYMMETRIC_KEY_LEN  32
+
+
+
+
+

NM_SETTING_WIREGUARD_SETTING_NAME

+
#define NM_SETTING_WIREGUARD_SETTING_NAME "wireguard"
+
+
+
+
+

NM_SETTING_WIREGUARD_FWMARK

+
#define NM_SETTING_WIREGUARD_FWMARK            "fwmark"
+
+
+
+
+

NM_SETTING_WIREGUARD_LISTEN_PORT

+
#define NM_SETTING_WIREGUARD_LISTEN_PORT       "listen-port"
+
+
+
+
+

NM_SETTING_WIREGUARD_PRIVATE_KEY

+
#define NM_SETTING_WIREGUARD_PRIVATE_KEY       "private-key"
+
+
+
+
+

NM_SETTING_WIREGUARD_PRIVATE_KEY_FLAGS

+
#define NM_SETTING_WIREGUARD_PRIVATE_KEY_FLAGS "private-key-flags"
+
+
+
+
+

NM_SETTING_WIREGUARD_PEERS

+
#define NM_SETTING_WIREGUARD_PEERS             "peers"
+
+
+
+
+

NM_SETTING_WIREGUARD_MTU

+
#define NM_SETTING_WIREGUARD_MTU               "mtu"
+
+
+
+
+

NM_SETTING_WIREGUARD_PEER_ROUTES

+
#define NM_SETTING_WIREGUARD_PEER_ROUTES       "peer-routes"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_ALLOWED_IPS

+
#define NM_WIREGUARD_PEER_ATTR_ALLOWED_IPS          "allowed-ips"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_ENDPOINT

+
#define NM_WIREGUARD_PEER_ATTR_ENDPOINT             "endpoint"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_PERSISTENT_KEEPALIVE

+
#define NM_WIREGUARD_PEER_ATTR_PERSISTENT_KEEPALIVE "persistent-keepalive"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY

+
#define NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY        "preshared-key"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY_FLAGS

+
#define NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY_FLAGS  "preshared-key-flags"
+
+
+
+
+

NM_WIREGUARD_PEER_ATTR_PUBLIC_KEY

+
#define NM_WIREGUARD_PEER_ATTR_PUBLIC_KEY           "public-key"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index 8850803b..fe475926 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ Home Up Prev -Next +Next
@@ -1273,11 +1273,6 @@ are supported by all devices.

  -

_NM_SETTING_WIRED_WAKE_ON_LAN_LAST_OPT

-  -  - -

NM_SETTING_WIRED_WAKE_ON_LAN_ALL

Wake on all events. This does not diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index bfda01ff..2f4a8f36 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -1341,16 +1341,6 @@ are supported by all devices.

  -

_NM_SETTING_WIRELESS_WAKE_ON_WLAN_NUM

-  -  - - -

NM_SETTING_WIRELESS_WAKE_ON_WLAN_LAST

-  -  - -

NM_SETTING_WIRELESS_WAKE_ON_WLAN_ALL

Wake on all events. This does not diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index e55c5a74..90c77e7c 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next

@@ -1668,7 +1668,7 @@ the actual WEP key using the MD5 hash algorithm.

enum NMSettingWirelessSecurityWpsMethod

Configure the use of WPS by a connection while it activates.

Note: prior to 1.16, this was a GEnum type instead of a GFlags type -altough, with the same numeric values.

+although, with the same numeric values.

Members

@@ -1950,8 +1950,8 @@ list element may be one of "wep40", "wep104", "tkip", or "ccmp".

  “key-mgmt”                 gchar *

Key management used for the connection. One of "none" (WEP), "ieee8021x" (Dynamic WEP), "wpa-none" (Ad-Hoc WPA-PSK), "wpa-psk" (infrastructure -WPA-PSK), or "wpa-eap" (WPA-Enterprise). This property must be set for -any Wi-Fi connection that uses security.

+WPA-PSK), "sae" (SAE) or "wpa-eap" (WPA-Enterprise). +This property must be set for any Wi-Fi connection that uses security.

Flags: Read / Write

Default value: NULL

@@ -2020,12 +2020,11 @@ not specified, both WPA and RSN connections are allowed.

The “psk” property

  “psk”                      gchar *
-

Pre-Shared-Key for WPA networks. If the key is 64-characters long, it -must contain only hexadecimal characters and is interpreted as a -hexadecimal WPA key. Otherwise, the key must be between 8 and 63 ASCII -characters (as specified in the 802.11i standard) and is interpreted as a -WPA passphrase, and is hashed to derive the actual WPA-PSK used when -connecting to the Wi-Fi network.

+

Pre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII +passphrase of 8 to 63 characters that is (as specified in the 802.11i +standard) hashed to derive the actual key, or the key in form of 64 +hexadecimal character. The WPA3-Personal networks use a passphrase +of any length for SAE authentication.

Flags: Read / Write

Default value: NULL

diff --git a/docs/libnm/html/NMWifiP2PPeer.html b/docs/libnm/html/NMWifiP2PPeer.html new file mode 100644 index 00000000..fae8f62d --- /dev/null +++ b/docs/libnm/html/NMWifiP2PPeer.html @@ -0,0 +1,618 @@ + + + + +NMWifiP2PPeer: libnm Reference Manual + + + + + + + + + +
+ + + + + + +
+
+
+ + +
+

NMWifiP2PPeer

+

NMWifiP2PPeer

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+NM80211ApFlags + +nm_wifi_p2p_peer_get_flags () +
const char * + +nm_wifi_p2p_peer_get_name () +
const char * + +nm_wifi_p2p_peer_get_manufacturer () +
const char * + +nm_wifi_p2p_peer_get_model () +
const char * + +nm_wifi_p2p_peer_get_model_number () +
const char * + +nm_wifi_p2p_peer_get_serial () +
+GBytes * + +nm_wifi_p2p_peer_get_wfd_ies () +
const char * + +nm_wifi_p2p_peer_get_hw_address () +
+guint8 + +nm_wifi_p2p_peer_get_strength () +
+int + +nm_wifi_p2p_peer_get_last_seen () +
+GPtrArray * + +nm_wifi_p2p_peer_filter_connections () +
+gboolean + +nm_wifi_p2p_peer_connection_valid () +
+
+
+

Types and Values

+ +
+
+

Description

+
+
+

Functions

+
+

nm_wifi_p2p_peer_get_flags ()

+
NM80211ApFlags
+nm_wifi_p2p_peer_get_flags (NMWifiP2PPeer *peer);
+

Gets the flags of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the flags

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_name ()

+
const char *
+nm_wifi_p2p_peer_get_name (NMWifiP2PPeer *peer);
+

Gets the name of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the name

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_manufacturer ()

+
const char *
+nm_wifi_p2p_peer_get_manufacturer (NMWifiP2PPeer *peer);
+

Gets the manufacturer of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the manufacturer

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_model ()

+
const char *
+nm_wifi_p2p_peer_get_model (NMWifiP2PPeer *peer);
+

Gets the model of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the model

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_model_number ()

+
const char *
+nm_wifi_p2p_peer_get_model_number (NMWifiP2PPeer *peer);
+

Gets the model number of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the model number

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_serial ()

+
const char *
+nm_wifi_p2p_peer_get_serial (NMWifiP2PPeer *peer);
+

Gets the serial number of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the serial number

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_wfd_ies ()

+
GBytes *
+nm_wifi_p2p_peer_get_wfd_ies (NMWifiP2PPeer *peer);
+

Gets the WFD information elements of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the GBytes containing the WFD IEs, or NULL.

+

[transfer none]

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_hw_address ()

+
const char *
+nm_wifi_p2p_peer_get_hw_address (NMWifiP2PPeer *peer);
+

Gets the hardware address of the P2P peer.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the hardware address

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_strength ()

+
guint8
+nm_wifi_p2p_peer_get_strength (NMWifiP2PPeer *peer);
+

Gets the current signal strength of the P2P peer as a percentage.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the signal strength (0 to 100)

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_get_last_seen ()

+
int
+nm_wifi_p2p_peer_get_last_seen (NMWifiP2PPeer *peer);
+

Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the +P2P peer was seen. A value of -1 means the P2P peer has never been seen.

+
+

Parameters

+
+++++ + + + + + +

peer

a NMWifiP2PPeer

 
+
+
+

Returns

+

the last seen time in seconds

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_filter_connections ()

+
GPtrArray *
+nm_wifi_p2p_peer_filter_connections (NMWifiP2PPeer *peer,
+                                     const GPtrArray *connections);
+

Filters a given array of connections for a given NMWifiP2PPeer object and +returns connections which may be activated with the P2P peer. Any +returned connections will match the peers +'s HW address and in the future +possibly other attributes.

+

To obtain the list of connections that are compatible with this P2P peer, +use nm_client_get_connections() and then filter the returned list for a given +NMDevice using nm_device_filter_connections() and finally filter that list +with this function.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

peer

an NMWifiP2PPeer to filter connections for

 

connections

an array of NMConnections to +filter.

[element-type NMConnection]
+
+
+

Returns

+

an array of +NMConnections that could be activated with the given peer +. The array should +be freed with g_ptr_array_unref() when it is no longer required.

+

[transfer container][element-type NMConnection]

+
+

Since: 1.16

+
+
+
+

nm_wifi_p2p_peer_connection_valid ()

+
gboolean
+nm_wifi_p2p_peer_connection_valid (NMWifiP2PPeer *peer,
+                                   NMConnection *connection);
+

Validates a given connection against a given Wi-Fi P2P peer to ensure that +the connection may be activated with that peer. The connection must match the +peer +'s address and in the future possibly other attributes.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

peer

an NMWifiP2PPeer to validate connection +against

 

connection

an NMConnection to validate against peer +

 
+
+
+

Returns

+

TRUE if the connection may be activated with this Wi-Fi P2P Peer, +FALSE if it cannot be.

+
+

Since: 1.16

+
+
+
+

Types and Values

+
+

NM_WIFI_P2P_PEER_FLAGS

+
#define NM_WIFI_P2P_PEER_FLAGS                "flags"
+
+
+
+
+

NM_WIFI_P2P_PEER_NAME

+
#define NM_WIFI_P2P_PEER_NAME                 "name"
+
+
+
+
+

NM_WIFI_P2P_PEER_MANUFACTURER

+
#define NM_WIFI_P2P_PEER_MANUFACTURER         "manufacturer"
+
+
+
+
+

NM_WIFI_P2P_PEER_MODEL

+
#define NM_WIFI_P2P_PEER_MODEL                "model"
+
+
+
+
+

NM_WIFI_P2P_PEER_MODEL_NUMBER

+
#define NM_WIFI_P2P_PEER_MODEL_NUMBER         "model-number"
+
+
+
+
+

NM_WIFI_P2P_PEER_SERIAL

+
#define NM_WIFI_P2P_PEER_SERIAL               "serial"
+
+
+
+
+

NM_WIFI_P2P_PEER_WFD_IES

+
#define NM_WIFI_P2P_PEER_WFD_IES              "wfd-ies"
+
+
+
+
+

NM_WIFI_P2P_PEER_HW_ADDRESS

+
#define NM_WIFI_P2P_PEER_HW_ADDRESS           "hw-address"
+
+
+
+
+

NM_WIFI_P2P_PEER_STRENGTH

+
#define NM_WIFI_P2P_PEER_STRENGTH             "strength"
+
+
+
+
+

NM_WIFI_P2P_PEER_LAST_SEEN

+
#define NM_WIFI_P2P_PEER_LAST_SEEN            "last-seen"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMWimaxNsp.html b/docs/libnm/html/NMWimaxNsp.html index 49a3f7c5..d361a0ec 100644 --- a/docs/libnm/html/NMWimaxNsp.html +++ b/docs/libnm/html/NMWimaxNsp.html @@ -6,7 +6,7 @@ - + @@ -22,7 +22,7 @@ Home Up -Prev +Prev Next
@@ -260,7 +260,7 @@ connections will match the nsp

connections

-

an array of NMConnections to +

an array of NMConnections to filter.

[element-type NMConnection] @@ -270,7 +270,7 @@ filter.

Returns

an array of -NMConnections that could be activated with the given nsp +NMConnections that could be activated with the given nsp . The array should be freed with g_ptr_array_unref() when it is no longer required.

[transfer full][element-type NMConnection]

diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 34c773df..f8b8487c 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -13,39 +13,11 @@ - + S @@ -54,158 +26,158 @@

API Index

-

8

+

J

-NM80211ApFlags, enum in nm-dbus-interface +json_array, macro in nm-json
-NM80211ApSecurityFlags, enum in nm-dbus-interface +json_array_append_new, macro in nm-json
-NM80211Mode, enum in nm-dbus-interface +json_array_get, macro in nm-json
-

A

-NMAccessPoint, struct in NMDeviceOvs +json_array_size, macro in nm-json
-NMAccessPoint:bssid, object property in NMDeviceOvs +json_delete, macro in nm-json
-NMAccessPoint:flags, object property in NMDeviceOvs +json_dumps, macro in nm-json
-NMAccessPoint:frequency, object property in NMDeviceOvs +json_false, macro in nm-json
-NMAccessPoint:hw-address, object property in NMDeviceOvs +json_integer, macro in nm-json
-NMAccessPoint:last-seen, object property in NMDeviceOvs +json_integer_value, macro in nm-json
-NMAccessPoint:max-bitrate, object property in NMDeviceOvs +json_loads, macro in nm-json
-NMAccessPoint:mode, object property in NMDeviceOvs +json_object, macro in nm-json
-NMAccessPoint:rsn-flags, object property in NMDeviceOvs +json_object_del, macro in nm-json
-NMAccessPoint:ssid, object property in NMDeviceOvs +json_object_get, macro in nm-json
-NMAccessPoint:strength, object property in NMDeviceOvs +json_object_iter, macro in nm-json
-NMAccessPoint:wpa-flags, object property in NMDeviceOvs +json_object_iter_key, macro in nm-json
-NM_ACCESS_POINT_BSSID, macro in NMAccessPoint +json_object_iter_next, macro in nm-json
-nm_access_point_connection_valid, function in NMAccessPoint +json_object_iter_value, macro in nm-json
-nm_access_point_filter_connections, function in NMAccessPoint +json_object_key_to_iter, macro in nm-json
-NM_ACCESS_POINT_FLAGS, macro in NMAccessPoint +json_object_set_new, macro in nm-json
-NM_ACCESS_POINT_FREQUENCY, macro in NMAccessPoint +json_object_size, macro in nm-json
-nm_access_point_get_bssid, function in NMAccessPoint +json_string, macro in nm-json
-nm_access_point_get_flags, function in NMAccessPoint +json_string_value, macro in nm-json
-nm_access_point_get_frequency, function in NMAccessPoint +json_true, macro in nm-json
+

N

-nm_access_point_get_last_seen, function in NMAccessPoint +NM80211ApFlags, enum in nm-dbus-interface
-nm_access_point_get_max_bitrate, function in NMAccessPoint +NM80211ApSecurityFlags, enum in nm-dbus-interface
-nm_access_point_get_mode, function in NMAccessPoint +NM80211Mode, enum in nm-dbus-interface
-nm_access_point_get_rsn_flags, function in NMAccessPoint +NMAccessPoint, struct in NMDeviceOvs
-nm_access_point_get_ssid, function in NMAccessPoint +NMAccessPoint:bssid, object property in NMDeviceOvs
-nm_access_point_get_strength, function in NMAccessPoint +NMAccessPoint:flags, object property in NMDeviceOvs
-nm_access_point_get_wpa_flags, function in NMAccessPoint +NMAccessPoint:frequency, object property in NMDeviceOvs
-NM_ACCESS_POINT_HW_ADDRESS, macro in NMAccessPoint +NMAccessPoint:hw-address, object property in NMDeviceOvs
-NM_ACCESS_POINT_LAST_SEEN, macro in NMAccessPoint +NMAccessPoint:last-seen, object property in NMDeviceOvs
-NM_ACCESS_POINT_MAX_BITRATE, macro in NMAccessPoint +NMAccessPoint:max-bitrate, object property in NMDeviceOvs
-NM_ACCESS_POINT_MODE, macro in NMAccessPoint +NMAccessPoint:mode, object property in NMDeviceOvs
-NM_ACCESS_POINT_RSN_FLAGS, macro in NMAccessPoint +NMAccessPoint:rsn-flags, object property in NMDeviceOvs
-NM_ACCESS_POINT_SSID, macro in NMAccessPoint +NMAccessPoint:ssid, object property in NMDeviceOvs
-NM_ACCESS_POINT_STRENGTH, macro in NMAccessPoint +NMAccessPoint:strength, object property in NMDeviceOvs
-NM_ACCESS_POINT_WPA_FLAGS, macro in NMAccessPoint +NMAccessPoint:wpa-flags, object property in NMDeviceOvs
@@ -293,6322 +265,6627 @@
-NM_ACTIVE_CONNECTION_CONNECTION, macro in NMActiveConnection +NMAgentManagerError, enum in nm-errors
-NM_ACTIVE_CONNECTION_DEFAULT, macro in NMActiveConnection +NMBluetoothCapabilities, enum in nm-dbus-interface
-NM_ACTIVE_CONNECTION_DEFAULT6, macro in NMActiveConnection +NMCapability, enum in nm-dbus-interface
-NM_ACTIVE_CONNECTION_DEVICES, macro in NMActiveConnection +NMCheckpoint, struct in NMDeviceOvs
-NM_ACTIVE_CONNECTION_DHCP4_CONFIG, macro in NMActiveConnection +NMCheckpoint:created, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_DHCP6_CONFIG, macro in NMActiveConnection +NMCheckpoint:devices, object property in NMDeviceOvs
-nm_active_connection_get_connection, function in NMActiveConnection +NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_active_connection_get_connection_type, function in NMActiveConnection +NMCheckpointCreateFlags, enum in nm-dbus-interface
-nm_active_connection_get_default, function in NMActiveConnection +NMClient, struct in NMDeviceOvs
-nm_active_connection_get_default6, function in NMActiveConnection +NMClient::active-connection-added, object signal in NMDeviceOvs
-nm_active_connection_get_devices, function in NMActiveConnection +NMClient::active-connection-removed, object signal in NMDeviceOvs
-nm_active_connection_get_dhcp4_config, function in NMActiveConnection +NMClient::any-device-added, object signal in NMDeviceOvs
-nm_active_connection_get_dhcp6_config, function in NMActiveConnection +NMClient::any-device-removed, object signal in NMDeviceOvs
-nm_active_connection_get_id, function in NMActiveConnection +NMClient::connection-added, object signal in NMDeviceOvs
-nm_active_connection_get_ip4_config, function in NMActiveConnection +NMClient::connection-removed, object signal in NMDeviceOvs
-nm_active_connection_get_ip6_config, function in NMActiveConnection +NMClient::device-added, object signal in NMDeviceOvs
-nm_active_connection_get_master, function in NMActiveConnection +NMClient::device-removed, object signal in NMDeviceOvs
-nm_active_connection_get_specific_object_path, function in NMActiveConnection +NMClient::permission-changed, object signal in NMDeviceOvs
-nm_active_connection_get_state, function in NMActiveConnection +NMClient:activating-connection, object property in NMDeviceOvs
-nm_active_connection_get_state_flags, function in NMActiveConnection +NMClient:active-connections, object property in NMDeviceOvs
-nm_active_connection_get_state_reason, function in NMActiveConnection +NMClient:all-devices, object property in NMDeviceOvs
-nm_active_connection_get_uuid, function in NMActiveConnection +NMClient:can-modify, object property in NMDeviceOvs
-nm_active_connection_get_vpn, function in NMActiveConnection +NMClient:checkpoints, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_ID, macro in NMActiveConnection +NMClient:connections, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_IP4_CONFIG, macro in NMActiveConnection +NMClient:connectivity, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_IP6_CONFIG, macro in NMActiveConnection +NMClient:connectivity-check-available, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_MASTER, macro in NMActiveConnection +NMClient:connectivity-check-enabled, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH, macro in NMActiveConnection +NMClient:devices, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_STATE, macro in NMActiveConnection +NMClient:dns-configuration, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_STATE_FLAGS, macro in NMActiveConnection +NMClient:dns-mode, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_TYPE, macro in NMActiveConnection +NMClient:dns-rc-manager, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_UUID, macro in NMActiveConnection +NMClient:hostname, object property in NMDeviceOvs
-NM_ACTIVE_CONNECTION_VPN, macro in NMActiveConnection +NMClient:metered, object property in NMDeviceOvs
-NMAgentManagerError, enum in nm-errors +NMClient:networking-enabled, object property in NMDeviceOvs
-NM_AGENT_MANAGER_ERROR, macro in nm-errors +NMClient:nm-running, object property in NMDeviceOvs
-nm_agent_manager_error_quark, function in nm-errors +NMClient:primary-connection, object property in NMDeviceOvs
-NM_AVAILABLE_IN_0_9_10, macro in nm-version +NMClient:startup, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_0, macro in nm-version +NMClient:state, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_10, macro in nm-version +NMClient:version, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_12, macro in nm-version +NMClient:wimax-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_14, macro in nm-version +NMClient:wimax-hardware-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_16, macro in nm-version +NMClient:wireless-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_2, macro in nm-version +NMClient:wireless-hardware-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_4, macro in nm-version +NMClient:wwan-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_6, macro in nm-version +NMClient:wwan-hardware-enabled, object property in NMDeviceOvs
-NM_AVAILABLE_IN_1_8, macro in nm-version +NMClientError, enum in NMClient
-

B

-NMBluetoothCapabilities, enum in nm-dbus-interface +NMClientPermission, enum in NMClient
-

C

-NMCapability, enum in nm-dbus-interface +NMClientPermissionResult, enum in NMClient
-NMCheckpoint, struct in NMDeviceOvs +NMConnection, struct in NMSettingOvs
-NMCheckpoint:created, object property in NMDeviceOvs +NMConnection::changed, object signal in NMSettingOvs
-NMCheckpoint:devices, object property in NMDeviceOvs +NMConnection::secrets-cleared, object signal in NMSettingOvs
-NMCheckpoint:rollback-timeout, object property in NMDeviceOvs +NMConnection::secrets-updated, object signal in NMSettingOvs
-NMCheckpointCreateFlags, enum in nm-dbus-interface +NMConnectionError, enum in nm-errors
-NM_CHECKPOINT_CREATED, macro in NMCheckpoint +_NMConnectionForEachSecretFunc, user_function in NMSetting
-NM_CHECKPOINT_DEVICES, macro in NMCheckpoint +NMConnectionInterface, struct in NMConnection
-nm_checkpoint_get_created, function in NMCheckpoint +NMConnectionMultiConnect, enum in nm-dbus-interface
-nm_checkpoint_get_devices, function in NMCheckpoint +NMConnectionSerializationFlags, enum in NMConnection
-nm_checkpoint_get_rollback_timeout, function in NMCheckpoint +NMConnectivityState, enum in nm-dbus-interface
-NM_CHECKPOINT_ROLLBACK_TIMEOUT, macro in NMCheckpoint +NMCryptoError, enum in nm-errors
-NMClient, struct in NMDeviceOvs +NMDevice, struct in NMDeviceOvs
-NMClient::active-connection-added, object signal in NMDeviceOvs +NMDevice6Lowpan, struct in NMDeviceOvs
-NMClient::active-connection-removed, object signal in NMDeviceOvs +NMDevice6Lowpan:hw-address, object property in NMDeviceOvs
-NMClient::any-device-added, object signal in NMDeviceOvs +NMDevice6Lowpan:parent, object property in NMDeviceOvs
-NMClient::any-device-removed, object signal in NMDeviceOvs +NMDevice::state-changed, object signal in NMDeviceOvs
-NMClient::connection-added, object signal in NMDeviceOvs +NMDevice:active-connection, object property in NMDeviceOvs
-NMClient::connection-removed, object signal in NMDeviceOvs +NMDevice:autoconnect, object property in NMDeviceOvs
-NMClient::device-added, object signal in NMDeviceOvs +NMDevice:available-connections, object property in NMDeviceOvs
-NMClient::device-removed, object signal in NMDeviceOvs +NMDevice:capabilities, object property in NMDeviceOvs
-NMClient::permission-changed, object signal in NMDeviceOvs +NMDevice:device-type, object property in NMDeviceOvs
-NMClient:activating-connection, object property in NMDeviceOvs +NMDevice:dhcp4-config, object property in NMDeviceOvs
-NMClient:active-connections, object property in NMDeviceOvs +NMDevice:dhcp6-config, object property in NMDeviceOvs
-NMClient:all-devices, object property in NMDeviceOvs +NMDevice:driver, object property in NMDeviceOvs
-NMClient:can-modify, object property in NMDeviceOvs +NMDevice:driver-version, object property in NMDeviceOvs
-NMClient:checkpoints, object property in NMDeviceOvs +NMDevice:firmware-missing, object property in NMDeviceOvs
-NMClient:connections, object property in NMDeviceOvs +NMDevice:firmware-version, object property in NMDeviceOvs
-NMClient:connectivity, object property in NMDeviceOvs +NMDevice:interface, object property in NMDeviceOvs
-NMClient:connectivity-check-available, object property in NMDeviceOvs +NMDevice:ip-interface, object property in NMDeviceOvs
-NMClient:connectivity-check-enabled, object property in NMDeviceOvs +NMDevice:ip4-config, object property in NMDeviceOvs
-NMClient:devices, object property in NMDeviceOvs +NMDevice:ip4-connectivity, object property in NMDeviceOvs
-NMClient:dns-configuration, object property in NMDeviceOvs +NMDevice:ip6-config, object property in NMDeviceOvs
-NMClient:dns-mode, object property in NMDeviceOvs +NMDevice:ip6-connectivity, object property in NMDeviceOvs
-NMClient:dns-rc-manager, object property in NMDeviceOvs +NMDevice:lldp-neighbors, object property in NMDeviceOvs
-NMClient:hostname, object property in NMDeviceOvs +NMDevice:managed, object property in NMDeviceOvs
-NMClient:metered, object property in NMDeviceOvs +NMDevice:metered, object property in NMDeviceOvs
-NMClient:networking-enabled, object property in NMDeviceOvs +NMDevice:mtu, object property in NMDeviceOvs
-NMClient:nm-running, object property in NMDeviceOvs +NMDevice:nm-plugin-missing, object property in NMDeviceOvs
-NMClient:primary-connection, object property in NMDeviceOvs +NMDevice:physical-port-id, object property in NMDeviceOvs
-NMClient:startup, object property in NMDeviceOvs +NMDevice:product, object property in NMDeviceOvs
-NMClient:state, object property in NMDeviceOvs +NMDevice:real, object property in NMDeviceOvs
-NMClient:version, object property in NMDeviceOvs +NMDevice:state, object property in NMDeviceOvs
-NMClient:wimax-enabled, object property in NMDeviceOvs +NMDevice:state-reason, object property in NMDeviceOvs
-NMClient:wimax-hardware-enabled, object property in NMDeviceOvs +NMDevice:udi, object property in NMDeviceOvs
-NMClient:wireless-enabled, object property in NMDeviceOvs +NMDevice:vendor, object property in NMDeviceOvs
-NMClient:wireless-hardware-enabled, object property in NMDeviceOvs +NMDeviceAdsl, struct in NMDeviceOvs
-NMClient:wwan-enabled, object property in NMDeviceOvs +NMDeviceAdsl:carrier, object property in NMDeviceOvs
-NMClient:wwan-hardware-enabled, object property in NMDeviceOvs +NMDeviceBond, struct in NMDeviceOvs
-NMClientError, enum in NMClient +NMDeviceBond:carrier, object property in NMDeviceOvs
-NMClientPermission, enum in NMClient +NMDeviceBond:hw-address, object property in NMDeviceOvs
-NMClientPermissionResult, enum in NMClient +NMDeviceBond:slaves, object property in NMDeviceOvs
-nm_client_activate_connection_async, function in NMClient +NMDeviceBridge, struct in NMDeviceOvs
-nm_client_activate_connection_finish, function in NMClient +NMDeviceBridge:carrier, object property in NMDeviceOvs
-NM_CLIENT_ACTIVATING_CONNECTION, macro in NMClient +NMDeviceBridge:hw-address, object property in NMDeviceOvs
-NM_CLIENT_ACTIVE_CONNECTIONS, macro in NMClient +NMDeviceBridge:slaves, object property in NMDeviceOvs
-NM_CLIENT_ACTIVE_CONNECTION_ADDED, macro in NMClient +NMDeviceBt, struct in NMDeviceOvs
-NM_CLIENT_ACTIVE_CONNECTION_REMOVED, macro in NMClient +NMDeviceBt:bt-capabilities, object property in NMDeviceOvs
-nm_client_add_and_activate_connection2, function in NMClient +NMDeviceBt:hw-address, object property in NMDeviceOvs
-nm_client_add_and_activate_connection2_finish, function in NMClient +NMDeviceBt:name, object property in NMDeviceOvs
-nm_client_add_and_activate_connection_async, function in NMClient +NMDeviceCapabilities, enum in nm-dbus-interface
-nm_client_add_and_activate_connection_finish, function in NMClient +NMDeviceDummy, struct in NMDeviceOvs
-nm_client_add_connection_async, function in NMClient +NMDeviceDummy:hw-address, object property in NMDeviceOvs
-nm_client_add_connection_finish, function in NMClient +NMDeviceError, enum in nm-errors
-NM_CLIENT_ALL_DEVICES, macro in NMClient +NMDeviceEthernet, struct in NMDeviceOvs
-NM_CLIENT_ANY_DEVICE_ADDED, macro in NMClient +NMDeviceEthernet:carrier, object property in NMDeviceOvs
-NM_CLIENT_ANY_DEVICE_REMOVED, macro in NMClient +NMDeviceEthernet:hw-address, object property in NMDeviceOvs
-NM_CLIENT_CAN_MODIFY, macro in NMClient +NMDeviceEthernet:perm-hw-address, object property in NMDeviceOvs
-nm_client_checkpoint_adjust_rollback_timeout, function in NMClient +NMDeviceEthernet:s390-subchannels, object property in NMDeviceOvs
-nm_client_checkpoint_adjust_rollback_timeout_finish, function in NMClient +NMDeviceEthernet:speed, object property in NMDeviceOvs
-nm_client_checkpoint_create, function in NMClient +NMDeviceGeneric, struct in NMDeviceOvs
-nm_client_checkpoint_create_finish, function in NMClient +NMDeviceGeneric:hw-address, object property in NMDeviceOvs
-nm_client_checkpoint_destroy, function in NMClient +NMDeviceGeneric:type-description, object property in NMDeviceOvs
-nm_client_checkpoint_destroy_finish, function in NMClient +NMDeviceInfiniband, struct in NMDeviceOvs
-nm_client_checkpoint_rollback, function in NMClient +NMDeviceInfiniband:carrier, object property in NMDeviceOvs
-nm_client_checkpoint_rollback_finish, function in NMClient +NMDeviceInfiniband:hw-address, object property in NMDeviceOvs
-nm_client_check_connectivity, function in NMClient +NMDeviceIPTunnel, struct in NMDeviceOvs
-nm_client_check_connectivity_async, function in NMClient +NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceOvs
-nm_client_check_connectivity_finish, function in NMClient +NMDeviceIPTunnel:flags, object property in NMDeviceOvs
-NM_CLIENT_CONNECTIONS, macro in NMClient +NMDeviceIPTunnel:flow-label, object property in NMDeviceOvs
-NM_CLIENT_CONNECTION_ADDED, macro in NMClient +NMDeviceIPTunnel:input-key, object property in NMDeviceOvs
-NM_CLIENT_CONNECTION_REMOVED, macro in NMClient +NMDeviceIPTunnel:local, object property in NMDeviceOvs
-NM_CLIENT_CONNECTIVITY, macro in NMClient +NMDeviceIPTunnel:mode, object property in NMDeviceOvs
-NM_CLIENT_CONNECTIVITY_CHECK_AVAILABLE, macro in NMClient +NMDeviceIPTunnel:output-key, object property in NMDeviceOvs
-NM_CLIENT_CONNECTIVITY_CHECK_ENABLED, macro in NMClient +NMDeviceIPTunnel:parent, object property in NMDeviceOvs
-nm_client_connectivity_check_get_available, function in NMClient +NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceOvs
-nm_client_connectivity_check_get_enabled, function in NMClient +NMDeviceIPTunnel:remote, object property in NMDeviceOvs
-nm_client_connectivity_check_set_enabled, function in NMClient +NMDeviceIPTunnel:tos, object property in NMDeviceOvs
-nm_client_deactivate_connection, function in NMClient +NMDeviceIPTunnel:ttl, object property in NMDeviceOvs
-nm_client_deactivate_connection_async, function in NMClient +NMDeviceMacsec, struct in NMDeviceOvs
-nm_client_deactivate_connection_finish, function in NMClient +NMDeviceMacsec:cipher-suite, object property in NMDeviceOvs
-NM_CLIENT_DEVICES, macro in NMClient +NMDeviceMacsec:encoding-sa, object property in NMDeviceOvs
-NM_CLIENT_DEVICE_ADDED, macro in NMClient +NMDeviceMacsec:encrypt, object property in NMDeviceOvs
-NM_CLIENT_DEVICE_REMOVED, macro in NMClient +NMDeviceMacsec:es, object property in NMDeviceOvs
-NM_CLIENT_DNS_CONFIGURATION, macro in NMClient +NMDeviceMacsec:hw-address, object property in NMDeviceOvs
-NM_CLIENT_DNS_MODE, macro in NMClient +NMDeviceMacsec:icv-length, object property in NMDeviceOvs
-NM_CLIENT_DNS_RC_MANAGER, macro in NMClient +NMDeviceMacsec:include-sci, object property in NMDeviceOvs
-NM_CLIENT_ERROR, macro in NMClient +NMDeviceMacsec:parent, object property in NMDeviceOvs
-nm_client_error_quark, function in NMClient +NMDeviceMacsec:protect, object property in NMDeviceOvs
-nm_client_get_activating_connection, function in NMClient +NMDeviceMacsec:replay-protect, object property in NMDeviceOvs
-nm_client_get_active_connections, function in NMClient +NMDeviceMacsec:scb, object property in NMDeviceOvs
-nm_client_get_all_devices, function in NMClient +NMDeviceMacsec:sci, object property in NMDeviceOvs
-nm_client_get_checkpoints, function in NMClient +NMDeviceMacsec:validation, object property in NMDeviceOvs
-nm_client_get_connections, function in NMClient +NMDeviceMacsec:window, object property in NMDeviceOvs
-nm_client_get_connection_by_id, function in NMClient +NMDeviceMacvlan, struct in NMDeviceOvs
-nm_client_get_connection_by_path, function in NMClient +NMDeviceMacvlan:hw-address, object property in NMDeviceOvs
-nm_client_get_connection_by_uuid, function in NMClient +NMDeviceMacvlan:mode, object property in NMDeviceOvs
-nm_client_get_connectivity, function in NMClient +NMDeviceMacvlan:no-promisc, object property in NMDeviceOvs
-nm_client_get_devices, function in NMClient +NMDeviceMacvlan:parent, object property in NMDeviceOvs
-nm_client_get_device_by_iface, function in NMClient +NMDeviceMacvlan:tap, object property in NMDeviceOvs
-nm_client_get_device_by_path, function in NMClient +NMDeviceModem, struct in NMDeviceOvs
-nm_client_get_dns_configuration, function in NMClient +NMDeviceModem:current-capabilities, object property in NMDeviceOvs
-nm_client_get_dns_mode, function in NMClient +NMDeviceModem:modem-capabilities, object property in NMDeviceOvs
-nm_client_get_dns_rc_manager, function in NMClient +NMDeviceModemCapabilities, enum in nm-dbus-interface
-nm_client_get_logging, function in NMClient +NMDeviceOlpcMesh, struct in NMDeviceOvs
-nm_client_get_nm_running, function in NMClient +NMDeviceOlpcMesh:active-channel, object property in NMDeviceOvs
-nm_client_get_permission_result, function in NMClient +NMDeviceOlpcMesh:companion, object property in NMDeviceOvs
-nm_client_get_primary_connection, function in NMClient +NMDeviceOlpcMesh:hw-address, object property in NMDeviceOvs
-nm_client_get_startup, function in NMClient +NMDeviceOvsBridge, struct in NMDeviceOvs
-nm_client_get_state, function in NMClient +NMDeviceOvsInterface, struct in NMDeviceOvs
-nm_client_get_version, function in NMClient +NMDeviceOvsPort, struct in NMDeviceOvs
-NM_CLIENT_HOSTNAME, macro in NMClient +NMDevicePpp, struct in NMDeviceOvs
-nm_client_load_connections, function in NMClient +NMDeviceState, enum in nm-dbus-interface
-nm_client_load_connections_async, function in NMClient +NMDeviceStateReason, enum in nm-dbus-interface
-nm_client_load_connections_finish, function in NMClient +NMDeviceTeam, struct in NMDeviceOvs
-NM_CLIENT_METERED, macro in NMClient +NMDeviceTeam:carrier, object property in NMDeviceOvs
-NM_CLIENT_NETWORKING_ENABLED, macro in NMClient +NMDeviceTeam:config, object property in NMDeviceOvs
-nm_client_networking_get_enabled, function in NMClient +NMDeviceTeam:hw-address, object property in NMDeviceOvs
-nm_client_networking_set_enabled, function in NMClient +NMDeviceTeam:slaves, object property in NMDeviceOvs
-nm_client_new, function in NMClient +NMDeviceTun, struct in NMDeviceOvs
-nm_client_new_async, function in NMClient +NMDeviceTun:group, object property in NMDeviceOvs
-nm_client_new_finish, function in NMClient +NMDeviceTun:hw-address, object property in NMDeviceOvs
-NM_CLIENT_NM_RUNNING, macro in NMClient +NMDeviceTun:mode, object property in NMDeviceOvs
-NM_CLIENT_PERMISSION_CHANGED, macro in NMClient +NMDeviceTun:multi-queue, object property in NMDeviceOvs
-NM_CLIENT_PRIMARY_CONNECTION, macro in NMClient +NMDeviceTun:no-pi, object property in NMDeviceOvs
-nm_client_reload_connections, function in NMClient +NMDeviceTun:owner, object property in NMDeviceOvs
-nm_client_reload_connections_async, function in NMClient +NMDeviceTun:vnet-hdr, object property in NMDeviceOvs
-nm_client_reload_connections_finish, function in NMClient +NMDeviceType, enum in nm-dbus-interface
-nm_client_save_hostname, function in NMClient +NMDeviceVlan, struct in NMDeviceOvs
-nm_client_save_hostname_async, function in NMClient +NMDeviceVlan:carrier, object property in NMDeviceOvs
-nm_client_save_hostname_finish, function in NMClient +NMDeviceVlan:hw-address, object property in NMDeviceOvs
-nm_client_set_logging, function in NMClient +NMDeviceVlan:parent, object property in NMDeviceOvs
-NM_CLIENT_STARTUP, macro in NMClient +NMDeviceVlan:vlan-id, object property in NMDeviceOvs
-NM_CLIENT_STATE, macro in NMClient +NMDeviceVxlan, struct in NMDeviceOvs
-NM_CLIENT_VERSION, macro in NMClient +NMDeviceVxlan:ageing, object property in NMDeviceOvs
-NM_CLIENT_WIMAX_ENABLED, macro in NMClient +NMDeviceVxlan:carrier, object property in NMDeviceOvs
-nm_client_wimax_get_enabled, function in NMClient +NMDeviceVxlan:dst-port, object property in NMDeviceOvs
-NM_CLIENT_WIMAX_HARDWARE_ENABLED, macro in NMClient +NMDeviceVxlan:group, object property in NMDeviceOvs
-nm_client_wimax_hardware_get_enabled, function in NMClient +NMDeviceVxlan:hw-address, object property in NMDeviceOvs
-nm_client_wimax_set_enabled, function in NMClient +NMDeviceVxlan:id, object property in NMDeviceOvs
-NM_CLIENT_WIRELESS_ENABLED, macro in NMClient +NMDeviceVxlan:l2miss, object property in NMDeviceOvs
-nm_client_wireless_get_enabled, function in NMClient +NMDeviceVxlan:l3miss, object property in NMDeviceOvs
-NM_CLIENT_WIRELESS_HARDWARE_ENABLED, macro in NMClient +NMDeviceVxlan:learning, object property in NMDeviceOvs
-nm_client_wireless_hardware_get_enabled, function in NMClient +NMDeviceVxlan:limit, object property in NMDeviceOvs
-nm_client_wireless_set_enabled, function in NMClient +NMDeviceVxlan:local, object property in NMDeviceOvs
-NM_CLIENT_WWAN_ENABLED, macro in NMClient +NMDeviceVxlan:parent, object property in NMDeviceOvs
-nm_client_wwan_get_enabled, function in NMClient +NMDeviceVxlan:proxy, object property in NMDeviceOvs
-NM_CLIENT_WWAN_HARDWARE_ENABLED, macro in NMClient +NMDeviceVxlan:rsc, object property in NMDeviceOvs
-nm_client_wwan_hardware_get_enabled, function in NMClient +NMDeviceVxlan:src-port-max, object property in NMDeviceOvs
-nm_client_wwan_set_enabled, function in NMClient +NMDeviceVxlan:src-port-min, object property in NMDeviceOvs
-NMConnection, struct in NMSettingOvs +NMDeviceVxlan:tos, object property in NMDeviceOvs
-NMConnection::changed, object signal in NMSettingOvs +NMDeviceVxlan:ttl, object property in NMDeviceOvs
-NMConnection::secrets-cleared, object signal in NMSettingOvs +NMDeviceWifi, struct in NMDeviceOvs
-NMConnection::secrets-updated, object signal in NMSettingOvs +NMDeviceWifi::access-point-added, object signal in NMDeviceOvs
-NMConnectionError, enum in nm-errors +NMDeviceWifi::access-point-removed, object signal in NMDeviceOvs
-NMConnectionInterface, struct in NMConnection +NMDeviceWifi:access-points, object property in NMDeviceOvs
-NMConnectionMultiConnect, enum in nm-dbus-interface +NMDeviceWifi:active-access-point, object property in NMDeviceOvs
-NMConnectionSerializationFlags, enum in NMConnection +NMDeviceWifi:bitrate, object property in NMDeviceOvs
-nm_connection_add_setting, function in NMConnection +NMDeviceWifi:hw-address, object property in NMDeviceOvs
-NM_CONNECTION_CHANGED, macro in NMConnection +NMDeviceWifi:last-scan, object property in NMDeviceOvs
-nm_connection_clear_secrets, function in NMConnection +NMDeviceWifi:mode, object property in NMDeviceOvs
-nm_connection_clear_secrets_with_flags, function in NMConnection +NMDeviceWifi:perm-hw-address, object property in NMDeviceOvs
-nm_connection_clear_settings, function in NMConnection +NMDeviceWifi:wireless-capabilities, object property in NMDeviceOvs
-nm_connection_compare, function in NMConnection +NMDeviceWifiCapabilities, enum in nm-dbus-interface
-nm_connection_diff, function in NMConnection +NMDeviceWifiP2P, struct in NMDeviceOvs
-nm_connection_dump, function in NMConnection +NMDeviceWifiP2P::peer-added, object signal in NMDeviceOvs
-NM_CONNECTION_ERROR, macro in nm-errors +NMDeviceWifiP2P::peer-removed, object signal in NMDeviceOvs
-nm_connection_error_quark, function in nm-errors +NMDeviceWifiP2P:hw-address, object property in NMDeviceOvs
-nm_connection_for_each_setting_value, function in NMConnection +NMDeviceWifiP2P:peers, object property in NMDeviceOvs
-nm_connection_get_connection_type, function in NMConnection +NMDeviceWimax, struct in NMDeviceOvs
-nm_connection_get_id, function in NMConnection +NMDeviceWimax::nsp-added, object signal in NMDeviceOvs
-nm_connection_get_interface_name, function in NMConnection +NMDeviceWimax::nsp-removed, object signal in NMDeviceOvs
-nm_connection_get_path, function in NMConnection +NMDeviceWimax:active-nsp, object property in NMDeviceOvs
-nm_connection_get_setting, function in NMConnection +NMDeviceWimax:bsid, object property in NMDeviceOvs
-nm_connection_get_settings, function in NMConnection +NMDeviceWimax:center-frequency, object property in NMDeviceOvs
-nm_connection_get_setting_802_1x, function in NMConnection +NMDeviceWimax:cinr, object property in NMDeviceOvs
-nm_connection_get_setting_adsl, function in NMConnection +NMDeviceWimax:hw-address, object property in NMDeviceOvs
-nm_connection_get_setting_bluetooth, function in NMConnection +NMDeviceWimax:nsps, object property in NMDeviceOvs
-nm_connection_get_setting_bond, function in NMConnection +NMDeviceWimax:rssi, object property in NMDeviceOvs
-nm_connection_get_setting_bridge, function in NMConnection +NMDeviceWimax:tx-power, object property in NMDeviceOvs
-nm_connection_get_setting_bridge_port, function in NMConnection +NMDeviceWireGuard, struct in NMDeviceOvs
-nm_connection_get_setting_by_name, function in NMConnection +NMDeviceWireGuard:fwmark, object property in NMDeviceOvs
-nm_connection_get_setting_cdma, function in NMConnection +NMDeviceWireGuard:listen-port, object property in NMDeviceOvs
-nm_connection_get_setting_connection, function in NMConnection +NMDeviceWireGuard:public-key, object property in NMDeviceOvs
-nm_connection_get_setting_dcb, function in NMConnection +NMDeviceWpan, struct in NMDeviceOvs
-nm_connection_get_setting_dummy, function in NMConnection +NMDeviceWpan:hw-address, object property in NMDeviceOvs
-nm_connection_get_setting_generic, function in NMConnection +NMDhcpConfig, struct in NMDeviceOvs
-nm_connection_get_setting_gsm, function in NMConnection +NMDhcpConfig:family, object property in NMDeviceOvs
-nm_connection_get_setting_infiniband, function in NMConnection +NMDhcpConfig:options, object property in NMDeviceOvs
-nm_connection_get_setting_ip4_config, function in NMConnection +NMIPConfig, struct in NMDeviceOvs
-nm_connection_get_setting_ip6_config, function in NMConnection +NMIPConfig:addresses, object property in NMDeviceOvs
-nm_connection_get_setting_ip_tunnel, function in NMConnection +NMIPConfig:domains, object property in NMDeviceOvs
-nm_connection_get_setting_macsec, function in NMConnection +NMIPConfig:family, object property in NMDeviceOvs
-nm_connection_get_setting_macvlan, function in NMConnection +NMIPConfig:gateway, object property in NMDeviceOvs
-nm_connection_get_setting_olpc_mesh, function in NMConnection +NMIPConfig:nameservers, object property in NMDeviceOvs
-nm_connection_get_setting_ovs_bridge, function in NMConnection +NMIPConfig:routes, object property in NMDeviceOvs
-nm_connection_get_setting_ovs_interface, function in NMConnection +NMIPConfig:searches, object property in NMDeviceOvs
-nm_connection_get_setting_ovs_patch, function in NMConnection +NMIPConfig:wins-servers, object property in NMDeviceOvs
-nm_connection_get_setting_ovs_port, function in NMConnection +NMIPTunnelFlags, enum in NMSettingIPTunnel
-nm_connection_get_setting_ppp, function in NMConnection +NMIPTunnelMode, enum in nm-dbus-interface
-nm_connection_get_setting_pppoe, function in NMConnection +NMManagerError, enum in nm-errors
-nm_connection_get_setting_proxy, function in NMConnection +NMMetered, enum in nm-dbus-interface
-nm_connection_get_setting_serial, function in NMConnection +NMObject, struct in NMDeviceOvs
-nm_connection_get_setting_tc_config, function in NMConnection +NMObject:dbus-connection, object property in NMDeviceOvs
-nm_connection_get_setting_team, function in NMConnection +NMObject:dbus-object, object property in NMDeviceOvs
-nm_connection_get_setting_team_port, function in NMConnection +NMObject:dbus-object-manager, object property in NMDeviceOvs
-nm_connection_get_setting_tun, function in NMConnection +NMObject:path, object property in NMDeviceOvs
-nm_connection_get_setting_vlan, function in NMConnection +NMRemoteConnection, struct in NMDeviceOvs
-nm_connection_get_setting_vpn, function in NMConnection +NMRemoteConnection:filename, object property in NMDeviceOvs
-nm_connection_get_setting_vxlan, function in NMConnection +NMRemoteConnection:flags, object property in NMDeviceOvs
-nm_connection_get_setting_wimax, function in NMConnection +NMRemoteConnection:unsaved, object property in NMDeviceOvs
-nm_connection_get_setting_wired, function in NMConnection +NMRemoteConnection:visible, object property in NMDeviceOvs
-nm_connection_get_setting_wireless, function in NMConnection +NMRollbackResult, enum in nm-dbus-interface
-nm_connection_get_setting_wireless_security, function in NMConnection +NMSecretAgentCapabilities, enum in nm-dbus-interface
-nm_connection_get_uuid, function in NMConnection +NMSecretAgentError, enum in nm-errors
-nm_connection_get_virtual_device_description, function in NMConnection +NMSecretAgentGetSecretsFlags, enum in nm-dbus-interface
-nm_connection_is_type, function in NMConnection +NMSecretAgentOld, struct in NMSecretAgentOld
-nm_connection_is_virtual, function in NMConnection +NMSecretAgentOld:auto-register, object property in NMSecretAgentOld
-nm_connection_need_secrets, function in NMConnection +NMSecretAgentOld:capabilities, object property in NMSecretAgentOld
-nm_connection_normalize, function in NMConnection +NMSecretAgentOld:identifier, object property in NMSecretAgentOld
-NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD, macro in NMConnection +NMSecretAgentOld:registered, object property in NMSecretAgentOld
-nm_connection_remove_setting, function in NMConnection +NMSecretAgentOldDeleteSecretsFunc, user_function in NMSecretAgentOld
-nm_connection_replace_settings, function in NMConnection +NMSecretAgentOldGetSecretsFunc, user_function in NMSecretAgentOld
-nm_connection_replace_settings_from_connection, function in NMConnection +NMSecretAgentOldSaveSecretsFunc, user_function in NMSecretAgentOld
-NM_CONNECTION_SECRETS_CLEARED, macro in NMConnection +NMSetting, struct in NMSetting
-NM_CONNECTION_SECRETS_UPDATED, macro in NMConnection +NMSetting6Lowpan, struct in NMSettingOvs
-nm_connection_set_path, function in NMConnection +NMSetting6Lowpan:parent, object property in NMSettingOvs
-nm_connection_to_dbus, function in NMConnection +NMSetting8021x, struct in NMSetting8021x
-nm_connection_update_secrets, function in NMConnection +NMSetting8021x:altsubject-matches, object property in NMSetting8021x
-nm_connection_verify, function in NMConnection +NMSetting8021x:anonymous-identity, object property in NMSetting8021x
-nm_connection_verify_secrets, function in NMConnection +NMSetting8021x:auth-timeout, object property in NMSetting8021x
-NMConnectivityState, enum in nm-dbus-interface +NMSetting8021x:ca-cert, object property in NMSetting8021x
-NMCryptoError, enum in nm-errors +NMSetting8021x:ca-cert-password, object property in NMSetting8021x
-NM_CRYPTO_ERROR, macro in nm-errors +NMSetting8021x:ca-cert-password-flags, object property in NMSetting8021x
-nm_crypto_error_quark, function in nm-errors +NMSetting8021x:ca-path, object property in NMSetting8021x
-

D

-NM_DBUS_INTERFACE, macro in nm-dbus-interface +NMSetting8021x:client-cert, object property in NMSetting8021x
-NM_DBUS_INTERFACE_ACCESS_POINT, macro in nm-dbus-interface +NMSetting8021x:client-cert-password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_ACTIVE_CONNECTION, macro in nm-dbus-interface +NMSetting8021x:client-cert-password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_AGENT_MANAGER, macro in nm-dbus-interface +NMSetting8021x:domain-suffix-match, object property in NMSetting8021x
-NM_DBUS_INTERFACE_CHECKPOINT, macro in nm-dbus-interface +NMSetting8021x:eap, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE, macro in nm-dbus-interface +NMSetting8021x:identity, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface +NMSetting8021x:pac-file, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface +NMSetting8021x:password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_BLUETOOTH, macro in nm-dbus-interface +NMSetting8021x:password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_BOND, macro in nm-dbus-interface +NMSetting8021x:password-raw, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_BRIDGE, macro in nm-dbus-interface +NMSetting8021x:password-raw-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_DUMMY, macro in nm-dbus-interface +NMSetting8021x:phase1-auth-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_GENERIC, macro in nm-dbus-interface +NMSetting8021x:phase1-fast-provisioning, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_GRE, macro in nm-dbus-interface +NMSetting8021x:phase1-peaplabel, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_INFINIBAND, macro in nm-dbus-interface +NMSetting8021x:phase1-peapver, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL, macro in nm-dbus-interface +NMSetting8021x:phase2-altsubject-matches, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_MACSEC, macro in nm-dbus-interface +NMSetting8021x:phase2-auth, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_MACVLAN, macro in nm-dbus-interface +NMSetting8021x:phase2-autheap, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_MODEM, macro in nm-dbus-interface +NMSetting8021x:phase2-ca-cert, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_OLPC_MESH, macro in nm-dbus-interface +NMSetting8021x:phase2-ca-cert-password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE, macro in nm-dbus-interface +NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE, macro in nm-dbus-interface +NMSetting8021x:phase2-ca-path, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_OVS_PORT, macro in nm-dbus-interface +NMSetting8021x:phase2-client-cert, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_PPP, macro in nm-dbus-interface +NMSetting8021x:phase2-client-cert-password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_STATISTICS, macro in nm-dbus-interface +NMSetting8021x:phase2-client-cert-password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_TEAM, macro in nm-dbus-interface +NMSetting8021x:phase2-domain-suffix-match, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_TUN, macro in nm-dbus-interface +NMSetting8021x:phase2-private-key, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_VETH, macro in nm-dbus-interface +NMSetting8021x:phase2-private-key-password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_VLAN, macro in nm-dbus-interface +NMSetting8021x:phase2-private-key-password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_VXLAN, macro in nm-dbus-interface +NMSetting8021x:phase2-subject-match, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_WIMAX, macro in nm-dbus-interface +NMSetting8021x:pin, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_WIRED, macro in nm-dbus-interface +NMSetting8021x:pin-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_WIREGUARD, macro in nm-dbus-interface +NMSetting8021x:private-key, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_WIRELESS, macro in nm-dbus-interface +NMSetting8021x:private-key-password, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DEVICE_WPAN, macro in nm-dbus-interface +NMSetting8021x:private-key-password-flags, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DHCP4_CONFIG, macro in nm-dbus-interface +NMSetting8021x:subject-match, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DHCP6_CONFIG, macro in nm-dbus-interface +NMSetting8021x:system-ca-certs, object property in NMSetting8021x
-NM_DBUS_INTERFACE_DNS_MANAGER, macro in nm-dbus-interface +NMSetting8021xAuthFlags, enum in NMSetting8021x
-NM_DBUS_INTERFACE_IP4_CONFIG, macro in nm-dbus-interface +NMSetting8021xCKFormat, enum in NMSetting8021x
-NM_DBUS_INTERFACE_IP6_CONFIG, macro in nm-dbus-interface +NMSetting8021xCKScheme, enum in NMSetting8021x
-NM_DBUS_INTERFACE_SECRET_AGENT, macro in nm-dbus-interface +NMSetting:name, object property in NMSetting
-NM_DBUS_INTERFACE_SETTINGS, macro in nm-dbus-interface +NMSettingAdsl, struct in NMSettingAdsl
-NM_DBUS_INTERFACE_SETTINGS_CONNECTION, macro in nm-dbus-interface +NMSettingAdsl:encapsulation, object property in NMSettingAdsl
-NM_DBUS_INTERFACE_SETTINGS_CONNECTION_SECRETS, macro in nm-dbus-interface +NMSettingAdsl:password, object property in NMSettingAdsl
-NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface +NMSettingAdsl:password-flags, object property in NMSettingAdsl
-NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NMSettingAdsl:protocol, object property in NMSettingAdsl
-NM_DBUS_INTERFACE_WIMAX_NSP, macro in nm-dbus-interface +NMSettingAdsl:username, object property in NMSettingAdsl
-NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NMSettingAdsl:vci, object property in NMSettingAdsl
-NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NMSettingAdsl:vpi, object property in NMSettingAdsl
-NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface +NMSettingBluetooth, struct in NMSettingBluetooth
-NM_DBUS_PATH, macro in nm-dbus-interface +NMSettingBluetooth:bdaddr, object property in NMSettingBluetooth
-NM_DBUS_PATH_ACCESS_POINT, macro in nm-dbus-interface +NMSettingBluetooth:type, object property in NMSettingBluetooth
-NM_DBUS_PATH_AGENT_MANAGER, macro in nm-dbus-interface +NMSettingBond, struct in NMSettingBond
-NM_DBUS_PATH_DNS_MANAGER, macro in nm-dbus-interface +NMSettingBond:options, object property in NMSettingBond
-NM_DBUS_PATH_SECRET_AGENT, macro in nm-dbus-interface +NMSettingBridge, struct in NMSettingBridge
-NM_DBUS_PATH_SETTINGS, macro in nm-dbus-interface +NMSettingBridge:ageing-time, object property in NMSettingBridge
-NM_DBUS_PATH_SETTINGS_CONNECTION, macro in nm-dbus-interface +NMSettingBridge:forward-delay, object property in NMSettingBridge
-NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface +NMSettingBridge:group-forward-mask, object property in NMSettingBridge
-NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NMSettingBridge:hello-time, object property in NMSettingBridge
-NM_DBUS_PATH_WIMAX_NSP, macro in nm-dbus-interface +NMSettingBridge:mac-address, object property in NMSettingBridge
-NM_DBUS_SERVICE, macro in nm-dbus-interface +NMSettingBridge:max-age, object property in NMSettingBridge
-NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface +NMSettingBridge:multicast-snooping, object property in NMSettingBridge
-NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface +NMSettingBridge:priority, object property in NMSettingBridge
-NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface +NMSettingBridge:stp, object property in NMSettingBridge
-NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface +NMSettingBridgePort, struct in NMSettingBridgePort
-NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface +NMSettingBridgePort:hairpin-mode, object property in NMSettingBridgePort
-NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface +NMSettingBridgePort:path-cost, object property in NMSettingBridgePort
-NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface +NMSettingBridgePort:priority, object property in NMSettingBridgePort
-NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface +NMSettingCdma, struct in NMSettingCdma
-NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface +NMSettingCdma:mtu, object property in NMSettingCdma
-NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface +NMSettingCdma:number, object property in NMSettingCdma
-NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface +NMSettingCdma:password, object property in NMSettingCdma
-NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface +NMSettingCdma:password-flags, object property in NMSettingCdma
-NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface +NMSettingCdma:username, object property in NMSettingCdma
-NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface +NMSettingClearSecretsWithFlagsFn, user_function in NMSetting
-NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface +NMSettingCompareFlags, enum in NMSetting
-NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface +NMSettingConnection, struct in NMSettingConnection
-NM_DEPRECATED_IN_0_9_10, macro in nm-version +NMSettingConnection:auth-retries, object property in NMSettingConnection
-NM_DEPRECATED_IN_0_9_10_FOR, macro in nm-version +NMSettingConnection:autoconnect, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_0, macro in nm-version +NMSettingConnection:autoconnect-priority, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_0_FOR, macro in nm-version +NMSettingConnection:autoconnect-retries, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_10, macro in nm-version +NMSettingConnection:autoconnect-slaves, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_10_FOR, macro in nm-version +NMSettingConnection:gateway-ping-timeout, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_12, macro in nm-version +NMSettingConnection:id, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_12_FOR, macro in nm-version +NMSettingConnection:interface-name, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_14, macro in nm-version +NMSettingConnection:lldp, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_14_FOR, macro in nm-version +NMSettingConnection:llmnr, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_16, macro in nm-version +NMSettingConnection:master, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_16_FOR, macro in nm-version +NMSettingConnection:mdns, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_2, macro in nm-version +NMSettingConnection:metered, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_2_FOR, macro in nm-version +NMSettingConnection:multi-connect, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_4, macro in nm-version +NMSettingConnection:permissions, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_4_FOR, macro in nm-version +NMSettingConnection:read-only, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_6, macro in nm-version +NMSettingConnection:secondaries, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_6_FOR, macro in nm-version +NMSettingConnection:slave-type, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_8, macro in nm-version +NMSettingConnection:stable-id, object property in NMSettingConnection
-NM_DEPRECATED_IN_1_8_FOR, macro in nm-vpn-dbus-interface +NMSettingConnection:timestamp, object property in NMSettingConnection
-NMDevice, struct in NMDeviceOvs +NMSettingConnection:type, object property in NMSettingConnection
-NMDevice6Lowpan, struct in NMDeviceOvs +NMSettingConnection:uuid, object property in NMSettingConnection
-NMDevice6Lowpan:hw-address, object property in NMDeviceOvs +NMSettingConnection:zone, object property in NMSettingConnection
-NMDevice6Lowpan:parent, object property in NMDeviceOvs +NMSettingConnectionAutoconnectSlaves, enum in NMSettingConnection
-NMDevice::state-changed, object signal in NMDeviceOvs +NMSettingConnectionLldp, enum in NMSettingConnection
-NMDevice:active-connection, object property in NMDeviceOvs +NMSettingConnectionLlmnr, enum in NMSettingConnection
-NMDevice:autoconnect, object property in NMDeviceOvs +NMSettingConnectionMdns, enum in NMSettingConnection
-NMDevice:available-connections, object property in NMDeviceOvs +NMSettingDcb, struct in NMSettingDcb
-NMDevice:capabilities, object property in NMDeviceOvs +NMSettingDcb:app-fcoe-flags, object property in NMSettingDcb
-NMDevice:device-type, object property in NMDeviceOvs +NMSettingDcb:app-fcoe-mode, object property in NMSettingDcb
-NMDevice:dhcp4-config, object property in NMDeviceOvs +NMSettingDcb:app-fcoe-priority, object property in NMSettingDcb
-NMDevice:dhcp6-config, object property in NMDeviceOvs +NMSettingDcb:app-fip-flags, object property in NMSettingDcb
-NMDevice:driver, object property in NMDeviceOvs +NMSettingDcb:app-fip-priority, object property in NMSettingDcb
-NMDevice:driver-version, object property in NMDeviceOvs +NMSettingDcb:app-iscsi-flags, object property in NMSettingDcb
-NMDevice:firmware-missing, object property in NMDeviceOvs +NMSettingDcb:app-iscsi-priority, object property in NMSettingDcb
-NMDevice:firmware-version, object property in NMDeviceOvs +NMSettingDcb:priority-bandwidth, object property in NMSettingDcb
-NMDevice:interface, object property in NMDeviceOvs +NMSettingDcb:priority-flow-control, object property in NMSettingDcb
-NMDevice:ip-interface, object property in NMDeviceOvs +NMSettingDcb:priority-flow-control-flags, object property in NMSettingDcb
-NMDevice:ip4-config, object property in NMDeviceOvs +NMSettingDcb:priority-group-bandwidth, object property in NMSettingDcb
-NMDevice:ip4-connectivity, object property in NMDeviceOvs +NMSettingDcb:priority-group-flags, object property in NMSettingDcb
-NMDevice:ip6-config, object property in NMDeviceOvs +NMSettingDcb:priority-group-id, object property in NMSettingDcb
-NMDevice:ip6-connectivity, object property in NMDeviceOvs +NMSettingDcb:priority-strict-bandwidth, object property in NMSettingDcb
-NMDevice:lldp-neighbors, object property in NMDeviceOvs +NMSettingDcb:priority-traffic-class, object property in NMSettingDcb
-NMDevice:managed, object property in NMDeviceOvs +NMSettingDcbFlags, enum in NMSettingDcb
-NMDevice:metered, object property in NMDeviceOvs +NMSettingDiffResult, enum in NMSetting
-NMDevice:mtu, object property in NMDeviceOvs +NMSettingDummy, struct in NMSettingDummy
-NMDevice:nm-plugin-missing, object property in NMDeviceOvs +NMSettingEthtool, struct in NMSettingOvs
-NMDevice:physical-port-id, object property in NMDeviceOvs +NMSettingGeneric, struct in NMSettingGeneric
-NMDevice:product, object property in NMDeviceOvs +NMSettingGsm, struct in NMSettingGsm
-NMDevice:real, object property in NMDeviceOvs +NMSettingGsm:apn, object property in NMSettingGsm
-NMDevice:state, object property in NMDeviceOvs +NMSettingGsm:device-id, object property in NMSettingGsm
-NMDevice:state-reason, object property in NMDeviceOvs +NMSettingGsm:home-only, object property in NMSettingGsm
-NMDevice:udi, object property in NMDeviceOvs +NMSettingGsm:mtu, object property in NMSettingGsm
-NMDevice:vendor, object property in NMDeviceOvs +NMSettingGsm:network-id, object property in NMSettingGsm
-NMDeviceAdsl, struct in NMDeviceOvs +NMSettingGsm:number, object property in NMSettingGsm
-NMDeviceAdsl:carrier, object property in NMDeviceOvs +NMSettingGsm:password, object property in NMSettingGsm
-NMDeviceBond, struct in NMDeviceOvs +NMSettingGsm:password-flags, object property in NMSettingGsm
-NMDeviceBond:carrier, object property in NMDeviceOvs +NMSettingGsm:pin, object property in NMSettingGsm
-NMDeviceBond:hw-address, object property in NMDeviceOvs +NMSettingGsm:pin-flags, object property in NMSettingGsm
-NMDeviceBond:slaves, object property in NMDeviceOvs +NMSettingGsm:sim-id, object property in NMSettingGsm
-NMDeviceBridge, struct in NMDeviceOvs +NMSettingGsm:sim-operator-id, object property in NMSettingGsm
-NMDeviceBridge:carrier, object property in NMDeviceOvs +NMSettingGsm:username, object property in NMSettingGsm
-NMDeviceBridge:hw-address, object property in NMDeviceOvs +NMSettingInfiniband, struct in NMSettingInfiniband
-NMDeviceBridge:slaves, object property in NMDeviceOvs +NMSettingInfiniband:mac-address, object property in NMSettingInfiniband
-NMDeviceBt, struct in NMDeviceOvs +NMSettingInfiniband:mtu, object property in NMSettingInfiniband
-NMDeviceBt:bt-capabilities, object property in NMDeviceOvs +NMSettingInfiniband:p-key, object property in NMSettingInfiniband
-NMDeviceBt:hw-address, object property in NMDeviceOvs +NMSettingInfiniband:parent, object property in NMSettingInfiniband
-NMDeviceBt:name, object property in NMDeviceOvs +NMSettingInfiniband:transport-mode, object property in NMSettingInfiniband
-NMDeviceCapabilities, enum in nm-dbus-interface +NMSettingIP4Config, struct in NMSettingIP4Config
-NMDeviceDummy, struct in NMDeviceOvs +NMSettingIP4Config:dhcp-client-id, object property in NMSettingIP4Config
-NMDeviceDummy:hw-address, object property in NMDeviceOvs +NMSettingIP4Config:dhcp-fqdn, object property in NMSettingIP4Config
-NMDeviceError, enum in nm-errors +NMSettingIP6Config, struct in NMSettingIP6Config
-NMDeviceEthernet, struct in NMDeviceOvs +NMSettingIP6Config:addr-gen-mode, object property in NMSettingIP6Config
-NMDeviceEthernet:carrier, object property in NMDeviceOvs +NMSettingIP6Config:dhcp-duid, object property in NMSettingIP6Config
-NMDeviceEthernet:hw-address, object property in NMDeviceOvs +NMSettingIP6Config:ip6-privacy, object property in NMSettingIP6Config
-NMDeviceEthernet:perm-hw-address, object property in NMDeviceOvs +NMSettingIP6Config:token, object property in NMSettingIP6Config
-NMDeviceEthernet:s390-subchannels, object property in NMDeviceOvs +NMSettingIP6ConfigAddrGenMode, enum in NMSettingIP6Config
-NMDeviceEthernet:speed, object property in NMDeviceOvs +NMSettingIP6ConfigPrivacy, enum in NMSettingIP6Config
-NMDeviceGeneric, struct in NMDeviceOvs +NMSettingIPConfig, struct in NMSettingIPConfig
-NMDeviceGeneric:hw-address, object property in NMDeviceOvs +NMSettingIPConfig:addresses, object property in NMSettingIPConfig
-NMDeviceGeneric:type-description, object property in NMDeviceOvs +NMSettingIPConfig:dad-timeout, object property in NMSettingIPConfig
-NMDeviceInfiniband, struct in NMDeviceOvs +NMSettingIPConfig:dhcp-hostname, object property in NMSettingIPConfig
-NMDeviceInfiniband:carrier, object property in NMDeviceOvs +NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingIPConfig
-NMDeviceInfiniband:hw-address, object property in NMDeviceOvs +NMSettingIPConfig:dhcp-timeout, object property in NMSettingIPConfig
-NMDeviceIPTunnel, struct in NMDeviceOvs +NMSettingIPConfig:dns, object property in NMSettingIPConfig
-NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceOvs +NMSettingIPConfig:dns-options, object property in NMSettingIPConfig
-NMDeviceIPTunnel:flags, object property in NMDeviceOvs +NMSettingIPConfig:dns-priority, object property in NMSettingIPConfig
-NMDeviceIPTunnel:flow-label, object property in NMDeviceOvs +NMSettingIPConfig:dns-search, object property in NMSettingIPConfig
-NMDeviceIPTunnel:input-key, object property in NMDeviceOvs +NMSettingIPConfig:gateway, object property in NMSettingIPConfig
-NMDeviceIPTunnel:local, object property in NMDeviceOvs +NMSettingIPConfig:ignore-auto-dns, object property in NMSettingIPConfig
-NMDeviceIPTunnel:mode, object property in NMDeviceOvs +NMSettingIPConfig:ignore-auto-routes, object property in NMSettingIPConfig
-NMDeviceIPTunnel:output-key, object property in NMDeviceOvs +NMSettingIPConfig:may-fail, object property in NMSettingIPConfig
-NMDeviceIPTunnel:parent, object property in NMDeviceOvs +NMSettingIPConfig:method, object property in NMSettingIPConfig
-NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceOvs +NMSettingIPConfig:never-default, object property in NMSettingIPConfig
-NMDeviceIPTunnel:remote, object property in NMDeviceOvs +NMSettingIPConfig:route-metric, object property in NMSettingIPConfig
-NMDeviceIPTunnel:tos, object property in NMDeviceOvs +NMSettingIPConfig:route-table, object property in NMSettingIPConfig
-NMDeviceIPTunnel:ttl, object property in NMDeviceOvs +NMSettingIPConfig:routes, object property in NMSettingIPConfig
-NMDeviceMacsec, struct in NMDeviceOvs +NMSettingIPTunnel, struct in NMSettingIPTunnel
-NMDeviceMacsec:cipher-suite, object property in NMDeviceOvs +NMSettingIPTunnel:encapsulation-limit, object property in NMSettingIPTunnel
-NMDeviceMacsec:encoding-sa, object property in NMDeviceOvs +NMSettingIPTunnel:flags, object property in NMSettingIPTunnel
-NMDeviceMacsec:encrypt, object property in NMDeviceOvs +NMSettingIPTunnel:flow-label, object property in NMSettingIPTunnel
-NMDeviceMacsec:es, object property in NMDeviceOvs +NMSettingIPTunnel:input-key, object property in NMSettingIPTunnel
-NMDeviceMacsec:hw-address, object property in NMDeviceOvs +NMSettingIPTunnel:local, object property in NMSettingIPTunnel
-NMDeviceMacsec:icv-length, object property in NMDeviceOvs +NMSettingIPTunnel:mode, object property in NMSettingIPTunnel
-NMDeviceMacsec:include-sci, object property in NMDeviceOvs +NMSettingIPTunnel:mtu, object property in NMSettingIPTunnel
-NMDeviceMacsec:parent, object property in NMDeviceOvs +NMSettingIPTunnel:output-key, object property in NMSettingIPTunnel
-NMDeviceMacsec:protect, object property in NMDeviceOvs +NMSettingIPTunnel:parent, object property in NMSettingIPTunnel
-NMDeviceMacsec:replay-protect, object property in NMDeviceOvs +NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingIPTunnel
-NMDeviceMacsec:scb, object property in NMDeviceOvs +NMSettingIPTunnel:remote, object property in NMSettingIPTunnel
-NMDeviceMacsec:sci, object property in NMDeviceOvs +NMSettingIPTunnel:tos, object property in NMSettingIPTunnel
-NMDeviceMacsec:validation, object property in NMDeviceOvs +NMSettingIPTunnel:ttl, object property in NMSettingIPTunnel
-NMDeviceMacsec:window, object property in NMDeviceOvs +NMSettingMacRandomization, enum in NMSetting
-NMDeviceMacvlan, struct in NMDeviceOvs +NMSettingMacsec, struct in NMSettingMacsec
-NMDeviceMacvlan:hw-address, object property in NMDeviceOvs +NMSettingMacsec:encrypt, object property in NMSettingMacsec
-NMDeviceMacvlan:mode, object property in NMDeviceOvs +NMSettingMacsec:mka-cak, object property in NMSettingMacsec
-NMDeviceMacvlan:no-promisc, object property in NMDeviceOvs +NMSettingMacsec:mka-cak-flags, object property in NMSettingMacsec
-NMDeviceMacvlan:parent, object property in NMDeviceOvs +NMSettingMacsec:mka-ckn, object property in NMSettingMacsec
-NMDeviceMacvlan:tap, object property in NMDeviceOvs +NMSettingMacsec:mode, object property in NMSettingMacsec
-NMDeviceModem, struct in NMDeviceOvs +NMSettingMacsec:parent, object property in NMSettingMacsec
-NMDeviceModem:current-capabilities, object property in NMDeviceOvs +NMSettingMacsec:port, object property in NMSettingMacsec
-NMDeviceModem:modem-capabilities, object property in NMDeviceOvs +NMSettingMacsec:send-sci, object property in NMSettingMacsec
-NMDeviceModemCapabilities, enum in nm-dbus-interface +NMSettingMacsec:validation, object property in NMSettingMacsec
-NMDeviceOlpcMesh, struct in NMDeviceOvs +NMSettingMacsecMode, enum in NMSettingMacsec
-NMDeviceOlpcMesh:active-channel, object property in NMDeviceOvs +NMSettingMacsecValidation, enum in NMSettingMacsec
-NMDeviceOlpcMesh:companion, object property in NMDeviceOvs +NMSettingMacvlan, struct in NMSettingMacvlan
-NMDeviceOlpcMesh:hw-address, object property in NMDeviceOvs +NMSettingMacvlan:mode, object property in NMSettingMacvlan
-NMDeviceOvsBridge, struct in NMDeviceOvs +NMSettingMacvlan:parent, object property in NMSettingMacvlan
-NMDeviceOvsInterface, struct in NMDeviceOvs +NMSettingMacvlan:promiscuous, object property in NMSettingMacvlan
-NMDeviceOvsPort, struct in NMDeviceOvs +NMSettingMacvlan:tap, object property in NMSettingMacvlan
-NMDevicePpp, struct in NMDeviceOvs +NMSettingMacvlanMode, enum in NMSettingMacvlan
-NMDeviceState, enum in nm-dbus-interface +NMSettingMatch, struct in NMSettingOvs
-NMDeviceStateReason, enum in nm-dbus-interface +NMSettingMatch:interface-name, object property in NMSettingOvs
-NMDeviceTeam, struct in NMDeviceOvs +NMSettingOlpcMesh, struct in NMSettingOlpcMesh
-NMDeviceTeam:carrier, object property in NMDeviceOvs +NMSettingOlpcMesh:channel, object property in NMSettingOlpcMesh
-NMDeviceTeam:config, object property in NMDeviceOvs +NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOlpcMesh
-NMDeviceTeam:hw-address, object property in NMDeviceOvs +NMSettingOlpcMesh:ssid, object property in NMSettingOlpcMesh
-NMDeviceTeam:slaves, object property in NMDeviceOvs +NMSettingOvsBridge, struct in NMSettingOvs
-NMDeviceTun, struct in NMDeviceOvs +NMSettingOvsBridge:fail-mode, object property in NMSettingOvs
-NMDeviceTun:group, object property in NMDeviceOvs +NMSettingOvsBridge:mcast-snooping-enable, object property in NMSettingOvs
-NMDeviceTun:hw-address, object property in NMDeviceOvs +NMSettingOvsBridge:rstp-enable, object property in NMSettingOvs
-NMDeviceTun:mode, object property in NMDeviceOvs +NMSettingOvsBridge:stp-enable, object property in NMSettingOvs
-NMDeviceTun:multi-queue, object property in NMDeviceOvs +NMSettingOvsInterface, struct in NMSettingOvs
-NMDeviceTun:no-pi, object property in NMDeviceOvs +NMSettingOvsInterface:type, object property in NMSettingOvs
-NMDeviceTun:owner, object property in NMDeviceOvs +NMSettingOvsPatch, struct in NMSettingOvs
-NMDeviceTun:vnet-hdr, object property in NMDeviceOvs +NMSettingOvsPatch:peer, object property in NMSettingOvs
-NMDeviceType, enum in nm-dbus-interface +NMSettingOvsPort, struct in NMSettingOvs
-NMDeviceVlan, struct in NMDeviceOvs +NMSettingOvsPort:bond-downdelay, object property in NMSettingOvs
-NMDeviceVlan:carrier, object property in NMDeviceOvs +NMSettingOvsPort:bond-mode, object property in NMSettingOvs
-NMDeviceVlan:hw-address, object property in NMDeviceOvs +NMSettingOvsPort:bond-updelay, object property in NMSettingOvs
-NMDeviceVlan:parent, object property in NMDeviceOvs +NMSettingOvsPort:lacp, object property in NMSettingOvs
-NMDeviceVlan:vlan-id, object property in NMDeviceOvs +NMSettingOvsPort:tag, object property in NMSettingOvs
-NMDeviceVxlan, struct in NMDeviceOvs +NMSettingOvsPort:vlan-mode, object property in NMSettingOvs
-NMDeviceVxlan:ageing, object property in NMDeviceOvs +NMSettingPpp, struct in NMSettingPpp
-NMDeviceVxlan:carrier, object property in NMDeviceOvs +NMSettingPpp:baud, object property in NMSettingPpp
-NMDeviceVxlan:dst-port, object property in NMDeviceOvs +NMSettingPpp:crtscts, object property in NMSettingPpp
-NMDeviceVxlan:group, object property in NMDeviceOvs +NMSettingPpp:lcp-echo-failure, object property in NMSettingPpp
-NMDeviceVxlan:hw-address, object property in NMDeviceOvs +NMSettingPpp:lcp-echo-interval, object property in NMSettingPpp
-NMDeviceVxlan:id, object property in NMDeviceOvs +NMSettingPpp:mppe-stateful, object property in NMSettingPpp
-NMDeviceVxlan:l2miss, object property in NMDeviceOvs +NMSettingPpp:mru, object property in NMSettingPpp
-NMDeviceVxlan:l3miss, object property in NMDeviceOvs +NMSettingPpp:mtu, object property in NMSettingPpp
-NMDeviceVxlan:learning, object property in NMDeviceOvs +NMSettingPpp:no-vj-comp, object property in NMSettingPpp
-NMDeviceVxlan:limit, object property in NMDeviceOvs +NMSettingPpp:noauth, object property in NMSettingPpp
-NMDeviceVxlan:local, object property in NMDeviceOvs +NMSettingPpp:nobsdcomp, object property in NMSettingPpp
-NMDeviceVxlan:parent, object property in NMDeviceOvs +NMSettingPpp:nodeflate, object property in NMSettingPpp
-NMDeviceVxlan:proxy, object property in NMDeviceOvs +NMSettingPpp:refuse-chap, object property in NMSettingPpp
-NMDeviceVxlan:rsc, object property in NMDeviceOvs +NMSettingPpp:refuse-eap, object property in NMSettingPpp
-NMDeviceVxlan:src-port-max, object property in NMDeviceOvs +NMSettingPpp:refuse-mschap, object property in NMSettingPpp
-NMDeviceVxlan:src-port-min, object property in NMDeviceOvs +NMSettingPpp:refuse-mschapv2, object property in NMSettingPpp
-NMDeviceVxlan:tos, object property in NMDeviceOvs +NMSettingPpp:refuse-pap, object property in NMSettingPpp
-NMDeviceVxlan:ttl, object property in NMDeviceOvs +NMSettingPpp:require-mppe, object property in NMSettingPpp
-NMDeviceWifi, struct in NMDeviceOvs +NMSettingPpp:require-mppe-128, object property in NMSettingPpp
-NMDeviceWifi::access-point-added, object signal in NMDeviceOvs +NMSettingPppoe, struct in NMSettingPppoe
-NMDeviceWifi::access-point-removed, object signal in NMDeviceOvs +NMSettingPppoe:parent, object property in NMSettingPppoe
-NMDeviceWifi:access-points, object property in NMDeviceOvs +NMSettingPppoe:password, object property in NMSettingPppoe
-NMDeviceWifi:active-access-point, object property in NMDeviceOvs +NMSettingPppoe:password-flags, object property in NMSettingPppoe
-NMDeviceWifi:bitrate, object property in NMDeviceOvs +NMSettingPppoe:service, object property in NMSettingPppoe
-NMDeviceWifi:hw-address, object property in NMDeviceOvs +NMSettingPppoe:username, object property in NMSettingPppoe
-NMDeviceWifi:last-scan, object property in NMDeviceOvs +NMSettingProxy, struct in NMSettingProxy
-NMDeviceWifi:mode, object property in NMDeviceOvs +NMSettingProxy:browser-only, object property in NMSettingProxy
-NMDeviceWifi:perm-hw-address, object property in NMDeviceOvs +NMSettingProxy:method, object property in NMSettingProxy
-NMDeviceWifi:wireless-capabilities, object property in NMDeviceOvs +NMSettingProxy:pac-script, object property in NMSettingProxy
-NMDeviceWifiCapabilities, enum in nm-dbus-interface +NMSettingProxy:pac-url, object property in NMSettingProxy
-NMDeviceWimax, struct in NMDeviceOvs +NMSettingProxyMethod, enum in NMSettingProxy
-NMDeviceWimax::nsp-added, object signal in NMDeviceOvs +NMSettingsConnectionFlags, enum in nm-dbus-interface
-NMDeviceWimax::nsp-removed, object signal in NMDeviceOvs +NMSettingSecretFlags, enum in NMSetting
-NMDeviceWimax:active-nsp, object property in NMDeviceOvs +NMSettingSerial, struct in NMSettingSerial
-NMDeviceWimax:bsid, object property in NMDeviceOvs +NMSettingSerial:baud, object property in NMSettingSerial
-NMDeviceWimax:center-frequency, object property in NMDeviceOvs +NMSettingSerial:bits, object property in NMSettingSerial
-NMDeviceWimax:cinr, object property in NMDeviceOvs +NMSettingSerial:parity, object property in NMSettingSerial
-NMDeviceWimax:hw-address, object property in NMDeviceOvs +NMSettingSerial:send-delay, object property in NMSettingSerial
-NMDeviceWimax:nsps, object property in NMDeviceOvs +NMSettingSerial:stopbits, object property in NMSettingSerial
-NMDeviceWimax:rssi, object property in NMDeviceOvs +NMSettingSerialParity, enum in NMSettingSerial
-NMDeviceWimax:tx-power, object property in NMDeviceOvs +NMSettingsError, enum in nm-errors
-NMDeviceWireGuard, struct in NMDeviceOvs +NMSettingSriov, struct in NMSettingOvs
-NMDeviceWireGuard:fwmark, object property in NMDeviceOvs +NMSettingSriov:autoprobe-drivers, object property in NMSettingOvs
-NMDeviceWireGuard:listen-port, object property in NMDeviceOvs +NMSettingSriov:total-vfs, object property in NMSettingOvs
-NMDeviceWireGuard:public-key, object property in NMDeviceOvs +NMSettingSriov:vfs, object property in NMSettingOvs
-NMDeviceWpan, struct in NMDeviceOvs +NMSettingsUpdate2Flags, enum in nm-dbus-interface
-NMDeviceWpan:hw-address, object property in NMDeviceOvs +NMSettingTCConfig, struct in NMSettingOvs
-nm_device_6lowpan_get_hw_address, function in nm-device-6lowpan +NMSettingTCConfig:qdiscs, object property in NMSettingOvs
-nm_device_6lowpan_get_parent, function in nm-device-6lowpan +NMSettingTCConfig:tfilters, object property in NMSettingOvs
-NM_DEVICE_6LOWPAN_HW_ADDRESS, macro in nm-device-6lowpan +NMSettingTeam, struct in NMSettingTeam
-NM_DEVICE_6LOWPAN_PARENT, macro in nm-device-6lowpan +NMSettingTeam:config, object property in NMSettingTeam
-NM_DEVICE_ACTIVE_CONNECTION, macro in NMDevice +NMSettingTeam:link-watchers, object property in NMSettingTeam
-NM_DEVICE_ADSL_CARRIER, macro in NMDeviceAdsl +NMSettingTeam:mcast-rejoin-count, object property in NMSettingTeam
-nm_device_adsl_get_carrier, function in NMDeviceAdsl +NMSettingTeam:mcast-rejoin-interval, object property in NMSettingTeam
-NM_DEVICE_AUTOCONNECT, macro in NMDevice +NMSettingTeam:notify-peers-count, object property in NMSettingTeam
-NM_DEVICE_AVAILABLE_CONNECTIONS, macro in NMDevice +NMSettingTeam:notify-peers-interval, object property in NMSettingTeam
-NM_DEVICE_BOND_CARRIER, macro in NMDeviceBond +NMSettingTeam:runner, object property in NMSettingTeam
-nm_device_bond_get_carrier, function in NMDeviceBond +NMSettingTeam:runner-active, object property in NMSettingTeam
-nm_device_bond_get_hw_address, function in NMDeviceBond +NMSettingTeam:runner-agg-select-policy, object property in NMSettingTeam
-nm_device_bond_get_slaves, function in NMDeviceBond +NMSettingTeam:runner-fast-rate, object property in NMSettingTeam
-NM_DEVICE_BOND_HW_ADDRESS, macro in NMDeviceBond +NMSettingTeam:runner-hwaddr-policy, object property in NMSettingTeam
-NM_DEVICE_BOND_SLAVES, macro in NMDeviceBond +NMSettingTeam:runner-min-ports, object property in NMSettingTeam
-NM_DEVICE_BRIDGE_CARRIER, macro in NMDeviceBridge +NMSettingTeam:runner-sys-prio, object property in NMSettingTeam +
+
+
+NMSettingTeam:runner-tx-balancer, object property in NMSettingTeam +
+
+
+NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingTeam +
+
+
+NMSettingTeam:runner-tx-hash, object property in NMSettingTeam +
+
+
+NMSettingTeamPort, struct in NMSettingTeamPort +
+
+
+NMSettingTeamPort:config, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:lacp-key, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:lacp-prio, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:link-watchers, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:prio, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:queue-id, object property in NMSettingTeamPort +
+
+
+NMSettingTeamPort:sticky, object property in NMSettingTeamPort +
+
+
+NMSettingTun, struct in NMSettingTun +
+
+
+NMSettingTun:group, object property in NMSettingTun +
+
+
+NMSettingTun:mode, object property in NMSettingTun +
+
+
+NMSettingTun:multi-queue, object property in NMSettingTun +
+
+
+NMSettingTun:owner, object property in NMSettingTun +
+
+
+NMSettingTun:pi, object property in NMSettingTun +
+
+
+NMSettingTun:vnet-hdr, object property in NMSettingTun +
+
+
+NMSettingTunMode, enum in NMSettingTun +
+
+
+NMSettingUser, struct in NMSettingOvs +
+
+
+NMSettingUser:data, object property in NMSettingOvs +
+
+
+NMSettingValueIterFn, user_function in NMSetting +
+
+
+NMSettingVlan, struct in NMSettingVlan +
+
+
+NMSettingVlan:egress-priority-map, object property in NMSettingVlan +
+
+
+NMSettingVlan:flags, object property in NMSettingVlan +
+
+
+NMSettingVlan:id, object property in NMSettingVlan +
+
+
+NMSettingVlan:ingress-priority-map, object property in NMSettingVlan +
+
+
+NMSettingVlan:parent, object property in NMSettingVlan +
+
+
+NMSettingVpn, struct in NMSettingVpn +
+
+
+NMSettingVpn:data, object property in NMSettingVpn +
+
+
+NMSettingVpn:persistent, object property in NMSettingVpn +
+
+
+NMSettingVpn:secrets, object property in NMSettingVpn +
+
+
+NMSettingVpn:service-type, object property in NMSettingVpn +
+
+
+NMSettingVpn:timeout, object property in NMSettingVpn +
+
+
+NMSettingVpn:user-name, object property in NMSettingVpn +
+
+
+NMSettingVxlan, struct in NMSettingVxlan +
+
+
+NMSettingVxlan:ageing, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:destination-port, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:id, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:l2-miss, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:l3-miss, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:learning, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:limit, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:local, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:parent, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:proxy, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:remote, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:rsc, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:source-port-max, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:source-port-min, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:tos, object property in NMSettingVxlan +
+
+
+NMSettingVxlan:ttl, object property in NMSettingVxlan +
+
+
+NMSettingWifiP2P, struct in NMSettingOvs +
+
+
+NMSettingWifiP2P:peer, object property in NMSettingOvs +
+
+
+NMSettingWifiP2P:wfd-ies, object property in NMSettingOvs +
+
+
+NMSettingWifiP2P:wps-method, object property in NMSettingOvs +
+
+
+NMSettingWimax, struct in NMSettingWimax +
+
+
+NMSettingWimax:mac-address, object property in NMSettingWimax +
+
+
+NMSettingWimax:network-name, object property in NMSettingWimax +
+
+
+NMSettingWired, struct in NMSettingWired +
+
+
+NMSettingWired:auto-negotiate, object property in NMSettingWired +
+
+
+NMSettingWired:cloned-mac-address, object property in NMSettingWired +
+
+
+NMSettingWired:duplex, object property in NMSettingWired +
+
+
+NMSettingWired:generate-mac-address-mask, object property in NMSettingWired +
+
+
+NMSettingWired:mac-address, object property in NMSettingWired +
+
+
+NMSettingWired:mac-address-blacklist, object property in NMSettingWired +
+
+
+NMSettingWired:mtu, object property in NMSettingWired +
+
+
+NMSettingWired:port, object property in NMSettingWired +
+
+
+NMSettingWired:s390-nettype, object property in NMSettingWired +
+
+
+NMSettingWired:s390-options, object property in NMSettingWired +
+
+
+NMSettingWired:s390-subchannels, object property in NMSettingWired +
+
+
+NMSettingWired:speed, object property in NMSettingWired +
+
+
+NMSettingWired:wake-on-lan, object property in NMSettingWired +
+
+
+NMSettingWired:wake-on-lan-password, object property in NMSettingWired +
+
+
+NMSettingWiredWakeOnLan, enum in NMSettingWired +
+
+
+NMSettingWireGuard, struct in NMSettingOvs +
+
+
+NMSettingWireGuard:fwmark, object property in NMSettingOvs +
+
+
+NMSettingWireGuard:listen-port, object property in NMSettingOvs +
+
+
+NMSettingWireGuard:mtu, object property in NMSettingOvs
-nm_device_bridge_get_carrier, function in NMDeviceBridge +NMSettingWireGuard:peer-routes, object property in NMSettingOvs
-nm_device_bridge_get_hw_address, function in NMDeviceBridge +NMSettingWireGuard:private-key, object property in NMSettingOvs
-nm_device_bridge_get_slaves, function in NMDeviceBridge +NMSettingWireGuard:private-key-flags, object property in NMSettingOvs
-NM_DEVICE_BRIDGE_HW_ADDRESS, macro in NMDeviceBridge +NMSettingWireless, struct in NMSettingWireless
-NM_DEVICE_BRIDGE_SLAVES, macro in NMDeviceBridge +NMSettingWireless:band, object property in NMSettingWireless
-NM_DEVICE_BT_CAPABILITIES, macro in NMDeviceBt +NMSettingWireless:bssid, object property in NMSettingWireless
-nm_device_bt_get_capabilities, function in NMDeviceBt +NMSettingWireless:channel, object property in NMSettingWireless
-nm_device_bt_get_hw_address, function in NMDeviceBt +NMSettingWireless:cloned-mac-address, object property in NMSettingWireless
-nm_device_bt_get_name, function in NMDeviceBt +NMSettingWireless:generate-mac-address-mask, object property in NMSettingWireless
-NM_DEVICE_BT_HW_ADDRESS, macro in NMDeviceBt +NMSettingWireless:hidden, object property in NMSettingWireless
-NM_DEVICE_BT_NAME, macro in NMDeviceBt +NMSettingWireless:mac-address, object property in NMSettingWireless
-NM_DEVICE_CAPABILITIES, macro in NMDevice +NMSettingWireless:mac-address-blacklist, object property in NMSettingWireless
-nm_device_connection_compatible, function in NMDevice +NMSettingWireless:mac-address-randomization, object property in NMSettingWireless
-nm_device_connection_valid, function in NMDevice +NMSettingWireless:mode, object property in NMSettingWireless
-nm_device_delete, function in NMDevice +NMSettingWireless:mtu, object property in NMSettingWireless
-nm_device_delete_async, function in NMDevice +NMSettingWireless:powersave, object property in NMSettingWireless
-nm_device_delete_finish, function in NMDevice +NMSettingWireless:rate, object property in NMSettingWireless
-NM_DEVICE_DEVICE_TYPE, macro in NMDevice +NMSettingWireless:seen-bssids, object property in NMSettingWireless
-NM_DEVICE_DHCP4_CONFIG, macro in NMDevice +NMSettingWireless:ssid, object property in NMSettingWireless
-NM_DEVICE_DHCP6_CONFIG, macro in NMDevice +NMSettingWireless:tx-power, object property in NMSettingWireless
-nm_device_disambiguate_names, function in NMDevice +NMSettingWireless:wake-on-wlan, object property in NMSettingWireless
-nm_device_disconnect, function in NMDevice +NMSettingWirelessPowersave, enum in NMSettingWireless
-nm_device_disconnect_async, function in NMDevice +NMSettingWirelessSecurity, struct in NMSettingWirelessSecurity
-nm_device_disconnect_finish, function in NMDevice +NMSettingWirelessSecurity:auth-alg, object property in NMSettingWirelessSecurity
-NM_DEVICE_DRIVER, macro in NMDevice +NMSettingWirelessSecurity:fils, object property in NMSettingWirelessSecurity
-NM_DEVICE_DRIVER_VERSION, macro in NMDevice +NMSettingWirelessSecurity:group, object property in NMSettingWirelessSecurity
-nm_device_dummy_get_hw_address, function in NMDeviceDummy +NMSettingWirelessSecurity:key-mgmt, object property in NMSettingWirelessSecurity
-NM_DEVICE_DUMMY_HW_ADDRESS, macro in NMDeviceDummy +NMSettingWirelessSecurity:leap-password, object property in NMSettingWirelessSecurity
-NM_DEVICE_ERROR, macro in nm-errors +NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingWirelessSecurity
-nm_device_error_quark, function in nm-errors +NMSettingWirelessSecurity:leap-username, object property in NMSettingWirelessSecurity
-NM_DEVICE_ETHERNET_CARRIER, macro in NMDeviceEthernet +NMSettingWirelessSecurity:pairwise, object property in NMSettingWirelessSecurity
-nm_device_ethernet_get_carrier, function in NMDeviceEthernet +NMSettingWirelessSecurity:pmf, object property in NMSettingWirelessSecurity
-nm_device_ethernet_get_hw_address, function in NMDeviceEthernet +NMSettingWirelessSecurity:proto, object property in NMSettingWirelessSecurity
-nm_device_ethernet_get_permanent_hw_address, function in NMDeviceEthernet +NMSettingWirelessSecurity:psk, object property in NMSettingWirelessSecurity
-nm_device_ethernet_get_s390_subchannels, function in NMDeviceEthernet +NMSettingWirelessSecurity:psk-flags, object property in NMSettingWirelessSecurity
-nm_device_ethernet_get_speed, function in NMDeviceEthernet +NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingWirelessSecurity
-NM_DEVICE_ETHERNET_HW_ADDRESS, macro in NMDeviceEthernet +NMSettingWirelessSecurity:wep-key-type, object property in NMSettingWirelessSecurity
-NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS, macro in NMDeviceEthernet +NMSettingWirelessSecurity:wep-key0, object property in NMSettingWirelessSecurity
-NM_DEVICE_ETHERNET_S390_SUBCHANNELS, macro in NMDeviceEthernet +NMSettingWirelessSecurity:wep-key1, object property in NMSettingWirelessSecurity
-NM_DEVICE_ETHERNET_SPEED, macro in NMDeviceEthernet +NMSettingWirelessSecurity:wep-key2, object property in NMSettingWirelessSecurity
-nm_device_filter_connections, function in NMDevice +NMSettingWirelessSecurity:wep-key3, object property in NMSettingWirelessSecurity
-NM_DEVICE_FIRMWARE_MISSING, macro in NMDevice +NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingWirelessSecurity
-NM_DEVICE_FIRMWARE_VERSION, macro in NMDevice +NMSettingWirelessSecurity:wps-method, object property in NMSettingWirelessSecurity
-nm_device_generic_get_hw_address, function in NMDeviceGeneric +NMSettingWirelessSecurityFils, enum in NMSettingWirelessSecurity
-NM_DEVICE_GENERIC_HW_ADDRESS, macro in NMDeviceGeneric +NMSettingWirelessSecurityPmf, enum in NMSettingWirelessSecurity
-NM_DEVICE_GENERIC_TYPE_DESCRIPTION, macro in NMDeviceGeneric +NMSettingWirelessSecurityWpsMethod, enum in NMSettingWirelessSecurity
-nm_device_get_active_connection, function in NMDevice +NMSettingWirelessWakeOnWLan, enum in NMSettingWireless
-nm_device_get_applied_connection, function in NMDevice +NMSettingWpan, struct in NMSettingOvs
-nm_device_get_applied_connection_async, function in NMDevice +NMSettingWpan:channel, object property in NMSettingOvs
-nm_device_get_applied_connection_finish, function in NMDevice +NMSettingWpan:mac-address, object property in NMSettingOvs
-nm_device_get_autoconnect, function in NMDevice +NMSettingWpan:page, object property in NMSettingOvs
-nm_device_get_available_connections, function in NMDevice +NMSettingWpan:pan-id, object property in NMSettingOvs
-nm_device_get_capabilities, function in NMDevice +NMSettingWpan:short-address, object property in NMSettingOvs
-nm_device_get_connectivity, function in NMDevice +NMSimpleConnection, struct in NMSimpleConnection
-nm_device_get_description, function in NMDevice +NMSriovVFVlanProtocol, enum in NMSettingSriov
-nm_device_get_device_type, function in NMDevice +NMState, enum in nm-dbus-interface
-nm_device_get_dhcp4_config, function in NMDevice +NMTeamLinkWatcherArpPingFlags, enum in NMSettingTeam
-nm_device_get_dhcp6_config, function in NMDevice +NMTernary, enum in nm-dbus-interface
-nm_device_get_driver, function in NMDevice +NMUtilsCheckFilePredicate, user_function in nm-utils
-nm_device_get_driver_version, function in NMDevice +NMUtilsFileSearchInPathsPredicate, user_function in nm-utils
-nm_device_get_firmware_missing, function in NMDevice +NMUtilsSecurityType, enum in nm-utils
-nm_device_get_firmware_version, function in NMDevice +NMVariantAttributeSpec, struct in nm-utils
-nm_device_get_hw_address, function in NMDevice +NMVlanFlags, enum in NMSettingVlan
-nm_device_get_iface, function in NMDevice +NMVlanPriorityMap, enum in NMSettingVlan
-nm_device_get_ip4_config, function in NMDevice +NMVpnConnection, struct in NMVpnConnection
-nm_device_get_ip6_config, function in NMDevice +NMVpnConnection::vpn-state-changed, object signal in NMVpnConnection
-nm_device_get_ip_iface, function in NMDevice +NMVpnConnection:banner, object property in NMVpnConnection
-nm_device_get_lldp_neighbors, function in NMDevice +NMVpnConnection:vpn-state, object property in NMVpnConnection
-nm_device_get_managed, function in NMDevice +NMVpnConnectionState, enum in nm-vpn-dbus-interface
-nm_device_get_metered, function in NMDevice +NMVpnConnectionStateReason, enum in nm-vpn-dbus-interface
-nm_device_get_mtu, function in NMDevice +NMVpnEditor, struct in NMVpnEditorPlugin
-nm_device_get_nm_plugin_missing, function in NMDevice +NMVpnEditor::changed, object signal in NMVpnEditorPlugin
-nm_device_get_physical_port_id, function in NMDevice +NMVpnEditorInterface, struct in NMVpnEditor
-nm_device_get_product, function in NMDevice +NMVpnEditorPlugin:description, object property in NMVpnEditorPlugin
-nm_device_get_setting_type, function in NMDevice +NMVpnEditorPlugin:name, object property in NMVpnEditorPlugin
-nm_device_get_state, function in NMDevice +NMVpnEditorPlugin:service, object property in NMVpnEditorPlugin
-nm_device_get_state_reason, function in NMDevice +NMVpnEditorPluginCapability, enum in NMVpnEditorPlugin
-nm_device_get_type_description, function in NMDevice +NMVpnEditorPluginFactory, user_function in NMVpnEditorPlugin
-nm_device_get_udi, function in NMDevice +NMVpnEditorPluginInterface, struct in NMVpnEditorPlugin
-nm_device_get_vendor, function in NMDevice +NMVpnEditorPluginVT, struct in NMVpnEditorPlugin
-NM_DEVICE_INFINIBAND_CARRIER, macro in NMDeviceInfiniband +NMVpnIterFunc, user_function in NMSettingVpn
-nm_device_infiniband_get_carrier, function in NMDeviceInfiniband +NMVpnPluginError, enum in nm-errors
-nm_device_infiniband_get_hw_address, function in NMDeviceInfiniband +NMVpnPluginFailure, enum in nm-vpn-dbus-interface
-NM_DEVICE_INFINIBAND_HW_ADDRESS, macro in NMDeviceInfiniband +NMVpnPluginInfo, struct in nm-vpn-plugin-info
-NM_DEVICE_INTERFACE, macro in NMDevice +NMVpnServiceState, enum in nm-vpn-dbus-interface
-NM_DEVICE_IP4_CONFIG, macro in NMDevice +NMWepKeyType, enum in NMSettingWirelessSecurity
-NM_DEVICE_IP4_CONNECTIVITY, macro in NMDevice +NMWifiP2PPeer, struct in NMDeviceOvs
-NM_DEVICE_IP6_CONFIG, macro in NMDevice +NMWifiP2PPeer:flags, object property in NMDeviceOvs
-NM_DEVICE_IP6_CONNECTIVITY, macro in NMDevice +NMWifiP2PPeer:hw-address, object property in NMDeviceOvs
-NM_DEVICE_IP_INTERFACE, macro in NMDevice +NMWifiP2PPeer:last-seen, object property in NMDeviceOvs
-NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT, macro in NMDeviceIPTunnel +NMWifiP2PPeer:manufacturer, object property in NMDeviceOvs
-NM_DEVICE_IP_TUNNEL_FLAGS, macro in NMDeviceIPTunnel +NMWifiP2PPeer:model, object property in NMDeviceOvs
-NM_DEVICE_IP_TUNNEL_FLOW_LABEL, macro in NMDeviceIPTunnel +NMWifiP2PPeer:model-number, object property in NMDeviceOvs
-nm_device_ip_tunnel_get_encapsulation_limit, function in NMDeviceIPTunnel +NMWifiP2PPeer:name, object property in NMDeviceOvs
-nm_device_ip_tunnel_get_flags, function in NMDeviceIPTunnel +NMWifiP2PPeer:serial, object property in NMDeviceOvs
-nm_device_ip_tunnel_get_flow_label, function in NMDeviceIPTunnel +NMWifiP2PPeer:strength, object property in NMDeviceOvs
-nm_device_ip_tunnel_get_input_key, function in NMDeviceIPTunnel +NMWifiP2PPeer:wfd-ies, object property in NMDeviceOvs
-nm_device_ip_tunnel_get_local, function in NMDeviceIPTunnel +NMWimaxNsp, struct in NMWimaxNsp
-nm_device_ip_tunnel_get_mode, function in NMDeviceIPTunnel +NMWimaxNsp:name, object property in NMWimaxNsp
-nm_device_ip_tunnel_get_output_key, function in NMDeviceIPTunnel +NMWimaxNsp:network-type, object property in NMWimaxNsp
-nm_device_ip_tunnel_get_parent, function in NMDeviceIPTunnel +NMWimaxNsp:signal-quality, object property in NMWimaxNsp
-nm_device_ip_tunnel_get_path_mtu_discovery, function in NMDeviceIPTunnel +NMWimaxNspNetworkType, enum in nm-dbus-interface
-nm_device_ip_tunnel_get_remote, function in NMDeviceIPTunnel +NM_ACCESS_POINT_BSSID, macro in NMAccessPoint
-nm_device_ip_tunnel_get_tos, function in NMDeviceIPTunnel +nm_access_point_connection_valid, function in NMAccessPoint
-nm_device_ip_tunnel_get_ttl, function in NMDeviceIPTunnel +nm_access_point_filter_connections, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_INPUT_KEY, macro in NMDeviceIPTunnel +NM_ACCESS_POINT_FLAGS, macro in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_LOCAL, macro in NMDeviceIPTunnel +NM_ACCESS_POINT_FREQUENCY, macro in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_MODE, macro in NMDeviceIPTunnel +nm_access_point_get_bssid, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_OUTPUT_KEY, macro in NMDeviceIPTunnel +nm_access_point_get_flags, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_PARENT, macro in NMDeviceIPTunnel +nm_access_point_get_frequency, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMDeviceIPTunnel +nm_access_point_get_last_seen, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_REMOTE, macro in NMDeviceIPTunnel +nm_access_point_get_max_bitrate, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_TOS, macro in NMDeviceIPTunnel +nm_access_point_get_mode, function in NMAccessPoint
-NM_DEVICE_IP_TUNNEL_TTL, macro in NMDeviceIPTunnel +nm_access_point_get_rsn_flags, function in NMAccessPoint
-nm_device_is_real, function in NMDevice +nm_access_point_get_ssid, function in NMAccessPoint
-nm_device_is_software, function in NMDevice +nm_access_point_get_strength, function in NMAccessPoint
-NM_DEVICE_LLDP_NEIGHBORS, macro in NMDevice +nm_access_point_get_wpa_flags, function in NMAccessPoint
-NM_DEVICE_MACSEC_CIPHER_SUITE, macro in NMDeviceMacsec +NM_ACCESS_POINT_HW_ADDRESS, macro in NMAccessPoint
-NM_DEVICE_MACSEC_ENCODING_SA, macro in NMDeviceMacsec +NM_ACCESS_POINT_LAST_SEEN, macro in NMAccessPoint
-NM_DEVICE_MACSEC_ENCRYPT, macro in NMDeviceMacsec +NM_ACCESS_POINT_MAX_BITRATE, macro in NMAccessPoint
-NM_DEVICE_MACSEC_ES, macro in NMDeviceMacsec +NM_ACCESS_POINT_MODE, macro in NMAccessPoint
-nm_device_macsec_get_cipher_suite, function in NMDeviceMacsec +NM_ACCESS_POINT_RSN_FLAGS, macro in NMAccessPoint
-nm_device_macsec_get_encoding_sa, function in NMDeviceMacsec +NM_ACCESS_POINT_SSID, macro in NMAccessPoint
-nm_device_macsec_get_encrypt, function in NMDeviceMacsec +NM_ACCESS_POINT_STRENGTH, macro in NMAccessPoint
-nm_device_macsec_get_es, function in NMDeviceMacsec +NM_ACCESS_POINT_WPA_FLAGS, macro in NMAccessPoint
-nm_device_macsec_get_hw_address, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_CONNECTION, macro in NMActiveConnection
-nm_device_macsec_get_icv_length, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_DEFAULT, macro in NMActiveConnection
-nm_device_macsec_get_include_sci, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_DEFAULT6, macro in NMActiveConnection
-nm_device_macsec_get_parent, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_DEVICES, macro in NMActiveConnection
-nm_device_macsec_get_protect, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_DHCP4_CONFIG, macro in NMActiveConnection
-nm_device_macsec_get_replay_protect, function in NMDeviceMacsec +NM_ACTIVE_CONNECTION_DHCP6_CONFIG, macro in NMActiveConnection
-nm_device_macsec_get_scb, function in NMDeviceMacsec +nm_active_connection_get_connection, function in NMActiveConnection
-nm_device_macsec_get_sci, function in NMDeviceMacsec +nm_active_connection_get_connection_type, function in NMActiveConnection
-nm_device_macsec_get_validation, function in NMDeviceMacsec +nm_active_connection_get_default, function in NMActiveConnection
-nm_device_macsec_get_window, function in NMDeviceMacsec +nm_active_connection_get_default6, function in NMActiveConnection
-NM_DEVICE_MACSEC_HW_ADDRESS, macro in NMDeviceMacsec +nm_active_connection_get_devices, function in NMActiveConnection
-NM_DEVICE_MACSEC_ICV_LENGTH, macro in NMDeviceMacsec +nm_active_connection_get_dhcp4_config, function in NMActiveConnection
-NM_DEVICE_MACSEC_INCLUDE_SCI, macro in NMDeviceMacsec +nm_active_connection_get_dhcp6_config, function in NMActiveConnection
-NM_DEVICE_MACSEC_PARENT, macro in NMDeviceMacsec +nm_active_connection_get_id, function in NMActiveConnection
-NM_DEVICE_MACSEC_PROTECT, macro in NMDeviceMacsec +nm_active_connection_get_ip4_config, function in NMActiveConnection
-NM_DEVICE_MACSEC_REPLAY_PROTECT, macro in NMDeviceMacsec +nm_active_connection_get_ip6_config, function in NMActiveConnection
-NM_DEVICE_MACSEC_SCB, macro in NMDeviceMacsec +nm_active_connection_get_master, function in NMActiveConnection
-NM_DEVICE_MACSEC_SCI, macro in NMDeviceMacsec +nm_active_connection_get_specific_object_path, function in NMActiveConnection
-NM_DEVICE_MACSEC_VALIDATION, macro in NMDeviceMacsec +nm_active_connection_get_state, function in NMActiveConnection
-NM_DEVICE_MACSEC_WINDOW, macro in NMDeviceMacsec +nm_active_connection_get_state_flags, function in NMActiveConnection
-nm_device_macvlan_get_hw_address, function in NMDeviceMacvlan +nm_active_connection_get_state_reason, function in NMActiveConnection
-nm_device_macvlan_get_mode, function in NMDeviceMacvlan +nm_active_connection_get_uuid, function in NMActiveConnection
-nm_device_macvlan_get_no_promisc, function in NMDeviceMacvlan +nm_active_connection_get_vpn, function in NMActiveConnection
-nm_device_macvlan_get_parent, function in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_ID, macro in NMActiveConnection
-nm_device_macvlan_get_tap, function in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_IP4_CONFIG, macro in NMActiveConnection
-NM_DEVICE_MACVLAN_HW_ADDRESS, macro in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_IP6_CONFIG, macro in NMActiveConnection
-NM_DEVICE_MACVLAN_MODE, macro in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_MASTER, macro in NMActiveConnection
-NM_DEVICE_MACVLAN_NO_PROMISC, macro in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH, macro in NMActiveConnection
-NM_DEVICE_MACVLAN_PARENT, macro in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_STATE, macro in NMActiveConnection
-NM_DEVICE_MACVLAN_TAP, macro in NMDeviceMacvlan +NM_ACTIVE_CONNECTION_STATE_FLAGS, macro in NMActiveConnection
-NM_DEVICE_MANAGED, macro in NMDevice +NM_ACTIVE_CONNECTION_TYPE, macro in NMActiveConnection
-NM_DEVICE_METERED, macro in NMDevice +NM_ACTIVE_CONNECTION_UUID, macro in NMActiveConnection
-NM_DEVICE_MODEM_CURRENT_CAPABILITIES, macro in NMDeviceModem +NM_ACTIVE_CONNECTION_VPN, macro in NMActiveConnection
-nm_device_modem_get_current_capabilities, function in NMDeviceModem +NM_AGENT_MANAGER_ERROR, macro in nm-errors
-nm_device_modem_get_modem_capabilities, function in NMDeviceModem +nm_agent_manager_error_quark, function in nm-errors
-NM_DEVICE_MODEM_MODEM_CAPABILITIES, macro in NMDeviceModem +NM_AVAILABLE_IN_0_9_10, macro in nm-version
-NM_DEVICE_MTU, macro in NMDevice +NM_AVAILABLE_IN_1_0, macro in nm-version
-NM_DEVICE_NM_PLUGIN_MISSING, macro in NMDevice +NM_AVAILABLE_IN_1_10, macro in nm-version
-NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL, macro in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_12, macro in nm-version
-NM_DEVICE_OLPC_MESH_COMPANION, macro in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_14, macro in nm-version
-nm_device_olpc_mesh_get_active_channel, function in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_16, macro in nm-version
-nm_device_olpc_mesh_get_companion, function in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_2, macro in nm-version
-nm_device_olpc_mesh_get_hw_address, function in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_4, macro in nm-version
-NM_DEVICE_OLPC_MESH_HW_ADDRESS, macro in NMDeviceOlpcMesh +NM_AVAILABLE_IN_1_6, macro in nm-version
-nm_device_ovs_bridge_get_slaves, function in NMDeviceOvsBridge +NM_AVAILABLE_IN_1_8, macro in nm-version
-NM_DEVICE_OVS_BRIDGE_SLAVES, macro in NMDeviceOvsBridge +NM_CHECKPOINT_CREATED, macro in NMCheckpoint
-nm_device_ovs_port_get_slaves, function in NMDeviceOvsPort +NM_CHECKPOINT_DEVICES, macro in NMCheckpoint
-NM_DEVICE_OVS_PORT_SLAVES, macro in NMDeviceOvsPort +nm_checkpoint_get_created, function in NMCheckpoint
-NM_DEVICE_PHYSICAL_PORT_ID, macro in NMDevice +nm_checkpoint_get_devices, function in NMCheckpoint
-NM_DEVICE_PRODUCT, macro in NMDevice +nm_checkpoint_get_rollback_timeout, function in NMCheckpoint
-NM_DEVICE_REAL, macro in NMDevice +NM_CHECKPOINT_ROLLBACK_TIMEOUT, macro in NMCheckpoint
-nm_device_reapply, function in NMDevice +nm_client_activate_connection_async, function in NMClient
-nm_device_reapply_async, function in NMDevice +nm_client_activate_connection_finish, function in NMClient
-nm_device_reapply_finish, function in NMDevice +NM_CLIENT_ACTIVATING_CONNECTION, macro in NMClient
-nm_device_set_autoconnect, function in NMDevice +NM_CLIENT_ACTIVE_CONNECTIONS, macro in NMClient
-nm_device_set_managed, function in NMDevice +NM_CLIENT_ACTIVE_CONNECTION_ADDED, macro in NMClient
-NM_DEVICE_STATE, macro in NMDevice +NM_CLIENT_ACTIVE_CONNECTION_REMOVED, macro in NMClient
-NM_DEVICE_STATE_REASON, macro in NMDevice +nm_client_add_and_activate_connection2, function in NMClient
-NM_DEVICE_TEAM_CARRIER, macro in NMDeviceTeam +nm_client_add_and_activate_connection2_finish, function in NMClient
-NM_DEVICE_TEAM_CONFIG, macro in NMDeviceTeam +nm_client_add_and_activate_connection_async, function in NMClient
-nm_device_team_get_carrier, function in NMDeviceTeam +nm_client_add_and_activate_connection_finish, function in NMClient
-nm_device_team_get_config, function in NMDeviceTeam +nm_client_add_connection_async, function in NMClient
-nm_device_team_get_hw_address, function in NMDeviceTeam +nm_client_add_connection_finish, function in NMClient
-nm_device_team_get_slaves, function in NMDeviceTeam +NM_CLIENT_ALL_DEVICES, macro in NMClient
-NM_DEVICE_TEAM_HW_ADDRESS, macro in NMDeviceTeam +NM_CLIENT_ANY_DEVICE_ADDED, macro in NMClient
-NM_DEVICE_TEAM_SLAVES, macro in NMDeviceTeam +NM_CLIENT_ANY_DEVICE_REMOVED, macro in NMClient
-nm_device_tun_get_group, function in NMDeviceTun +NM_CLIENT_CAN_MODIFY, macro in NMClient
-nm_device_tun_get_hw_address, function in NMDeviceTun +nm_client_checkpoint_adjust_rollback_timeout, function in NMClient
-nm_device_tun_get_mode, function in NMDeviceTun +nm_client_checkpoint_adjust_rollback_timeout_finish, function in NMClient
-nm_device_tun_get_multi_queue, function in NMDeviceTun +nm_client_checkpoint_create, function in NMClient
-nm_device_tun_get_no_pi, function in NMDeviceTun +nm_client_checkpoint_create_finish, function in NMClient
-nm_device_tun_get_owner, function in NMDeviceTun +nm_client_checkpoint_destroy, function in NMClient
-nm_device_tun_get_vnet_hdr, function in NMDeviceTun +nm_client_checkpoint_destroy_finish, function in NMClient
-NM_DEVICE_TUN_GROUP, macro in NMDeviceTun +nm_client_checkpoint_rollback, function in NMClient
-NM_DEVICE_TUN_HW_ADDRESS, macro in NMDeviceTun +nm_client_checkpoint_rollback_finish, function in NMClient
-NM_DEVICE_TUN_MODE, macro in NMDeviceTun +nm_client_check_connectivity, function in NMClient
-NM_DEVICE_TUN_MULTI_QUEUE, macro in NMDeviceTun +nm_client_check_connectivity_async, function in NMClient
-NM_DEVICE_TUN_NO_PI, macro in NMDeviceTun +nm_client_check_connectivity_finish, function in NMClient
-NM_DEVICE_TUN_OWNER, macro in NMDeviceTun +NM_CLIENT_CONNECTIONS, macro in NMClient
-NM_DEVICE_TUN_VNET_HDR, macro in NMDeviceTun +NM_CLIENT_CONNECTION_ADDED, macro in NMClient
-NM_DEVICE_UDI, macro in NMDevice +NM_CLIENT_CONNECTION_REMOVED, macro in NMClient
-NM_DEVICE_VENDOR, macro in NMDevice +NM_CLIENT_CONNECTIVITY, macro in NMClient
-NM_DEVICE_VLAN_CARRIER, macro in NMDeviceVlan +NM_CLIENT_CONNECTIVITY_CHECK_AVAILABLE, macro in NMClient
-nm_device_vlan_get_carrier, function in NMDeviceVlan +NM_CLIENT_CONNECTIVITY_CHECK_ENABLED, macro in NMClient
-nm_device_vlan_get_hw_address, function in NMDeviceVlan +nm_client_connectivity_check_get_available, function in NMClient
-nm_device_vlan_get_parent, function in NMDeviceVlan +nm_client_connectivity_check_get_enabled, function in NMClient
-nm_device_vlan_get_vlan_id, function in NMDeviceVlan +nm_client_connectivity_check_set_enabled, function in NMClient
-NM_DEVICE_VLAN_HW_ADDRESS, macro in NMDeviceVlan +nm_client_deactivate_connection, function in NMClient
-NM_DEVICE_VLAN_PARENT, macro in NMDeviceVlan +nm_client_deactivate_connection_async, function in NMClient
-NM_DEVICE_VLAN_VLAN_ID, macro in NMDeviceVlan +nm_client_deactivate_connection_finish, function in NMClient
-NM_DEVICE_VXLAN_AGEING, macro in NMDeviceVxlan +NM_CLIENT_DEVICES, macro in NMClient
-NM_DEVICE_VXLAN_CARRIER, macro in NMDeviceVxlan +NM_CLIENT_DEVICE_ADDED, macro in NMClient
-NM_DEVICE_VXLAN_DST_PORT, macro in NMDeviceVxlan +NM_CLIENT_DEVICE_REMOVED, macro in NMClient
-nm_device_vxlan_get_ageing, function in NMDeviceVxlan +NM_CLIENT_DNS_CONFIGURATION, macro in NMClient
-nm_device_vxlan_get_carrier, function in NMDeviceVxlan +NM_CLIENT_DNS_MODE, macro in NMClient
-nm_device_vxlan_get_dst_port, function in NMDeviceVxlan +NM_CLIENT_DNS_RC_MANAGER, macro in NMClient
-nm_device_vxlan_get_group, function in NMDeviceVxlan +NM_CLIENT_ERROR, macro in NMClient
-nm_device_vxlan_get_hw_address, function in NMDeviceVxlan +nm_client_error_quark, function in NMClient
-nm_device_vxlan_get_id, function in NMDeviceVxlan +nm_client_get_activating_connection, function in NMClient
-nm_device_vxlan_get_l2miss, function in NMDeviceVxlan +nm_client_get_active_connections, function in NMClient
-nm_device_vxlan_get_l3miss, function in NMDeviceVxlan +nm_client_get_all_devices, function in NMClient
-nm_device_vxlan_get_learning, function in NMDeviceVxlan +nm_client_get_checkpoints, function in NMClient
-nm_device_vxlan_get_limit, function in NMDeviceVxlan +nm_client_get_connections, function in NMClient
-nm_device_vxlan_get_local, function in NMDeviceVxlan +nm_client_get_connection_by_id, function in NMClient
-nm_device_vxlan_get_parent, function in NMDeviceVxlan +nm_client_get_connection_by_path, function in NMClient
-nm_device_vxlan_get_proxy, function in NMDeviceVxlan +nm_client_get_connection_by_uuid, function in NMClient
-nm_device_vxlan_get_rsc, function in NMDeviceVxlan +nm_client_get_connectivity, function in NMClient
-nm_device_vxlan_get_src_port_max, function in NMDeviceVxlan +nm_client_get_devices, function in NMClient
-nm_device_vxlan_get_src_port_min, function in NMDeviceVxlan +nm_client_get_device_by_iface, function in NMClient
-nm_device_vxlan_get_tos, function in NMDeviceVxlan +nm_client_get_device_by_path, function in NMClient
-nm_device_vxlan_get_ttl, function in NMDeviceVxlan +nm_client_get_dns_configuration, function in NMClient
-NM_DEVICE_VXLAN_GROUP, macro in NMDeviceVxlan +nm_client_get_dns_mode, function in NMClient
-NM_DEVICE_VXLAN_HW_ADDRESS, macro in NMDeviceVxlan +nm_client_get_dns_rc_manager, function in NMClient
-NM_DEVICE_VXLAN_ID, macro in NMDeviceVxlan +nm_client_get_logging, function in NMClient
-NM_DEVICE_VXLAN_L2MISS, macro in NMDeviceVxlan +nm_client_get_nm_running, function in NMClient
-NM_DEVICE_VXLAN_L3MISS, macro in NMDeviceVxlan +nm_client_get_permission_result, function in NMClient
-NM_DEVICE_VXLAN_LEARNING, macro in NMDeviceVxlan +nm_client_get_primary_connection, function in NMClient
-NM_DEVICE_VXLAN_LIMIT, macro in NMDeviceVxlan +nm_client_get_startup, function in NMClient
-NM_DEVICE_VXLAN_LOCAL, macro in NMDeviceVxlan +nm_client_get_state, function in NMClient
-NM_DEVICE_VXLAN_PARENT, macro in NMDeviceVxlan +nm_client_get_version, function in NMClient
-NM_DEVICE_VXLAN_PROXY, macro in NMDeviceVxlan +NM_CLIENT_HOSTNAME, macro in NMClient
-NM_DEVICE_VXLAN_RSC, macro in NMDeviceVxlan +nm_client_load_connections, function in NMClient
-NM_DEVICE_VXLAN_SRC_PORT_MAX, macro in NMDeviceVxlan +nm_client_load_connections_async, function in NMClient
-NM_DEVICE_VXLAN_SRC_PORT_MIN, macro in NMDeviceVxlan +nm_client_load_connections_finish, function in NMClient
-NM_DEVICE_VXLAN_TOS, macro in NMDeviceVxlan +NM_CLIENT_METERED, macro in NMClient
-NM_DEVICE_VXLAN_TTL, macro in NMDeviceVxlan +NM_CLIENT_NETWORKING_ENABLED, macro in NMClient
-NM_DEVICE_WIFI_ACCESS_POINTS, macro in NMDeviceWifi +nm_client_networking_get_enabled, function in NMClient
-NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT, macro in NMDeviceWifi +nm_client_networking_set_enabled, function in NMClient
-NM_DEVICE_WIFI_BITRATE, macro in NMDeviceWifi +nm_client_new, function in NMClient
-NM_DEVICE_WIFI_CAPABILITIES, macro in NMDeviceWifi +nm_client_new_async, function in NMClient
-nm_device_wifi_get_access_points, function in NMDeviceWifi +nm_client_new_finish, function in NMClient
-nm_device_wifi_get_access_point_by_path, function in NMDeviceWifi +NM_CLIENT_NM_RUNNING, macro in NMClient
-nm_device_wifi_get_active_access_point, function in NMDeviceWifi +NM_CLIENT_PERMISSION_CHANGED, macro in NMClient
-nm_device_wifi_get_bitrate, function in NMDeviceWifi +NM_CLIENT_PRIMARY_CONNECTION, macro in NMClient
-nm_device_wifi_get_capabilities, function in NMDeviceWifi +nm_client_reload_connections, function in NMClient
-nm_device_wifi_get_hw_address, function in NMDeviceWifi +nm_client_reload_connections_async, function in NMClient
-nm_device_wifi_get_last_scan, function in NMDeviceWifi +nm_client_reload_connections_finish, function in NMClient
-nm_device_wifi_get_mode, function in NMDeviceWifi +nm_client_save_hostname, function in NMClient
-nm_device_wifi_get_permanent_hw_address, function in NMDeviceWifi +nm_client_save_hostname_async, function in NMClient
-NM_DEVICE_WIFI_HW_ADDRESS, macro in NMDeviceWifi +nm_client_save_hostname_finish, function in NMClient
-NM_DEVICE_WIFI_LAST_SCAN, macro in NMDeviceWifi +nm_client_set_logging, function in NMClient
-NM_DEVICE_WIFI_MODE, macro in NMDeviceWifi +NM_CLIENT_STARTUP, macro in NMClient
-NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS, macro in NMDeviceWifi +NM_CLIENT_STATE, macro in NMClient
-nm_device_wifi_request_scan, function in NMDeviceWifi +NM_CLIENT_VERSION, macro in NMClient
-nm_device_wifi_request_scan_async, function in NMDeviceWifi +NM_CLIENT_WIMAX_ENABLED, macro in NMClient
-nm_device_wifi_request_scan_finish, function in NMDeviceWifi +nm_client_wimax_get_enabled, function in NMClient
-nm_device_wifi_request_scan_options, function in NMDeviceWifi +NM_CLIENT_WIMAX_HARDWARE_ENABLED, macro in NMClient
-nm_device_wifi_request_scan_options_async, function in NMDeviceWifi +nm_client_wimax_hardware_get_enabled, function in NMClient
-NM_DEVICE_WIMAX_ACTIVE_NSP, macro in NMDeviceWimax +nm_client_wimax_set_enabled, function in NMClient
-NM_DEVICE_WIMAX_BSID, macro in NMDeviceWimax +NM_CLIENT_WIRELESS_ENABLED, macro in NMClient
-NM_DEVICE_WIMAX_CENTER_FREQUENCY, macro in NMDeviceWimax +nm_client_wireless_get_enabled, function in NMClient
-NM_DEVICE_WIMAX_CINR, macro in NMDeviceWimax +NM_CLIENT_WIRELESS_HARDWARE_ENABLED, macro in NMClient
-nm_device_wimax_get_active_nsp, function in NMDeviceWimax +nm_client_wireless_hardware_get_enabled, function in NMClient
-nm_device_wimax_get_bsid, function in NMDeviceWimax +nm_client_wireless_set_enabled, function in NMClient
-nm_device_wimax_get_center_frequency, function in NMDeviceWimax +NM_CLIENT_WWAN_ENABLED, macro in NMClient
-nm_device_wimax_get_cinr, function in NMDeviceWimax +nm_client_wwan_get_enabled, function in NMClient
-nm_device_wimax_get_hw_address, function in NMDeviceWimax +NM_CLIENT_WWAN_HARDWARE_ENABLED, macro in NMClient
-nm_device_wimax_get_nsps, function in NMDeviceWimax +nm_client_wwan_hardware_get_enabled, function in NMClient
-nm_device_wimax_get_nsp_by_path, function in NMDeviceWimax +nm_client_wwan_set_enabled, function in NMClient
-nm_device_wimax_get_rssi, function in NMDeviceWimax +nm_connection_add_setting, function in NMConnection
-nm_device_wimax_get_tx_power, function in NMDeviceWimax +NM_CONNECTION_CHANGED, macro in NMConnection
-NM_DEVICE_WIMAX_HW_ADDRESS, macro in NMDeviceWimax +nm_connection_clear_secrets, function in NMConnection
-NM_DEVICE_WIMAX_NSPS, macro in NMDeviceWimax +nm_connection_clear_secrets_with_flags, function in NMConnection
-NM_DEVICE_WIMAX_RSSI, macro in NMDeviceWimax +nm_connection_clear_settings, function in NMConnection
-NM_DEVICE_WIMAX_TX_POWER, macro in NMDeviceWimax +nm_connection_compare, function in NMConnection
-NM_DEVICE_WIREGUARD_FWMARK, macro in NMDeviceWireGuard +nm_connection_diff, function in NMConnection
-nm_device_wireguard_get_fwmark, function in NMDeviceWireGuard +nm_connection_dump, function in NMConnection
-nm_device_wireguard_get_listen_port, function in NMDeviceWireGuard +NM_CONNECTION_ERROR, macro in nm-errors
-nm_device_wireguard_get_public_key, function in NMDeviceWireGuard +nm_connection_error_quark, function in nm-errors
-NM_DEVICE_WIREGUARD_LISTEN_PORT, macro in NMDeviceWireGuard +nm_connection_for_each_setting_value, function in NMConnection
-NM_DEVICE_WIREGUARD_PUBLIC_KEY, macro in NMDeviceWireGuard +nm_connection_get_connection_type, function in NMConnection
-nm_device_wpan_get_hw_address, function in nm-device-wpan +nm_connection_get_id, function in NMConnection
-NM_DEVICE_WPAN_HW_ADDRESS, macro in nm-device-wpan +nm_connection_get_interface_name, function in NMConnection
-NMDhcpConfig, struct in NMDeviceOvs +nm_connection_get_path, function in NMConnection
-NMDhcpConfig:family, object property in NMDeviceOvs +nm_connection_get_setting, function in NMConnection
-NMDhcpConfig:options, object property in NMDeviceOvs +nm_connection_get_settings, function in NMConnection
-NM_DHCP_CONFIG_FAMILY, macro in NMDhcpConfig +nm_connection_get_setting_802_1x, function in NMConnection
-nm_dhcp_config_get_family, function in NMDhcpConfig +nm_connection_get_setting_adsl, function in NMConnection
-nm_dhcp_config_get_one_option, function in NMDhcpConfig +nm_connection_get_setting_bluetooth, function in NMConnection
-nm_dhcp_config_get_options, function in NMDhcpConfig +nm_connection_get_setting_bond, function in NMConnection
-NM_DHCP_CONFIG_OPTIONS, macro in NMDhcpConfig +nm_connection_get_setting_bridge, function in NMConnection
-nm_dns_entry_get_domains, function in NMClient +nm_connection_get_setting_bridge_port, function in NMConnection
-nm_dns_entry_get_interface, function in NMClient +nm_connection_get_setting_by_name, function in NMConnection
-nm_dns_entry_get_nameservers, function in NMClient +nm_connection_get_setting_cdma, function in NMConnection
-nm_dns_entry_get_priority, function in NMClient +nm_connection_get_setting_connection, function in NMConnection
-nm_dns_entry_get_vpn, function in NMClient +nm_connection_get_setting_dcb, function in NMConnection
-nm_dns_entry_unref, function in NMClient +nm_connection_get_setting_dummy, function in NMConnection
-

E

-NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_generic, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_gsm, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU, macro in NMSettingEthtool +nm_connection_get_setting_infiniband, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_GRO, macro in NMSettingEthtool +nm_connection_get_setting_ip4_config, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_GSO, macro in NMSettingEthtool +nm_connection_get_setting_ip6_config, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA, macro in NMSettingEthtool +nm_connection_get_setting_ip_tunnel, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_macsec, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_macvlan, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK, macro in NMSettingEthtool +nm_connection_get_setting_olpc_mesh, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_LRO, macro in NMSettingEthtool +nm_connection_get_setting_ovs_bridge, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE, macro in NMSettingEthtool +nm_connection_get_setting_ovs_interface, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX, macro in NMSettingEthtool +nm_connection_get_setting_ovs_patch, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RXHASH, macro in NMSettingEthtool +nm_connection_get_setting_ovs_port, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN, macro in NMSettingEthtool +nm_connection_get_setting_ppp, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL, macro in NMSettingEthtool +nm_connection_get_setting_pppoe, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS, macro in NMSettingEthtool +nm_connection_get_setting_proxy, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW, macro in NMSettingEthtool +nm_connection_get_setting_serial, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_tc_config, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER, macro in NMSettingEthtool +nm_connection_get_setting_team, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER, macro in NMSettingEthtool +nm_connection_get_setting_team_port, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE, macro in NMSettingEthtool +nm_connection_get_setting_tun, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_SG, macro in NMSettingEthtool +nm_connection_get_setting_vlan, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD, macro in NMSettingEthtool +nm_connection_get_setting_vpn, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD, macro in NMSettingEthtool +nm_connection_get_setting_vxlan, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TSO, macro in NMSettingEthtool +nm_connection_get_setting_wimax, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX, macro in NMSettingEthtool +nm_connection_get_setting_wired, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN, macro in NMSettingEthtool +nm_connection_get_setting_wireless, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC, macro in NMSettingEthtool +nm_connection_get_setting_wireless_security, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4, macro in NMSettingEthtool +nm_connection_get_uuid, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6, macro in NMSettingEthtool +nm_connection_get_virtual_device_description, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC, macro in NMSettingEthtool +nm_connection_is_type, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP, macro in NMSettingEthtool +nm_connection_is_virtual, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION, macro in NMSettingEthtool +nm_connection_need_secrets, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION, macro in NMSettingEthtool +nm_connection_normalize, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION, macro in NMSettingEthtool +NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD, macro in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION, macro in NMSettingEthtool +nm_connection_remove_setting, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL, macro in NMSettingEthtool +nm_connection_replace_settings, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST, macro in NMSettingEthtool +nm_connection_replace_settings_from_connection, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION, macro in NMSettingEthtool +NM_CONNECTION_SECRETS_CLEARED, macro in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION, macro in NMSettingEthtool +NM_CONNECTION_SECRETS_UPDATED, macro in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY, macro in NMSettingEthtool +nm_connection_set_path, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER, macro in NMSettingEthtool +nm_connection_to_dbus, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST, macro in NMSettingEthtool +nm_connection_update_secrets, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION, macro in NMSettingEthtool +nm_connection_verify, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION, macro in NMSettingEthtool +nm_connection_verify_secrets, function in NMConnection
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION, macro in NMSettingEthtool +NM_CRYPTO_ERROR, macro in nm-errors
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION, macro in NMSettingEthtool +nm_crypto_error_quark, function in nm-errors
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION, macro in NMSettingEthtool +NM_DBUS_INTERFACE, macro in nm-dbus-interface
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION, macro in NMSettingEthtool +NM_DBUS_INTERFACE_ACCESS_POINT, macro in nm-dbus-interface
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION, macro in NMSettingEthtool +NM_DBUS_INTERFACE_ACTIVE_CONNECTION, macro in nm-dbus-interface
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION, macro in NMSettingEthtool +NM_DBUS_INTERFACE_AGENT_MANAGER, macro in nm-dbus-interface
-NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT, macro in NMSettingEthtool +NM_DBUS_INTERFACE_CHECKPOINT, macro in nm-dbus-interface
-nm_ethtool_optname_is_feature, function in NMSettingEthtool +NM_DBUS_INTERFACE_DEVICE, macro in nm-dbus-interface
-

I

-NMIPConfig, struct in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface
-NMIPConfig:addresses, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface
-NMIPConfig:domains, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_BLUETOOTH, macro in nm-dbus-interface
-NMIPConfig:family, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_BOND, macro in nm-dbus-interface
-NMIPConfig:gateway, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_BRIDGE, macro in nm-dbus-interface
-NMIPConfig:nameservers, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_DUMMY, macro in nm-dbus-interface
-NMIPConfig:routes, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_GENERIC, macro in nm-dbus-interface
-NMIPConfig:searches, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_GRE, macro in nm-dbus-interface
-NMIPConfig:wins-servers, object property in NMDeviceOvs +NM_DBUS_INTERFACE_DEVICE_INFINIBAND, macro in nm-dbus-interface
-NMIPTunnelFlags, enum in NMSettingIPTunnel +NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL, macro in nm-dbus-interface
-NMIPTunnelMode, enum in nm-dbus-interface +NM_DBUS_INTERFACE_DEVICE_MACSEC, macro in nm-dbus-interface
-NM_IP_ADDRESS_ATTRIBUTE_LABEL, macro in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_MACVLAN, macro in nm-dbus-interface
-nm_ip_address_dup, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_MODEM, macro in nm-dbus-interface
-nm_ip_address_equal, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_OLPC_MESH, macro in nm-dbus-interface
-nm_ip_address_get_address, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE, macro in nm-dbus-interface
-nm_ip_address_get_address_binary, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE, macro in nm-dbus-interface
-nm_ip_address_get_attribute, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_OVS_PORT, macro in nm-dbus-interface
-nm_ip_address_get_attribute_names, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_PPP, macro in nm-dbus-interface
-nm_ip_address_get_family, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_STATISTICS, macro in nm-dbus-interface
-nm_ip_address_get_prefix, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_TEAM, macro in nm-dbus-interface
-nm_ip_address_new, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_TUN, macro in nm-dbus-interface
-nm_ip_address_new_binary, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_VETH, macro in nm-dbus-interface
-nm_ip_address_ref, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_VLAN, macro in nm-dbus-interface
-nm_ip_address_set_address, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_VXLAN, macro in nm-dbus-interface
-nm_ip_address_set_address_binary, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_WIFI_P2P, macro in nm-dbus-interface
-nm_ip_address_set_attribute, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_WIMAX, macro in nm-dbus-interface
-nm_ip_address_set_prefix, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_WIRED, macro in nm-dbus-interface
-nm_ip_address_unref, function in NMSettingIPConfig +NM_DBUS_INTERFACE_DEVICE_WIREGUARD, macro in nm-dbus-interface
-NM_IP_CONFIG_ADDRESSES, macro in NMIPConfig +NM_DBUS_INTERFACE_DEVICE_WIRELESS, macro in nm-dbus-interface
-NM_IP_CONFIG_DOMAINS, macro in NMIPConfig +NM_DBUS_INTERFACE_DEVICE_WPAN, macro in nm-dbus-interface
-NM_IP_CONFIG_FAMILY, macro in NMIPConfig +NM_DBUS_INTERFACE_DHCP4_CONFIG, macro in nm-dbus-interface
-NM_IP_CONFIG_GATEWAY, macro in NMIPConfig +NM_DBUS_INTERFACE_DHCP6_CONFIG, macro in nm-dbus-interface
-nm_ip_config_get_addresses, function in NMIPConfig +NM_DBUS_INTERFACE_DNS_MANAGER, macro in nm-dbus-interface
-nm_ip_config_get_domains, function in NMIPConfig +NM_DBUS_INTERFACE_IP4_CONFIG, macro in nm-dbus-interface
-nm_ip_config_get_family, function in NMIPConfig +NM_DBUS_INTERFACE_IP6_CONFIG, macro in nm-dbus-interface
-nm_ip_config_get_gateway, function in NMIPConfig +NM_DBUS_INTERFACE_SECRET_AGENT, macro in nm-dbus-interface
-nm_ip_config_get_nameservers, function in NMIPConfig +NM_DBUS_INTERFACE_SETTINGS, macro in nm-dbus-interface
-nm_ip_config_get_routes, function in NMIPConfig +NM_DBUS_INTERFACE_SETTINGS_CONNECTION, macro in nm-dbus-interface
-nm_ip_config_get_searches, function in NMIPConfig +NM_DBUS_INTERFACE_SETTINGS_CONNECTION_SECRETS, macro in nm-dbus-interface
-nm_ip_config_get_wins_servers, function in NMIPConfig +NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface
-NM_IP_CONFIG_NAMESERVERS, macro in NMIPConfig +NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_IP_CONFIG_ROUTES, macro in NMIPConfig +NM_DBUS_INTERFACE_WIFI_P2P_PEER, macro in nm-dbus-interface
-NM_IP_CONFIG_SEARCHES, macro in NMIPConfig +NM_DBUS_INTERFACE_WIMAX_NSP, macro in nm-dbus-interface
-NM_IP_CONFIG_WINS_SERVERS, macro in NMIPConfig +NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_CWND, macro in NMSettingIPConfig +NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_FROM, macro in NMSettingIPConfig +NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_INITCWND, macro in NMSettingIPConfig +NM_DBUS_PATH, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_INITRWND, macro in NMSettingIPConfig +NM_DBUS_PATH_ACCESS_POINT, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_LOCK_CWND, macro in NMSettingIPConfig +NM_DBUS_PATH_AGENT_MANAGER, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_LOCK_INITCWND, macro in NMSettingIPConfig +NM_DBUS_PATH_DNS_MANAGER, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_LOCK_INITRWND, macro in NMSettingIPConfig +NM_DBUS_PATH_SECRET_AGENT, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_LOCK_MTU, macro in NMSettingIPConfig +NM_DBUS_PATH_SETTINGS, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_LOCK_WINDOW, macro in NMSettingIPConfig +NM_DBUS_PATH_SETTINGS_CONNECTION, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_MTU, macro in NMSettingIPConfig +NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_ONLINK, macro in NMSettingIPConfig +NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_SRC, macro in NMSettingIPConfig +NM_DBUS_PATH_WIFI_P2P_PEER, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_TABLE, macro in NMSettingIPConfig +NM_DBUS_PATH_WIMAX_NSP, macro in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_TOS, macro in NMSettingIPConfig +NM_DBUS_SERVICE, macro in nm-dbus-interface
-nm_ip_route_attribute_validate, function in NMSettingIPConfig +NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_WINDOW, macro in NMSettingIPConfig +NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface
-nm_ip_route_dup, function in NMSettingIPConfig +NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface
-nm_ip_route_equal, function in NMSettingIPConfig +NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface
-nm_ip_route_equal_full, function in NMSettingIPConfig +NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface
-nm_ip_route_get_attribute, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface
-nm_ip_route_get_attribute_names, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface
-nm_ip_route_get_dest, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface
-nm_ip_route_get_dest_binary, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface
-nm_ip_route_get_family, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface
-nm_ip_route_get_metric, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface
-nm_ip_route_get_next_hop, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface
-nm_ip_route_get_next_hop_binary, function in NMSettingIPConfig +NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface
-nm_ip_route_get_prefix, function in NMSettingIPConfig +NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-nm_ip_route_get_variant_attribute_spec, function in NMSettingIPConfig +NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-nm_ip_route_new, function in NMSettingIPConfig +NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
-nm_ip_route_new_binary, function in NMSettingIPConfig +NM_DEPRECATED_IN_0_9_10, macro in nm-version
-nm_ip_route_ref, function in NMSettingIPConfig +NM_DEPRECATED_IN_0_9_10_FOR, macro in nm-version
-nm_ip_route_set_attribute, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_0, macro in nm-version
-nm_ip_route_set_dest, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_0_FOR, macro in nm-version
-nm_ip_route_set_dest_binary, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_10, macro in nm-version
-nm_ip_route_set_metric, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_10_FOR, macro in nm-version
-nm_ip_route_set_next_hop, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_12, macro in nm-version
-nm_ip_route_set_next_hop_binary, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_12_FOR, macro in nm-version
-nm_ip_route_set_prefix, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_14, macro in nm-version
-nm_ip_route_unref, function in NMSettingIPConfig +NM_DEPRECATED_IN_1_14_FOR, macro in nm-version
-

J

-nm_jansson_load, function in nm-json +NM_DEPRECATED_IN_1_16, macro in nm-version
-json_array, macro in nm-json +NM_DEPRECATED_IN_1_16_FOR, macro in nm-version
-json_array_append_new, macro in nm-json +NM_DEPRECATED_IN_1_2, macro in nm-version
-json_array_get, macro in nm-json +NM_DEPRECATED_IN_1_2_FOR, macro in nm-version
-json_array_size, macro in nm-json +NM_DEPRECATED_IN_1_4, macro in nm-version
-json_delete, macro in nm-json +NM_DEPRECATED_IN_1_4_FOR, macro in nm-version
-json_dumps, macro in nm-json +NM_DEPRECATED_IN_1_6, macro in nm-version
-json_false, macro in nm-json +NM_DEPRECATED_IN_1_6_FOR, macro in nm-version
-json_integer, macro in nm-json +NM_DEPRECATED_IN_1_8, macro in nm-version
-json_integer_value, macro in nm-json +NM_DEPRECATED_IN_1_8_FOR, macro in nm-vpn-dbus-interface
-json_loads, macro in nm-json +nm_device_6lowpan_get_hw_address, function in nm-device-6lowpan
-json_object, macro in nm-json +nm_device_6lowpan_get_parent, function in nm-device-6lowpan
-json_object_del, macro in nm-json +NM_DEVICE_6LOWPAN_HW_ADDRESS, macro in nm-device-6lowpan
-json_object_get, macro in nm-json +NM_DEVICE_6LOWPAN_PARENT, macro in nm-device-6lowpan
-json_object_iter, macro in nm-json +NM_DEVICE_ACTIVE_CONNECTION, macro in NMDevice
-json_object_iter_key, macro in nm-json +NM_DEVICE_ADSL_CARRIER, macro in NMDeviceAdsl
-json_object_iter_next, macro in nm-json +nm_device_adsl_get_carrier, function in NMDeviceAdsl
-json_object_iter_value, macro in nm-json +NM_DEVICE_AUTOCONNECT, macro in NMDevice
-json_object_key_to_iter, macro in nm-json +NM_DEVICE_AVAILABLE_CONNECTIONS, macro in NMDevice
-json_object_set_new, macro in nm-json +NM_DEVICE_BOND_CARRIER, macro in NMDeviceBond
-json_object_size, macro in nm-json +nm_device_bond_get_carrier, function in NMDeviceBond
-json_string, macro in nm-json +nm_device_bond_get_hw_address, function in NMDeviceBond
-json_string_value, macro in nm-json +nm_device_bond_get_slaves, function in NMDeviceBond
-json_true, macro in nm-json +NM_DEVICE_BOND_HW_ADDRESS, macro in NMDeviceBond
-

L

-NM_LLDP_ATTR_CHASSIS_ID, macro in nm-dbus-interface +NM_DEVICE_BOND_SLAVES, macro in NMDeviceBond
-NM_LLDP_ATTR_CHASSIS_ID_TYPE, macro in nm-dbus-interface +NM_DEVICE_BRIDGE_CARRIER, macro in NMDeviceBridge
-NM_LLDP_ATTR_DESTINATION, macro in nm-dbus-interface +nm_device_bridge_get_carrier, function in NMDeviceBridge
-NM_LLDP_ATTR_IEEE_802_1_PPVID, macro in nm-dbus-interface +nm_device_bridge_get_hw_address, function in NMDeviceBridge
-NM_LLDP_ATTR_IEEE_802_1_PPVID_FLAGS, macro in nm-dbus-interface +nm_device_bridge_get_slaves, function in NMDeviceBridge
-NM_LLDP_ATTR_IEEE_802_1_PVID, macro in nm-dbus-interface +NM_DEVICE_BRIDGE_HW_ADDRESS, macro in NMDeviceBridge
-NM_LLDP_ATTR_IEEE_802_1_VID, macro in nm-dbus-interface +NM_DEVICE_BRIDGE_SLAVES, macro in NMDeviceBridge
-NM_LLDP_ATTR_IEEE_802_1_VLAN_NAME, macro in nm-dbus-interface +NM_DEVICE_BT_CAPABILITIES, macro in NMDeviceBt
-NM_LLDP_ATTR_PORT_DESCRIPTION, macro in nm-dbus-interface +nm_device_bt_get_capabilities, function in NMDeviceBt
-NM_LLDP_ATTR_PORT_ID, macro in nm-dbus-interface +nm_device_bt_get_hw_address, function in NMDeviceBt
-NM_LLDP_ATTR_PORT_ID_TYPE, macro in nm-dbus-interface +nm_device_bt_get_name, function in NMDeviceBt
-NM_LLDP_ATTR_SYSTEM_CAPABILITIES, macro in nm-dbus-interface +NM_DEVICE_BT_HW_ADDRESS, macro in NMDeviceBt
-NM_LLDP_ATTR_SYSTEM_DESCRIPTION, macro in nm-dbus-interface +NM_DEVICE_BT_NAME, macro in NMDeviceBt
-NM_LLDP_ATTR_SYSTEM_NAME, macro in nm-dbus-interface +NM_DEVICE_CAPABILITIES, macro in NMDevice
-NM_LLDP_DEST_NEAREST_BRIDGE, macro in nm-dbus-interface +nm_device_connection_compatible, function in NMDevice
-NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE, macro in nm-dbus-interface +nm_device_connection_valid, function in NMDevice
-NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE, macro in nm-dbus-interface +nm_device_delete, function in NMDevice
-nm_lldp_neighbor_get_attr_names, function in NMDevice +nm_device_delete_async, function in NMDevice
-nm_lldp_neighbor_get_attr_string_value, function in NMDevice +nm_device_delete_finish, function in NMDevice
-nm_lldp_neighbor_get_attr_type, function in NMDevice +NM_DEVICE_DEVICE_TYPE, macro in NMDevice
-nm_lldp_neighbor_get_attr_uint_value, function in NMDevice +NM_DEVICE_DHCP4_CONFIG, macro in NMDevice
-nm_lldp_neighbor_new, function in NMDevice +NM_DEVICE_DHCP6_CONFIG, macro in NMDevice
-nm_lldp_neighbor_ref, function in NMDevice +nm_device_disambiguate_names, function in NMDevice
-nm_lldp_neighbor_unref, function in NMDevice +nm_device_disconnect, function in NMDevice
-

M

-NMManagerError, enum in nm-errors +nm_device_disconnect_async, function in NMDevice
-NM_MANAGER_ERROR, macro in nm-errors +nm_device_disconnect_finish, function in NMDevice
-nm_manager_error_quark, function in nm-errors +NM_DEVICE_DRIVER, macro in NMDevice
-NMMetered, enum in nm-dbus-interface +NM_DEVICE_DRIVER_VERSION, macro in NMDevice
-

O

-NMObject, struct in NMDeviceOvs +nm_device_dummy_get_hw_address, function in NMDeviceDummy
-NMObject:dbus-connection, object property in NMDeviceOvs +NM_DEVICE_DUMMY_HW_ADDRESS, macro in NMDeviceDummy
-NMObject:dbus-object, object property in NMDeviceOvs +NM_DEVICE_ERROR, macro in nm-errors
-NMObject:dbus-object-manager, object property in NMDeviceOvs +nm_device_error_quark, function in nm-errors
-NMObject:path, object property in NMDeviceOvs +NM_DEVICE_ETHERNET_CARRIER, macro in NMDeviceEthernet
-NM_OBJECT_DBUS_CONNECTION, macro in NMObject +nm_device_ethernet_get_carrier, function in NMDeviceEthernet
-NM_OBJECT_DBUS_OBJECT_MANAGER, macro in NMObject +nm_device_ethernet_get_hw_address, function in NMDeviceEthernet
-nm_object_get_path, function in NMObject +nm_device_ethernet_get_permanent_hw_address, function in NMDeviceEthernet
-NM_OBJECT_PATH, macro in NMObject +nm_device_ethernet_get_s390_subchannels, function in NMDeviceEthernet
-

R

-NMRemoteConnection, struct in NMDeviceOvs +nm_device_ethernet_get_speed, function in NMDeviceEthernet
-NMRemoteConnection:filename, object property in NMDeviceOvs +NM_DEVICE_ETHERNET_HW_ADDRESS, macro in NMDeviceEthernet
-NMRemoteConnection:flags, object property in NMDeviceOvs +NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS, macro in NMDeviceEthernet
-NMRemoteConnection:unsaved, object property in NMDeviceOvs +NM_DEVICE_ETHERNET_S390_SUBCHANNELS, macro in NMDeviceEthernet
-NMRemoteConnection:visible, object property in NMDeviceOvs +NM_DEVICE_ETHERNET_SPEED, macro in NMDeviceEthernet
-nm_remote_connection_commit_changes, function in NMRemoteConnection +nm_device_filter_connections, function in NMDevice
-nm_remote_connection_commit_changes_async, function in NMRemoteConnection +NM_DEVICE_FIRMWARE_MISSING, macro in NMDevice
-nm_remote_connection_commit_changes_finish, function in NMRemoteConnection +NM_DEVICE_FIRMWARE_VERSION, macro in NMDevice
-NM_REMOTE_CONNECTION_DBUS_CONNECTION, macro in NMRemoteConnection +nm_device_generic_get_hw_address, function in NMDeviceGeneric
-nm_remote_connection_delete, function in NMRemoteConnection +NM_DEVICE_GENERIC_HW_ADDRESS, macro in NMDeviceGeneric
-nm_remote_connection_delete_async, function in NMRemoteConnection +NM_DEVICE_GENERIC_TYPE_DESCRIPTION, macro in NMDeviceGeneric
-nm_remote_connection_delete_finish, function in NMRemoteConnection +nm_device_get_active_connection, function in NMDevice
-NM_REMOTE_CONNECTION_FILENAME, macro in NMRemoteConnection +nm_device_get_applied_connection, function in NMDevice
-NM_REMOTE_CONNECTION_FLAGS, macro in NMRemoteConnection +nm_device_get_applied_connection_async, function in NMDevice
-nm_remote_connection_get_filename, function in NMRemoteConnection +nm_device_get_applied_connection_finish, function in NMDevice
-nm_remote_connection_get_flags, function in NMRemoteConnection +nm_device_get_autoconnect, function in NMDevice
-nm_remote_connection_get_secrets, function in NMRemoteConnection +nm_device_get_available_connections, function in NMDevice
-nm_remote_connection_get_secrets_async, function in NMRemoteConnection +nm_device_get_capabilities, function in NMDevice
-nm_remote_connection_get_secrets_finish, function in NMRemoteConnection +nm_device_get_connectivity, function in NMDevice
-nm_remote_connection_get_unsaved, function in NMRemoteConnection +nm_device_get_description, function in NMDevice
-nm_remote_connection_get_visible, function in NMRemoteConnection +nm_device_get_device_type, function in NMDevice
-NM_REMOTE_CONNECTION_PATH, macro in NMRemoteConnection +nm_device_get_dhcp4_config, function in NMDevice
-nm_remote_connection_save, function in NMRemoteConnection +nm_device_get_dhcp6_config, function in NMDevice
-nm_remote_connection_save_async, function in NMRemoteConnection +nm_device_get_driver, function in NMDevice
-nm_remote_connection_save_finish, function in NMRemoteConnection +nm_device_get_driver_version, function in NMDevice
-NM_REMOTE_CONNECTION_UNSAVED, macro in NMRemoteConnection +nm_device_get_firmware_missing, function in NMDevice
-nm_remote_connection_update2, function in NMRemoteConnection +nm_device_get_firmware_version, function in NMDevice
-nm_remote_connection_update2_finish, function in NMRemoteConnection +nm_device_get_hw_address, function in NMDevice
-NM_REMOTE_CONNECTION_VISIBLE, macro in NMRemoteConnection +nm_device_get_iface, function in NMDevice
-NMRollbackResult, enum in nm-dbus-interface +nm_device_get_ip4_config, function in NMDevice
-

S

-NMSecretAgentCapabilities, enum in nm-dbus-interface +nm_device_get_ip6_config, function in NMDevice
-NMSecretAgentError, enum in nm-errors +nm_device_get_ip_iface, function in NMDevice
-NMSecretAgentGetSecretsFlags, enum in nm-dbus-interface +nm_device_get_lldp_neighbors, function in NMDevice
-NMSecretAgentOld, struct in NMSecretAgentOld +nm_device_get_managed, function in NMDevice
-NMSecretAgentOld:auto-register, object property in NMSecretAgentOld +nm_device_get_metered, function in NMDevice
-NMSecretAgentOld:capabilities, object property in NMSecretAgentOld +nm_device_get_mtu, function in NMDevice
-NMSecretAgentOld:identifier, object property in NMSecretAgentOld +nm_device_get_nm_plugin_missing, function in NMDevice
-NMSecretAgentOld:registered, object property in NMSecretAgentOld +nm_device_get_physical_port_id, function in NMDevice
-NMSecretAgentOldDeleteSecretsFunc, user_function in NMSecretAgentOld +nm_device_get_product, function in NMDevice
-NMSecretAgentOldGetSecretsFunc, user_function in NMSecretAgentOld +nm_device_get_setting_type, function in NMDevice
-NMSecretAgentOldSaveSecretsFunc, user_function in NMSecretAgentOld +nm_device_get_state, function in NMDevice
-NM_SECRET_AGENT_ERROR, macro in nm-errors +nm_device_get_state_reason, function in NMDevice
-nm_secret_agent_error_quark, function in nm-errors +nm_device_get_type_description, function in NMDevice
-NM_SECRET_AGENT_OLD_AUTO_REGISTER, macro in NMSecretAgentOld +nm_device_get_udi, function in NMDevice
-NM_SECRET_AGENT_OLD_CAPABILITIES, macro in NMSecretAgentOld +nm_device_get_vendor, function in NMDevice
-nm_secret_agent_old_delete_secrets, function in NMSecretAgentOld +NM_DEVICE_INFINIBAND_CARRIER, macro in NMDeviceInfiniband
-nm_secret_agent_old_get_registered, function in NMSecretAgentOld +nm_device_infiniband_get_carrier, function in NMDeviceInfiniband
-nm_secret_agent_old_get_secrets, function in NMSecretAgentOld +nm_device_infiniband_get_hw_address, function in NMDeviceInfiniband
-NM_SECRET_AGENT_OLD_IDENTIFIER, macro in NMSecretAgentOld +NM_DEVICE_INFINIBAND_HW_ADDRESS, macro in NMDeviceInfiniband
-nm_secret_agent_old_register, function in NMSecretAgentOld +NM_DEVICE_INTERFACE, macro in NMDevice
-NM_SECRET_AGENT_OLD_REGISTERED, macro in NMSecretAgentOld +NM_DEVICE_IP4_CONFIG, macro in NMDevice
-nm_secret_agent_old_register_async, function in NMSecretAgentOld +NM_DEVICE_IP4_CONNECTIVITY, macro in NMDevice
-nm_secret_agent_old_register_finish, function in NMSecretAgentOld +NM_DEVICE_IP6_CONFIG, macro in NMDevice
-nm_secret_agent_old_save_secrets, function in NMSecretAgentOld +NM_DEVICE_IP6_CONNECTIVITY, macro in NMDevice
-nm_secret_agent_old_unregister, function in NMSecretAgentOld +NM_DEVICE_IP_INTERFACE, macro in NMDevice
-nm_secret_agent_old_unregister_async, function in NMSecretAgentOld +NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT, macro in NMDeviceIPTunnel
-nm_secret_agent_old_unregister_finish, function in NMSecretAgentOld +NM_DEVICE_IP_TUNNEL_FLAGS, macro in NMDeviceIPTunnel
-NMSetting, struct in NMSetting +NM_DEVICE_IP_TUNNEL_FLOW_LABEL, macro in NMDeviceIPTunnel
-NMSetting6Lowpan, struct in NMSettingOvs +nm_device_ip_tunnel_get_encapsulation_limit, function in NMDeviceIPTunnel
-NMSetting6Lowpan:parent, object property in NMSettingOvs +nm_device_ip_tunnel_get_flags, function in NMDeviceIPTunnel
-NMSetting8021x, struct in NMSetting8021x +nm_device_ip_tunnel_get_flow_label, function in NMDeviceIPTunnel
-NMSetting8021x:altsubject-matches, object property in NMSetting8021x +nm_device_ip_tunnel_get_input_key, function in NMDeviceIPTunnel
-NMSetting8021x:anonymous-identity, object property in NMSetting8021x +nm_device_ip_tunnel_get_local, function in NMDeviceIPTunnel
-NMSetting8021x:auth-timeout, object property in NMSetting8021x +nm_device_ip_tunnel_get_mode, function in NMDeviceIPTunnel
-NMSetting8021x:ca-cert, object property in NMSetting8021x +nm_device_ip_tunnel_get_output_key, function in NMDeviceIPTunnel
-NMSetting8021x:ca-cert-password, object property in NMSetting8021x +nm_device_ip_tunnel_get_parent, function in NMDeviceIPTunnel
-NMSetting8021x:ca-cert-password-flags, object property in NMSetting8021x +nm_device_ip_tunnel_get_path_mtu_discovery, function in NMDeviceIPTunnel
-NMSetting8021x:ca-path, object property in NMSetting8021x +nm_device_ip_tunnel_get_remote, function in NMDeviceIPTunnel
-NMSetting8021x:client-cert, object property in NMSetting8021x +nm_device_ip_tunnel_get_tos, function in NMDeviceIPTunnel
-NMSetting8021x:client-cert-password, object property in NMSetting8021x +nm_device_ip_tunnel_get_ttl, function in NMDeviceIPTunnel
-NMSetting8021x:client-cert-password-flags, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_INPUT_KEY, macro in NMDeviceIPTunnel
-NMSetting8021x:domain-suffix-match, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_LOCAL, macro in NMDeviceIPTunnel
-NMSetting8021x:eap, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_MODE, macro in NMDeviceIPTunnel
-NMSetting8021x:identity, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_OUTPUT_KEY, macro in NMDeviceIPTunnel
-NMSetting8021x:pac-file, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_PARENT, macro in NMDeviceIPTunnel
-NMSetting8021x:password, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMDeviceIPTunnel
-NMSetting8021x:password-flags, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_REMOTE, macro in NMDeviceIPTunnel
-NMSetting8021x:password-raw, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_TOS, macro in NMDeviceIPTunnel
-NMSetting8021x:password-raw-flags, object property in NMSetting8021x +NM_DEVICE_IP_TUNNEL_TTL, macro in NMDeviceIPTunnel
-NMSetting8021x:phase1-auth-flags, object property in NMSetting8021x +nm_device_is_real, function in NMDevice
-NMSetting8021x:phase1-fast-provisioning, object property in NMSetting8021x +nm_device_is_software, function in NMDevice
-NMSetting8021x:phase1-peaplabel, object property in NMSetting8021x +NM_DEVICE_LLDP_NEIGHBORS, macro in NMDevice
-NMSetting8021x:phase1-peapver, object property in NMSetting8021x +NM_DEVICE_MACSEC_CIPHER_SUITE, macro in NMDeviceMacsec
-NMSetting8021x:phase2-altsubject-matches, object property in NMSetting8021x +NM_DEVICE_MACSEC_ENCODING_SA, macro in NMDeviceMacsec
-NMSetting8021x:phase2-auth, object property in NMSetting8021x +NM_DEVICE_MACSEC_ENCRYPT, macro in NMDeviceMacsec
-NMSetting8021x:phase2-autheap, object property in NMSetting8021x +NM_DEVICE_MACSEC_ES, macro in NMDeviceMacsec
-NMSetting8021x:phase2-ca-cert, object property in NMSetting8021x +nm_device_macsec_get_cipher_suite, function in NMDeviceMacsec
-NMSetting8021x:phase2-ca-cert-password, object property in NMSetting8021x +nm_device_macsec_get_encoding_sa, function in NMDeviceMacsec
-NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSetting8021x +nm_device_macsec_get_encrypt, function in NMDeviceMacsec
-NMSetting8021x:phase2-ca-path, object property in NMSetting8021x +nm_device_macsec_get_es, function in NMDeviceMacsec
-NMSetting8021x:phase2-client-cert, object property in NMSetting8021x +nm_device_macsec_get_hw_address, function in NMDeviceMacsec
-NMSetting8021x:phase2-client-cert-password, object property in NMSetting8021x +nm_device_macsec_get_icv_length, function in NMDeviceMacsec
-NMSetting8021x:phase2-client-cert-password-flags, object property in NMSetting8021x +nm_device_macsec_get_include_sci, function in NMDeviceMacsec
-NMSetting8021x:phase2-domain-suffix-match, object property in NMSetting8021x +nm_device_macsec_get_parent, function in NMDeviceMacsec
-NMSetting8021x:phase2-private-key, object property in NMSetting8021x +nm_device_macsec_get_protect, function in NMDeviceMacsec
-NMSetting8021x:phase2-private-key-password, object property in NMSetting8021x +nm_device_macsec_get_replay_protect, function in NMDeviceMacsec
-NMSetting8021x:phase2-private-key-password-flags, object property in NMSetting8021x +nm_device_macsec_get_scb, function in NMDeviceMacsec
-NMSetting8021x:phase2-subject-match, object property in NMSetting8021x +nm_device_macsec_get_sci, function in NMDeviceMacsec
-NMSetting8021x:pin, object property in NMSetting8021x +nm_device_macsec_get_validation, function in NMDeviceMacsec
-NMSetting8021x:pin-flags, object property in NMSetting8021x +nm_device_macsec_get_window, function in NMDeviceMacsec
-NMSetting8021x:private-key, object property in NMSetting8021x +NM_DEVICE_MACSEC_HW_ADDRESS, macro in NMDeviceMacsec
-NMSetting8021x:private-key-password, object property in NMSetting8021x +NM_DEVICE_MACSEC_ICV_LENGTH, macro in NMDeviceMacsec
-NMSetting8021x:private-key-password-flags, object property in NMSetting8021x +NM_DEVICE_MACSEC_INCLUDE_SCI, macro in NMDeviceMacsec
-NMSetting8021x:subject-match, object property in NMSetting8021x +NM_DEVICE_MACSEC_PARENT, macro in NMDeviceMacsec
-NMSetting8021x:system-ca-certs, object property in NMSetting8021x +NM_DEVICE_MACSEC_PROTECT, macro in NMDeviceMacsec
-NMSetting8021xAuthFlags, enum in NMSetting8021x +NM_DEVICE_MACSEC_REPLAY_PROTECT, macro in NMDeviceMacsec
-NMSetting8021xCKFormat, enum in NMSetting8021x +NM_DEVICE_MACSEC_SCB, macro in NMDeviceMacsec
-NMSetting8021xCKScheme, enum in NMSetting8021x +NM_DEVICE_MACSEC_SCI, macro in NMDeviceMacsec
-NMSetting:name, object property in NMSetting +NM_DEVICE_MACSEC_VALIDATION, macro in NMDeviceMacsec
-NMSettingAdsl, struct in NMSettingAdsl +NM_DEVICE_MACSEC_WINDOW, macro in NMDeviceMacsec
-NMSettingAdsl:encapsulation, object property in NMSettingAdsl +nm_device_macvlan_get_hw_address, function in NMDeviceMacvlan
-NMSettingAdsl:password, object property in NMSettingAdsl +nm_device_macvlan_get_mode, function in NMDeviceMacvlan
-NMSettingAdsl:password-flags, object property in NMSettingAdsl +nm_device_macvlan_get_no_promisc, function in NMDeviceMacvlan
-NMSettingAdsl:protocol, object property in NMSettingAdsl +nm_device_macvlan_get_parent, function in NMDeviceMacvlan
-NMSettingAdsl:username, object property in NMSettingAdsl +nm_device_macvlan_get_tap, function in NMDeviceMacvlan
-NMSettingAdsl:vci, object property in NMSettingAdsl +NM_DEVICE_MACVLAN_HW_ADDRESS, macro in NMDeviceMacvlan
-NMSettingAdsl:vpi, object property in NMSettingAdsl +NM_DEVICE_MACVLAN_MODE, macro in NMDeviceMacvlan
-NMSettingBluetooth, struct in NMSettingBluetooth +NM_DEVICE_MACVLAN_NO_PROMISC, macro in NMDeviceMacvlan
-NMSettingBluetooth:bdaddr, object property in NMSettingBluetooth +NM_DEVICE_MACVLAN_PARENT, macro in NMDeviceMacvlan
-NMSettingBluetooth:type, object property in NMSettingBluetooth +NM_DEVICE_MACVLAN_TAP, macro in NMDeviceMacvlan
-NMSettingBond, struct in NMSettingBond +NM_DEVICE_MANAGED, macro in NMDevice
-NMSettingBond:options, object property in NMSettingBond +NM_DEVICE_METERED, macro in NMDevice
-NMSettingBridge, struct in NMSettingBridge +NM_DEVICE_MODEM_CURRENT_CAPABILITIES, macro in NMDeviceModem
-NMSettingBridge:ageing-time, object property in NMSettingBridge +nm_device_modem_get_current_capabilities, function in NMDeviceModem
-NMSettingBridge:forward-delay, object property in NMSettingBridge +nm_device_modem_get_modem_capabilities, function in NMDeviceModem
-NMSettingBridge:group-forward-mask, object property in NMSettingBridge +NM_DEVICE_MODEM_MODEM_CAPABILITIES, macro in NMDeviceModem
-NMSettingBridge:hello-time, object property in NMSettingBridge +NM_DEVICE_MTU, macro in NMDevice
-NMSettingBridge:mac-address, object property in NMSettingBridge +NM_DEVICE_NM_PLUGIN_MISSING, macro in NMDevice
-NMSettingBridge:max-age, object property in NMSettingBridge +NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL, macro in NMDeviceOlpcMesh
-NMSettingBridge:multicast-snooping, object property in NMSettingBridge +NM_DEVICE_OLPC_MESH_COMPANION, macro in NMDeviceOlpcMesh
-NMSettingBridge:priority, object property in NMSettingBridge +nm_device_olpc_mesh_get_active_channel, function in NMDeviceOlpcMesh
-NMSettingBridge:stp, object property in NMSettingBridge +nm_device_olpc_mesh_get_companion, function in NMDeviceOlpcMesh
-NMSettingBridgePort, struct in NMSettingBridgePort +nm_device_olpc_mesh_get_hw_address, function in NMDeviceOlpcMesh
-NMSettingBridgePort:hairpin-mode, object property in NMSettingBridgePort +NM_DEVICE_OLPC_MESH_HW_ADDRESS, macro in NMDeviceOlpcMesh
-NMSettingBridgePort:path-cost, object property in NMSettingBridgePort +nm_device_ovs_bridge_get_slaves, function in NMDeviceOvsBridge
-NMSettingBridgePort:priority, object property in NMSettingBridgePort +NM_DEVICE_OVS_BRIDGE_SLAVES, macro in NMDeviceOvsBridge
-NMSettingCdma, struct in NMSettingCdma +nm_device_ovs_port_get_slaves, function in NMDeviceOvsPort
-NMSettingCdma:mtu, object property in NMSettingCdma +NM_DEVICE_OVS_PORT_SLAVES, macro in NMDeviceOvsPort
-NMSettingCdma:number, object property in NMSettingCdma +NM_DEVICE_PHYSICAL_PORT_ID, macro in NMDevice
-NMSettingCdma:password, object property in NMSettingCdma +NM_DEVICE_PRODUCT, macro in NMDevice
-NMSettingCdma:password-flags, object property in NMSettingCdma +NM_DEVICE_REAL, macro in NMDevice
-NMSettingCdma:username, object property in NMSettingCdma +nm_device_reapply, function in NMDevice
-NMSettingClearSecretsWithFlagsFn, user_function in NMSetting +nm_device_reapply_async, function in NMDevice
-NMSettingCompareFlags, enum in NMSetting +nm_device_reapply_finish, function in NMDevice
-NMSettingConnection, struct in NMSettingConnection +nm_device_set_autoconnect, function in NMDevice
-NMSettingConnection:auth-retries, object property in NMSettingConnection +nm_device_set_managed, function in NMDevice
-NMSettingConnection:autoconnect, object property in NMSettingConnection +NM_DEVICE_STATE, macro in NMDevice
-NMSettingConnection:autoconnect-priority, object property in NMSettingConnection +NM_DEVICE_STATE_REASON, macro in NMDevice
-NMSettingConnection:autoconnect-retries, object property in NMSettingConnection +NM_DEVICE_TEAM_CARRIER, macro in NMDeviceTeam
-NMSettingConnection:autoconnect-slaves, object property in NMSettingConnection +NM_DEVICE_TEAM_CONFIG, macro in NMDeviceTeam
-NMSettingConnection:gateway-ping-timeout, object property in NMSettingConnection +nm_device_team_get_carrier, function in NMDeviceTeam
-NMSettingConnection:id, object property in NMSettingConnection +nm_device_team_get_config, function in NMDeviceTeam
-NMSettingConnection:interface-name, object property in NMSettingConnection +nm_device_team_get_hw_address, function in NMDeviceTeam
-NMSettingConnection:lldp, object property in NMSettingConnection +nm_device_team_get_slaves, function in NMDeviceTeam
-NMSettingConnection:llmnr, object property in NMSettingConnection +NM_DEVICE_TEAM_HW_ADDRESS, macro in NMDeviceTeam
-NMSettingConnection:master, object property in NMSettingConnection +NM_DEVICE_TEAM_SLAVES, macro in NMDeviceTeam
-NMSettingConnection:mdns, object property in NMSettingConnection +nm_device_tun_get_group, function in NMDeviceTun
-NMSettingConnection:metered, object property in NMSettingConnection +nm_device_tun_get_hw_address, function in NMDeviceTun
-NMSettingConnection:multi-connect, object property in NMSettingConnection +nm_device_tun_get_mode, function in NMDeviceTun
-NMSettingConnection:permissions, object property in NMSettingConnection +nm_device_tun_get_multi_queue, function in NMDeviceTun
-NMSettingConnection:read-only, object property in NMSettingConnection +nm_device_tun_get_no_pi, function in NMDeviceTun
-NMSettingConnection:secondaries, object property in NMSettingConnection +nm_device_tun_get_owner, function in NMDeviceTun
-NMSettingConnection:slave-type, object property in NMSettingConnection +nm_device_tun_get_vnet_hdr, function in NMDeviceTun
-NMSettingConnection:stable-id, object property in NMSettingConnection +NM_DEVICE_TUN_GROUP, macro in NMDeviceTun
-NMSettingConnection:timestamp, object property in NMSettingConnection +NM_DEVICE_TUN_HW_ADDRESS, macro in NMDeviceTun
-NMSettingConnection:type, object property in NMSettingConnection +NM_DEVICE_TUN_MODE, macro in NMDeviceTun
-NMSettingConnection:uuid, object property in NMSettingConnection +NM_DEVICE_TUN_MULTI_QUEUE, macro in NMDeviceTun
-NMSettingConnection:zone, object property in NMSettingConnection +NM_DEVICE_TUN_NO_PI, macro in NMDeviceTun
-NMSettingConnectionAutoconnectSlaves, enum in NMSettingConnection +NM_DEVICE_TUN_OWNER, macro in NMDeviceTun
-NMSettingConnectionLldp, enum in NMSettingConnection +NM_DEVICE_TUN_VNET_HDR, macro in NMDeviceTun
-NMSettingConnectionLlmnr, enum in NMSettingConnection +NM_DEVICE_UDI, macro in NMDevice
-NMSettingConnectionMdns, enum in NMSettingConnection +NM_DEVICE_VENDOR, macro in NMDevice
-NMSettingDcb, struct in NMSettingDcb +NM_DEVICE_VLAN_CARRIER, macro in NMDeviceVlan
-NMSettingDcb:app-fcoe-flags, object property in NMSettingDcb +nm_device_vlan_get_carrier, function in NMDeviceVlan
-NMSettingDcb:app-fcoe-mode, object property in NMSettingDcb +nm_device_vlan_get_hw_address, function in NMDeviceVlan
-NMSettingDcb:app-fcoe-priority, object property in NMSettingDcb +nm_device_vlan_get_parent, function in NMDeviceVlan
-NMSettingDcb:app-fip-flags, object property in NMSettingDcb +nm_device_vlan_get_vlan_id, function in NMDeviceVlan
-NMSettingDcb:app-fip-priority, object property in NMSettingDcb +NM_DEVICE_VLAN_HW_ADDRESS, macro in NMDeviceVlan
-NMSettingDcb:app-iscsi-flags, object property in NMSettingDcb +NM_DEVICE_VLAN_PARENT, macro in NMDeviceVlan
-NMSettingDcb:app-iscsi-priority, object property in NMSettingDcb +NM_DEVICE_VLAN_VLAN_ID, macro in NMDeviceVlan
-NMSettingDcb:priority-bandwidth, object property in NMSettingDcb +NM_DEVICE_VXLAN_AGEING, macro in NMDeviceVxlan
-NMSettingDcb:priority-flow-control, object property in NMSettingDcb +NM_DEVICE_VXLAN_CARRIER, macro in NMDeviceVxlan
-NMSettingDcb:priority-flow-control-flags, object property in NMSettingDcb +NM_DEVICE_VXLAN_DST_PORT, macro in NMDeviceVxlan
-NMSettingDcb:priority-group-bandwidth, object property in NMSettingDcb +nm_device_vxlan_get_ageing, function in NMDeviceVxlan
-NMSettingDcb:priority-group-flags, object property in NMSettingDcb +nm_device_vxlan_get_carrier, function in NMDeviceVxlan
-NMSettingDcb:priority-group-id, object property in NMSettingDcb +nm_device_vxlan_get_dst_port, function in NMDeviceVxlan
-NMSettingDcb:priority-strict-bandwidth, object property in NMSettingDcb +nm_device_vxlan_get_group, function in NMDeviceVxlan
-NMSettingDcb:priority-traffic-class, object property in NMSettingDcb +nm_device_vxlan_get_hw_address, function in NMDeviceVxlan
-NMSettingDcbFlags, enum in NMSettingDcb +nm_device_vxlan_get_id, function in NMDeviceVxlan
-NMSettingDiffResult, enum in NMSetting +nm_device_vxlan_get_l2miss, function in NMDeviceVxlan
-NMSettingDummy, struct in NMSettingDummy +nm_device_vxlan_get_l3miss, function in NMDeviceVxlan
-NMSettingEthtool, struct in NMSettingOvs +nm_device_vxlan_get_learning, function in NMDeviceVxlan
-NMSettingGeneric, struct in NMSettingGeneric +nm_device_vxlan_get_limit, function in NMDeviceVxlan
-NMSettingGsm, struct in NMSettingGsm +nm_device_vxlan_get_local, function in NMDeviceVxlan
-NMSettingGsm:apn, object property in NMSettingGsm +nm_device_vxlan_get_parent, function in NMDeviceVxlan
-NMSettingGsm:device-id, object property in NMSettingGsm +nm_device_vxlan_get_proxy, function in NMDeviceVxlan
-NMSettingGsm:home-only, object property in NMSettingGsm +nm_device_vxlan_get_rsc, function in NMDeviceVxlan
-NMSettingGsm:mtu, object property in NMSettingGsm +nm_device_vxlan_get_src_port_max, function in NMDeviceVxlan
-NMSettingGsm:network-id, object property in NMSettingGsm +nm_device_vxlan_get_src_port_min, function in NMDeviceVxlan
-NMSettingGsm:number, object property in NMSettingGsm +nm_device_vxlan_get_tos, function in NMDeviceVxlan
-NMSettingGsm:password, object property in NMSettingGsm +nm_device_vxlan_get_ttl, function in NMDeviceVxlan
-NMSettingGsm:password-flags, object property in NMSettingGsm +NM_DEVICE_VXLAN_GROUP, macro in NMDeviceVxlan
-NMSettingGsm:pin, object property in NMSettingGsm +NM_DEVICE_VXLAN_HW_ADDRESS, macro in NMDeviceVxlan
-NMSettingGsm:pin-flags, object property in NMSettingGsm +NM_DEVICE_VXLAN_ID, macro in NMDeviceVxlan
-NMSettingGsm:sim-id, object property in NMSettingGsm +NM_DEVICE_VXLAN_L2MISS, macro in NMDeviceVxlan
-NMSettingGsm:sim-operator-id, object property in NMSettingGsm +NM_DEVICE_VXLAN_L3MISS, macro in NMDeviceVxlan
-NMSettingGsm:username, object property in NMSettingGsm +NM_DEVICE_VXLAN_LEARNING, macro in NMDeviceVxlan
-NMSettingInfiniband, struct in NMSettingInfiniband +NM_DEVICE_VXLAN_LIMIT, macro in NMDeviceVxlan
-NMSettingInfiniband:mac-address, object property in NMSettingInfiniband +NM_DEVICE_VXLAN_LOCAL, macro in NMDeviceVxlan
-NMSettingInfiniband:mtu, object property in NMSettingInfiniband +NM_DEVICE_VXLAN_PARENT, macro in NMDeviceVxlan
-NMSettingInfiniband:p-key, object property in NMSettingInfiniband +NM_DEVICE_VXLAN_PROXY, macro in NMDeviceVxlan
-NMSettingInfiniband:parent, object property in NMSettingInfiniband +NM_DEVICE_VXLAN_RSC, macro in NMDeviceVxlan
-NMSettingInfiniband:transport-mode, object property in NMSettingInfiniband +NM_DEVICE_VXLAN_SRC_PORT_MAX, macro in NMDeviceVxlan
-NMSettingIP4Config, struct in NMSettingIP4Config +NM_DEVICE_VXLAN_SRC_PORT_MIN, macro in NMDeviceVxlan
-NMSettingIP4Config:dhcp-client-id, object property in NMSettingIP4Config +NM_DEVICE_VXLAN_TOS, macro in NMDeviceVxlan
-NMSettingIP4Config:dhcp-fqdn, object property in NMSettingIP4Config +NM_DEVICE_VXLAN_TTL, macro in NMDeviceVxlan
-NMSettingIP6Config, struct in NMSettingIP6Config +NM_DEVICE_WIFI_ACCESS_POINTS, macro in NMDeviceWifi
-NMSettingIP6Config:addr-gen-mode, object property in NMSettingIP6Config +NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT, macro in NMDeviceWifi
-NMSettingIP6Config:dhcp-duid, object property in NMSettingIP6Config +NM_DEVICE_WIFI_BITRATE, macro in NMDeviceWifi
-NMSettingIP6Config:ip6-privacy, object property in NMSettingIP6Config +NM_DEVICE_WIFI_CAPABILITIES, macro in NMDeviceWifi
-NMSettingIP6Config:token, object property in NMSettingIP6Config +nm_device_wifi_get_access_points, function in NMDeviceWifi
-NMSettingIP6ConfigAddrGenMode, enum in NMSettingIP6Config +nm_device_wifi_get_access_point_by_path, function in NMDeviceWifi
-NMSettingIP6ConfigPrivacy, enum in NMSettingIP6Config +nm_device_wifi_get_active_access_point, function in NMDeviceWifi
-NMSettingIPConfig, struct in NMSettingIPConfig +nm_device_wifi_get_bitrate, function in NMDeviceWifi
-NMSettingIPConfig:addresses, object property in NMSettingIPConfig +nm_device_wifi_get_capabilities, function in NMDeviceWifi
-NMSettingIPConfig:dad-timeout, object property in NMSettingIPConfig +nm_device_wifi_get_hw_address, function in NMDeviceWifi
-NMSettingIPConfig:dhcp-hostname, object property in NMSettingIPConfig +nm_device_wifi_get_last_scan, function in NMDeviceWifi
-NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingIPConfig +nm_device_wifi_get_mode, function in NMDeviceWifi
-NMSettingIPConfig:dhcp-timeout, object property in NMSettingIPConfig +nm_device_wifi_get_permanent_hw_address, function in NMDeviceWifi
-NMSettingIPConfig:dns, object property in NMSettingIPConfig +NM_DEVICE_WIFI_HW_ADDRESS, macro in NMDeviceWifi
-NMSettingIPConfig:dns-options, object property in NMSettingIPConfig +NM_DEVICE_WIFI_LAST_SCAN, macro in NMDeviceWifi
-NMSettingIPConfig:dns-priority, object property in NMSettingIPConfig +NM_DEVICE_WIFI_MODE, macro in NMDeviceWifi
-NMSettingIPConfig:dns-search, object property in NMSettingIPConfig +nm_device_wifi_p2p_get_hw_address, function in NMDeviceWifiP2P
-NMSettingIPConfig:gateway, object property in NMSettingIPConfig +nm_device_wifi_p2p_get_peers, function in NMDeviceWifiP2P
-NMSettingIPConfig:ignore-auto-dns, object property in NMSettingIPConfig +nm_device_wifi_p2p_get_peer_by_path, function in NMDeviceWifiP2P
-NMSettingIPConfig:ignore-auto-routes, object property in NMSettingIPConfig +NM_DEVICE_WIFI_P2P_HW_ADDRESS, macro in NMDeviceWifiP2P
-NMSettingIPConfig:may-fail, object property in NMSettingIPConfig +NM_DEVICE_WIFI_P2P_PEERS, macro in NMDeviceWifiP2P
-NMSettingIPConfig:method, object property in NMSettingIPConfig +nm_device_wifi_p2p_start_find, function in NMDeviceWifiP2P
-NMSettingIPConfig:never-default, object property in NMSettingIPConfig +nm_device_wifi_p2p_start_find_finish, function in NMDeviceWifiP2P
-NMSettingIPConfig:route-metric, object property in NMSettingIPConfig +nm_device_wifi_p2p_stop_find, function in NMDeviceWifiP2P
-NMSettingIPConfig:route-table, object property in NMSettingIPConfig +nm_device_wifi_p2p_stop_find_finish, function in NMDeviceWifiP2P
-NMSettingIPConfig:routes, object property in NMSettingIPConfig +NM_DEVICE_WIFI_P2P_WFDIES, macro in NMDeviceWifiP2P
-NMSettingIPTunnel, struct in NMSettingIPTunnel +NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS, macro in NMDeviceWifi
-NMSettingIPTunnel:encapsulation-limit, object property in NMSettingIPTunnel +nm_device_wifi_request_scan, function in NMDeviceWifi
-NMSettingIPTunnel:flags, object property in NMSettingIPTunnel +nm_device_wifi_request_scan_async, function in NMDeviceWifi
-NMSettingIPTunnel:flow-label, object property in NMSettingIPTunnel +nm_device_wifi_request_scan_finish, function in NMDeviceWifi
-NMSettingIPTunnel:input-key, object property in NMSettingIPTunnel +nm_device_wifi_request_scan_options, function in NMDeviceWifi
-NMSettingIPTunnel:local, object property in NMSettingIPTunnel +nm_device_wifi_request_scan_options_async, function in NMDeviceWifi
-NMSettingIPTunnel:mode, object property in NMSettingIPTunnel +NM_DEVICE_WIMAX_ACTIVE_NSP, macro in NMDeviceWimax
-NMSettingIPTunnel:mtu, object property in NMSettingIPTunnel +NM_DEVICE_WIMAX_BSID, macro in NMDeviceWimax
-NMSettingIPTunnel:output-key, object property in NMSettingIPTunnel +NM_DEVICE_WIMAX_CENTER_FREQUENCY, macro in NMDeviceWimax
-NMSettingIPTunnel:parent, object property in NMSettingIPTunnel +NM_DEVICE_WIMAX_CINR, macro in NMDeviceWimax
-NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingIPTunnel +nm_device_wimax_get_active_nsp, function in NMDeviceWimax
-NMSettingIPTunnel:remote, object property in NMSettingIPTunnel +nm_device_wimax_get_bsid, function in NMDeviceWimax
-NMSettingIPTunnel:tos, object property in NMSettingIPTunnel +nm_device_wimax_get_center_frequency, function in NMDeviceWimax
-NMSettingIPTunnel:ttl, object property in NMSettingIPTunnel +nm_device_wimax_get_cinr, function in NMDeviceWimax
-NMSettingMacRandomization, enum in NMSetting +nm_device_wimax_get_hw_address, function in NMDeviceWimax
-NMSettingMacsec, struct in NMSettingMacsec +nm_device_wimax_get_nsps, function in NMDeviceWimax
-NMSettingMacsec:encrypt, object property in NMSettingMacsec +nm_device_wimax_get_nsp_by_path, function in NMDeviceWimax
-NMSettingMacsec:mka-cak, object property in NMSettingMacsec +nm_device_wimax_get_rssi, function in NMDeviceWimax
-NMSettingMacsec:mka-cak-flags, object property in NMSettingMacsec +nm_device_wimax_get_tx_power, function in NMDeviceWimax
-NMSettingMacsec:mka-ckn, object property in NMSettingMacsec +NM_DEVICE_WIMAX_HW_ADDRESS, macro in NMDeviceWimax
-NMSettingMacsec:mode, object property in NMSettingMacsec +NM_DEVICE_WIMAX_NSPS, macro in NMDeviceWimax
-NMSettingMacsec:parent, object property in NMSettingMacsec +NM_DEVICE_WIMAX_RSSI, macro in NMDeviceWimax
-NMSettingMacsec:port, object property in NMSettingMacsec +NM_DEVICE_WIMAX_TX_POWER, macro in NMDeviceWimax
-NMSettingMacsec:send-sci, object property in NMSettingMacsec +NM_DEVICE_WIREGUARD_FWMARK, macro in NMDeviceWireGuard
-NMSettingMacsec:validation, object property in NMSettingMacsec +nm_device_wireguard_get_fwmark, function in NMDeviceWireGuard
-NMSettingMacsecMode, enum in NMSettingMacsec +nm_device_wireguard_get_listen_port, function in NMDeviceWireGuard
-NMSettingMacsecValidation, enum in NMSettingMacsec +nm_device_wireguard_get_public_key, function in NMDeviceWireGuard
-NMSettingMacvlan, struct in NMSettingMacvlan +NM_DEVICE_WIREGUARD_LISTEN_PORT, macro in NMDeviceWireGuard
-NMSettingMacvlan:mode, object property in NMSettingMacvlan +NM_DEVICE_WIREGUARD_PUBLIC_KEY, macro in NMDeviceWireGuard
-NMSettingMacvlan:parent, object property in NMSettingMacvlan +nm_device_wpan_get_hw_address, function in nm-device-wpan
-NMSettingMacvlan:promiscuous, object property in NMSettingMacvlan +NM_DEVICE_WPAN_HW_ADDRESS, macro in nm-device-wpan
-NMSettingMacvlan:tap, object property in NMSettingMacvlan +NM_DHCP_CONFIG_FAMILY, macro in NMDhcpConfig
-NMSettingMacvlanMode, enum in NMSettingMacvlan +nm_dhcp_config_get_family, function in NMDhcpConfig
-NMSettingMatch, struct in NMSettingOvs +nm_dhcp_config_get_one_option, function in NMDhcpConfig
-NMSettingMatch:interface-name, object property in NMSettingOvs +nm_dhcp_config_get_options, function in NMDhcpConfig
-NMSettingOlpcMesh, struct in NMSettingOlpcMesh +NM_DHCP_CONFIG_OPTIONS, macro in NMDhcpConfig
-NMSettingOlpcMesh:channel, object property in NMSettingOlpcMesh +nm_dns_entry_get_domains, function in NMClient
-NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOlpcMesh +nm_dns_entry_get_interface, function in NMClient
-NMSettingOlpcMesh:ssid, object property in NMSettingOlpcMesh +nm_dns_entry_get_nameservers, function in NMClient
-NMSettingOvsBridge, struct in NMSettingOvs +nm_dns_entry_get_priority, function in NMClient
-NMSettingOvsBridge:fail-mode, object property in NMSettingOvs +nm_dns_entry_get_vpn, function in NMClient
-NMSettingOvsBridge:mcast-snooping-enable, object property in NMSettingOvs +nm_dns_entry_unref, function in NMClient
-NMSettingOvsBridge:rstp-enable, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD, macro in NMSettingEthtool
-NMSettingOvsBridge:stp-enable, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD, macro in NMSettingEthtool
-NMSettingOvsInterface, struct in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU, macro in NMSettingEthtool
-NMSettingOvsInterface:type, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_GRO, macro in NMSettingEthtool
-NMSettingOvsPatch, struct in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_GSO, macro in NMSettingEthtool
-NMSettingOvsPatch:peer, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA, macro in NMSettingEthtool
-NMSettingOvsPort, struct in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD, macro in NMSettingEthtool
-NMSettingOvsPort:bond-downdelay, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD, macro in NMSettingEthtool
-NMSettingOvsPort:bond-mode, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK, macro in NMSettingEthtool
-NMSettingOvsPort:bond-updelay, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_LRO, macro in NMSettingEthtool
-NMSettingOvsPort:lacp, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE, macro in NMSettingEthtool
-NMSettingOvsPort:tag, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_RX, macro in NMSettingEthtool
-NMSettingOvsPort:vlan-mode, object property in NMSettingOvs +NM_ETHTOOL_OPTNAME_FEATURE_RXHASH, macro in NMSettingEthtool
-NMSettingPpp, struct in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN, macro in NMSettingEthtool
-NMSettingPpp:baud, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL, macro in NMSettingEthtool
-NMSettingPpp:crtscts, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS, macro in NMSettingEthtool
-NMSettingPpp:lcp-echo-failure, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW, macro in NMSettingEthtool
-NMSettingPpp:lcp-echo-interval, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD, macro in NMSettingEthtool
-NMSettingPpp:mppe-stateful, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER, macro in NMSettingEthtool
-NMSettingPpp:mru, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER, macro in NMSettingEthtool
-NMSettingPpp:mtu, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE, macro in NMSettingEthtool
-NMSettingPpp:no-vj-comp, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_SG, macro in NMSettingEthtool
-NMSettingPpp:noauth, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD, macro in NMSettingEthtool
-NMSettingPpp:nobsdcomp, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD, macro in NMSettingEthtool
-NMSettingPpp:nodeflate, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TSO, macro in NMSettingEthtool
-NMSettingPpp:refuse-chap, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX, macro in NMSettingEthtool
-NMSettingPpp:refuse-eap, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN, macro in NMSettingEthtool
-NMSettingPpp:refuse-mschap, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC, macro in NMSettingEthtool
-NMSettingPpp:refuse-mschapv2, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4, macro in NMSettingEthtool
-NMSettingPpp:refuse-pap, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6, macro in NMSettingEthtool
-NMSettingPpp:require-mppe, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC, macro in NMSettingEthtool
-NMSettingPpp:require-mppe-128, object property in NMSettingPpp +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP, macro in NMSettingEthtool
-NMSettingPppoe, struct in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION, macro in NMSettingEthtool
-NMSettingPppoe:parent, object property in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION, macro in NMSettingEthtool
-NMSettingPppoe:password, object property in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION, macro in NMSettingEthtool
-NMSettingPppoe:password-flags, object property in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION, macro in NMSettingEthtool
-NMSettingPppoe:service, object property in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL, macro in NMSettingEthtool
-NMSettingPppoe:username, object property in NMSettingPppoe +NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST, macro in NMSettingEthtool
-NMSettingProxy, struct in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION, macro in NMSettingEthtool
-NMSettingProxy:browser-only, object property in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION, macro in NMSettingEthtool
-NMSettingProxy:method, object property in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY, macro in NMSettingEthtool
-NMSettingProxy:pac-script, object property in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER, macro in NMSettingEthtool
-NMSettingProxy:pac-url, object property in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST, macro in NMSettingEthtool
-NMSettingProxyMethod, enum in NMSettingProxy +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION, macro in NMSettingEthtool
-NMSettingsConnectionFlags, enum in nm-dbus-interface +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSecretFlags, enum in NMSetting +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial, struct in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial:baud, object property in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial:bits, object property in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial:parity, object property in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial:send-delay, object property in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION, macro in NMSettingEthtool
-NMSettingSerial:stopbits, object property in NMSettingSerial +NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT, macro in NMSettingEthtool
-NMSettingSerialParity, enum in NMSettingSerial +nm_ethtool_optname_is_feature, function in NMSettingEthtool
-NMSettingsError, enum in nm-errors +NM_IP_ADDRESS_ATTRIBUTE_LABEL, macro in NMSettingIPConfig
-NMSettingSriov, struct in NMSettingOvs +nm_ip_address_dup, function in NMSettingIPConfig
-NMSettingSriov:autoprobe-drivers, object property in NMSettingOvs +nm_ip_address_equal, function in NMSettingIPConfig
-NMSettingSriov:total-vfs, object property in NMSettingOvs +nm_ip_address_get_address, function in NMSettingIPConfig
-NMSettingSriov:vfs, object property in NMSettingOvs +nm_ip_address_get_address_binary, function in NMSettingIPConfig
-NMSettingsUpdate2Flags, enum in nm-dbus-interface +nm_ip_address_get_attribute, function in NMSettingIPConfig
-NM_SETTINGS_ERROR, macro in nm-errors +nm_ip_address_get_attribute_names, function in NMSettingIPConfig
-nm_settings_error_quark, function in nm-errors +nm_ip_address_get_family, function in NMSettingIPConfig
-NMSettingTCConfig, struct in NMSettingOvs +nm_ip_address_get_prefix, function in NMSettingIPConfig
-NMSettingTCConfig:qdiscs, object property in NMSettingOvs +nm_ip_address_new, function in NMSettingIPConfig
-NMSettingTCConfig:tfilters, object property in NMSettingOvs +nm_ip_address_new_binary, function in NMSettingIPConfig
-NMSettingTeam, struct in NMSettingTeam +nm_ip_address_ref, function in NMSettingIPConfig
-NMSettingTeam:config, object property in NMSettingTeam +nm_ip_address_set_address, function in NMSettingIPConfig
-NMSettingTeam:link-watchers, object property in NMSettingTeam +nm_ip_address_set_address_binary, function in NMSettingIPConfig
-NMSettingTeam:mcast-rejoin-count, object property in NMSettingTeam +nm_ip_address_set_attribute, function in NMSettingIPConfig
-NMSettingTeam:mcast-rejoin-interval, object property in NMSettingTeam +nm_ip_address_set_prefix, function in NMSettingIPConfig
-NMSettingTeam:notify-peers-count, object property in NMSettingTeam +nm_ip_address_unref, function in NMSettingIPConfig
-NMSettingTeam:notify-peers-interval, object property in NMSettingTeam +NM_IP_CONFIG_ADDRESSES, macro in NMIPConfig
-NMSettingTeam:runner, object property in NMSettingTeam +NM_IP_CONFIG_DOMAINS, macro in NMIPConfig
-NMSettingTeam:runner-active, object property in NMSettingTeam +NM_IP_CONFIG_FAMILY, macro in NMIPConfig
-NMSettingTeam:runner-agg-select-policy, object property in NMSettingTeam +NM_IP_CONFIG_GATEWAY, macro in NMIPConfig
-NMSettingTeam:runner-fast-rate, object property in NMSettingTeam +nm_ip_config_get_addresses, function in NMIPConfig
-NMSettingTeam:runner-hwaddr-policy, object property in NMSettingTeam +nm_ip_config_get_domains, function in NMIPConfig
-NMSettingTeam:runner-min-ports, object property in NMSettingTeam +nm_ip_config_get_family, function in NMIPConfig
-NMSettingTeam:runner-sys-prio, object property in NMSettingTeam +nm_ip_config_get_gateway, function in NMIPConfig
-NMSettingTeam:runner-tx-balancer, object property in NMSettingTeam +nm_ip_config_get_nameservers, function in NMIPConfig
-NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingTeam +nm_ip_config_get_routes, function in NMIPConfig
-NMSettingTeam:runner-tx-hash, object property in NMSettingTeam +nm_ip_config_get_searches, function in NMIPConfig
-NMSettingTeamPort, struct in NMSettingTeamPort +nm_ip_config_get_wins_servers, function in NMIPConfig
-NMSettingTeamPort:config, object property in NMSettingTeamPort +NM_IP_CONFIG_NAMESERVERS, macro in NMIPConfig
-NMSettingTeamPort:lacp-key, object property in NMSettingTeamPort +NM_IP_CONFIG_ROUTES, macro in NMIPConfig
-NMSettingTeamPort:lacp-prio, object property in NMSettingTeamPort +NM_IP_CONFIG_SEARCHES, macro in NMIPConfig
-NMSettingTeamPort:link-watchers, object property in NMSettingTeamPort +NM_IP_CONFIG_WINS_SERVERS, macro in NMIPConfig
-NMSettingTeamPort:prio, object property in NMSettingTeamPort +NM_IP_ROUTE_ATTRIBUTE_CWND, macro in NMSettingIPConfig
-NMSettingTeamPort:queue-id, object property in NMSettingTeamPort +NM_IP_ROUTE_ATTRIBUTE_FROM, macro in NMSettingIPConfig
-NMSettingTeamPort:sticky, object property in NMSettingTeamPort +NM_IP_ROUTE_ATTRIBUTE_INITCWND, macro in NMSettingIPConfig
-NMSettingTun, struct in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_INITRWND, macro in NMSettingIPConfig
-NMSettingTun:group, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_LOCK_CWND, macro in NMSettingIPConfig
-NMSettingTun:mode, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_LOCK_INITCWND, macro in NMSettingIPConfig
-NMSettingTun:multi-queue, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_LOCK_INITRWND, macro in NMSettingIPConfig
-NMSettingTun:owner, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_LOCK_MTU, macro in NMSettingIPConfig
-NMSettingTun:pi, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_LOCK_WINDOW, macro in NMSettingIPConfig
-NMSettingTun:vnet-hdr, object property in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_MTU, macro in NMSettingIPConfig
-NMSettingTunMode, enum in NMSettingTun +NM_IP_ROUTE_ATTRIBUTE_ONLINK, macro in NMSettingIPConfig
-NMSettingUser, struct in NMSettingOvs +NM_IP_ROUTE_ATTRIBUTE_SRC, macro in NMSettingIPConfig
-NMSettingUser:data, object property in NMSettingOvs +NM_IP_ROUTE_ATTRIBUTE_TABLE, macro in NMSettingIPConfig
-NMSettingValueIterFn, user_function in NMSetting +NM_IP_ROUTE_ATTRIBUTE_TOS, macro in NMSettingIPConfig
-NMSettingVlan, struct in NMSettingVlan +nm_ip_route_attribute_validate, function in NMSettingIPConfig
-NMSettingVlan:egress-priority-map, object property in NMSettingVlan +NM_IP_ROUTE_ATTRIBUTE_WINDOW, macro in NMSettingIPConfig
-NMSettingVlan:flags, object property in NMSettingVlan +nm_ip_route_dup, function in NMSettingIPConfig
-NMSettingVlan:id, object property in NMSettingVlan +nm_ip_route_equal, function in NMSettingIPConfig
-NMSettingVlan:ingress-priority-map, object property in NMSettingVlan +nm_ip_route_equal_full, function in NMSettingIPConfig
-NMSettingVlan:parent, object property in NMSettingVlan +nm_ip_route_get_attribute, function in NMSettingIPConfig
-NMSettingVpn, struct in NMSettingVpn +nm_ip_route_get_attribute_names, function in NMSettingIPConfig
-NMSettingVpn:data, object property in NMSettingVpn +nm_ip_route_get_dest, function in NMSettingIPConfig
-NMSettingVpn:persistent, object property in NMSettingVpn +nm_ip_route_get_dest_binary, function in NMSettingIPConfig
-NMSettingVpn:secrets, object property in NMSettingVpn +nm_ip_route_get_family, function in NMSettingIPConfig
-NMSettingVpn:service-type, object property in NMSettingVpn +nm_ip_route_get_metric, function in NMSettingIPConfig
-NMSettingVpn:timeout, object property in NMSettingVpn +nm_ip_route_get_next_hop, function in NMSettingIPConfig
-NMSettingVpn:user-name, object property in NMSettingVpn +nm_ip_route_get_next_hop_binary, function in NMSettingIPConfig
-NMSettingVxlan, struct in NMSettingVxlan +nm_ip_route_get_prefix, function in NMSettingIPConfig
-NMSettingVxlan:ageing, object property in NMSettingVxlan +nm_ip_route_get_variant_attribute_spec, function in NMSettingIPConfig
-NMSettingVxlan:destination-port, object property in NMSettingVxlan +nm_ip_route_new, function in NMSettingIPConfig
-NMSettingVxlan:id, object property in NMSettingVxlan +nm_ip_route_new_binary, function in NMSettingIPConfig
-NMSettingVxlan:l2-miss, object property in NMSettingVxlan +nm_ip_route_ref, function in NMSettingIPConfig
-NMSettingVxlan:l3-miss, object property in NMSettingVxlan +nm_ip_route_set_attribute, function in NMSettingIPConfig
-NMSettingVxlan:learning, object property in NMSettingVxlan +nm_ip_route_set_dest, function in NMSettingIPConfig
-NMSettingVxlan:limit, object property in NMSettingVxlan +nm_ip_route_set_dest_binary, function in NMSettingIPConfig
-NMSettingVxlan:local, object property in NMSettingVxlan +nm_ip_route_set_metric, function in NMSettingIPConfig
-NMSettingVxlan:parent, object property in NMSettingVxlan +nm_ip_route_set_next_hop, function in NMSettingIPConfig
-NMSettingVxlan:proxy, object property in NMSettingVxlan +nm_ip_route_set_next_hop_binary, function in NMSettingIPConfig
-NMSettingVxlan:remote, object property in NMSettingVxlan +nm_ip_route_set_prefix, function in NMSettingIPConfig
-NMSettingVxlan:rsc, object property in NMSettingVxlan +nm_ip_route_unref, function in NMSettingIPConfig
-NMSettingVxlan:source-port-max, object property in NMSettingVxlan +nm_jansson_load, function in nm-json
-NMSettingVxlan:source-port-min, object property in NMSettingVxlan +NM_LLDP_ATTR_CHASSIS_ID, macro in nm-dbus-interface
-NMSettingVxlan:tos, object property in NMSettingVxlan +NM_LLDP_ATTR_CHASSIS_ID_TYPE, macro in nm-dbus-interface
-NMSettingVxlan:ttl, object property in NMSettingVxlan +NM_LLDP_ATTR_DESTINATION, macro in nm-dbus-interface
-NMSettingWimax, struct in NMSettingWimax +NM_LLDP_ATTR_IEEE_802_1_PPVID, macro in nm-dbus-interface
-NMSettingWimax:mac-address, object property in NMSettingWimax +NM_LLDP_ATTR_IEEE_802_1_PPVID_FLAGS, macro in nm-dbus-interface
-NMSettingWimax:network-name, object property in NMSettingWimax +NM_LLDP_ATTR_IEEE_802_1_PVID, macro in nm-dbus-interface
-NMSettingWired, struct in NMSettingWired +NM_LLDP_ATTR_IEEE_802_1_VID, macro in nm-dbus-interface
-NMSettingWired:auto-negotiate, object property in NMSettingWired +NM_LLDP_ATTR_IEEE_802_1_VLAN_NAME, macro in nm-dbus-interface
-NMSettingWired:cloned-mac-address, object property in NMSettingWired +NM_LLDP_ATTR_PORT_DESCRIPTION, macro in nm-dbus-interface
-NMSettingWired:duplex, object property in NMSettingWired +NM_LLDP_ATTR_PORT_ID, macro in nm-dbus-interface
-NMSettingWired:generate-mac-address-mask, object property in NMSettingWired +NM_LLDP_ATTR_PORT_ID_TYPE, macro in nm-dbus-interface
-NMSettingWired:mac-address, object property in NMSettingWired +NM_LLDP_ATTR_SYSTEM_CAPABILITIES, macro in nm-dbus-interface
-NMSettingWired:mac-address-blacklist, object property in NMSettingWired +NM_LLDP_ATTR_SYSTEM_DESCRIPTION, macro in nm-dbus-interface
-NMSettingWired:mtu, object property in NMSettingWired +NM_LLDP_ATTR_SYSTEM_NAME, macro in nm-dbus-interface
-NMSettingWired:port, object property in NMSettingWired +NM_LLDP_DEST_NEAREST_BRIDGE, macro in nm-dbus-interface
-NMSettingWired:s390-nettype, object property in NMSettingWired +NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE, macro in nm-dbus-interface
-NMSettingWired:s390-options, object property in NMSettingWired +NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE, macro in nm-dbus-interface
-NMSettingWired:s390-subchannels, object property in NMSettingWired +nm_lldp_neighbor_get_attr_names, function in NMDevice
-NMSettingWired:speed, object property in NMSettingWired +nm_lldp_neighbor_get_attr_string_value, function in NMDevice
-NMSettingWired:wake-on-lan, object property in NMSettingWired +nm_lldp_neighbor_get_attr_type, function in NMDevice
-NMSettingWired:wake-on-lan-password, object property in NMSettingWired +nm_lldp_neighbor_get_attr_uint_value, function in NMDevice
-NMSettingWiredWakeOnLan, enum in NMSettingWired +nm_lldp_neighbor_new, function in NMDevice
-NMSettingWireless, struct in NMSettingWireless +nm_lldp_neighbor_ref, function in NMDevice
-NMSettingWireless:band, object property in NMSettingWireless +nm_lldp_neighbor_unref, function in NMDevice
-NMSettingWireless:bssid, object property in NMSettingWireless +NM_MANAGER_ERROR, macro in nm-errors
-NMSettingWireless:channel, object property in NMSettingWireless +nm_manager_error_quark, function in nm-errors
-NMSettingWireless:cloned-mac-address, object property in NMSettingWireless +NM_OBJECT_DBUS_CONNECTION, macro in NMObject
-NMSettingWireless:generate-mac-address-mask, object property in NMSettingWireless +NM_OBJECT_DBUS_OBJECT_MANAGER, macro in NMObject
-NMSettingWireless:hidden, object property in NMSettingWireless +nm_object_get_path, function in NMObject
-NMSettingWireless:mac-address, object property in NMSettingWireless +NM_OBJECT_PATH, macro in NMObject
-NMSettingWireless:mac-address-blacklist, object property in NMSettingWireless +nm_remote_connection_commit_changes, function in NMRemoteConnection
-NMSettingWireless:mac-address-randomization, object property in NMSettingWireless +nm_remote_connection_commit_changes_async, function in NMRemoteConnection
-NMSettingWireless:mode, object property in NMSettingWireless +nm_remote_connection_commit_changes_finish, function in NMRemoteConnection
-NMSettingWireless:mtu, object property in NMSettingWireless +NM_REMOTE_CONNECTION_DBUS_CONNECTION, macro in NMRemoteConnection
-NMSettingWireless:powersave, object property in NMSettingWireless +nm_remote_connection_delete, function in NMRemoteConnection
-NMSettingWireless:rate, object property in NMSettingWireless +nm_remote_connection_delete_async, function in NMRemoteConnection
-NMSettingWireless:seen-bssids, object property in NMSettingWireless +nm_remote_connection_delete_finish, function in NMRemoteConnection
-NMSettingWireless:ssid, object property in NMSettingWireless +NM_REMOTE_CONNECTION_FILENAME, macro in NMRemoteConnection
-NMSettingWireless:tx-power, object property in NMSettingWireless +NM_REMOTE_CONNECTION_FLAGS, macro in NMRemoteConnection
-NMSettingWireless:wake-on-wlan, object property in NMSettingWireless +nm_remote_connection_get_filename, function in NMRemoteConnection
-NMSettingWirelessPowersave, enum in NMSettingWireless +nm_remote_connection_get_flags, function in NMRemoteConnection
-NMSettingWirelessSecurity, struct in NMSettingWirelessSecurity +nm_remote_connection_get_secrets, function in NMRemoteConnection
-NMSettingWirelessSecurity:auth-alg, object property in NMSettingWirelessSecurity +nm_remote_connection_get_secrets_async, function in NMRemoteConnection
-NMSettingWirelessSecurity:fils, object property in NMSettingWirelessSecurity +nm_remote_connection_get_secrets_finish, function in NMRemoteConnection
-NMSettingWirelessSecurity:group, object property in NMSettingWirelessSecurity +nm_remote_connection_get_unsaved, function in NMRemoteConnection
-NMSettingWirelessSecurity:key-mgmt, object property in NMSettingWirelessSecurity +nm_remote_connection_get_visible, function in NMRemoteConnection
-NMSettingWirelessSecurity:leap-password, object property in NMSettingWirelessSecurity +NM_REMOTE_CONNECTION_PATH, macro in NMRemoteConnection
-NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingWirelessSecurity +nm_remote_connection_save, function in NMRemoteConnection
-NMSettingWirelessSecurity:leap-username, object property in NMSettingWirelessSecurity +nm_remote_connection_save_async, function in NMRemoteConnection
-NMSettingWirelessSecurity:pairwise, object property in NMSettingWirelessSecurity +nm_remote_connection_save_finish, function in NMRemoteConnection
-NMSettingWirelessSecurity:pmf, object property in NMSettingWirelessSecurity +NM_REMOTE_CONNECTION_UNSAVED, macro in NMRemoteConnection
-NMSettingWirelessSecurity:proto, object property in NMSettingWirelessSecurity +nm_remote_connection_update2, function in NMRemoteConnection
-NMSettingWirelessSecurity:psk, object property in NMSettingWirelessSecurity +nm_remote_connection_update2_finish, function in NMRemoteConnection
-NMSettingWirelessSecurity:psk-flags, object property in NMSettingWirelessSecurity +NM_REMOTE_CONNECTION_VISIBLE, macro in NMRemoteConnection
-NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingWirelessSecurity +NM_SECRET_AGENT_ERROR, macro in nm-errors
-NMSettingWirelessSecurity:wep-key-type, object property in NMSettingWirelessSecurity +nm_secret_agent_error_quark, function in nm-errors
-NMSettingWirelessSecurity:wep-key0, object property in NMSettingWirelessSecurity +NM_SECRET_AGENT_OLD_AUTO_REGISTER, macro in NMSecretAgentOld
-NMSettingWirelessSecurity:wep-key1, object property in NMSettingWirelessSecurity +NM_SECRET_AGENT_OLD_CAPABILITIES, macro in NMSecretAgentOld
-NMSettingWirelessSecurity:wep-key2, object property in NMSettingWirelessSecurity +nm_secret_agent_old_delete_secrets, function in NMSecretAgentOld
-NMSettingWirelessSecurity:wep-key3, object property in NMSettingWirelessSecurity +nm_secret_agent_old_get_registered, function in NMSecretAgentOld
-NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingWirelessSecurity +nm_secret_agent_old_get_secrets, function in NMSecretAgentOld
-NMSettingWirelessSecurity:wps-method, object property in NMSettingWirelessSecurity +NM_SECRET_AGENT_OLD_IDENTIFIER, macro in NMSecretAgentOld
-NMSettingWirelessSecurityFils, enum in NMSettingWirelessSecurity +nm_secret_agent_old_register, function in NMSecretAgentOld
-NMSettingWirelessSecurityPmf, enum in NMSettingWirelessSecurity +NM_SECRET_AGENT_OLD_REGISTERED, macro in NMSecretAgentOld
-NMSettingWirelessSecurityWpsMethod, enum in NMSettingWirelessSecurity +nm_secret_agent_old_register_async, function in NMSecretAgentOld
-NMSettingWirelessWakeOnWLan, enum in NMSettingWireless +nm_secret_agent_old_register_finish, function in NMSecretAgentOld
-NMSettingWpan, struct in NMSettingOvs +nm_secret_agent_old_save_secrets, function in NMSecretAgentOld
-NMSettingWpan:channel, object property in NMSettingOvs +nm_secret_agent_old_unregister, function in NMSecretAgentOld
-NMSettingWpan:mac-address, object property in NMSettingOvs +nm_secret_agent_old_unregister_async, function in NMSecretAgentOld
-NMSettingWpan:page, object property in NMSettingOvs +nm_secret_agent_old_unregister_finish, function in NMSecretAgentOld
-NMSettingWpan:pan-id, object property in NMSettingOvs +NM_SETTINGS_ERROR, macro in nm-errors
-NMSettingWpan:short-address, object property in NMSettingOvs +nm_settings_error_quark, function in nm-errors
@@ -10272,6 +10549,38 @@ NMSettingWpan:short-address, object property in NMSettingOvs
+nm_setting_wifi_p2p_get_peer, function in NMSettingWifiP2P +
+
+
+nm_setting_wifi_p2p_get_wfd_ies, function in NMSettingWifiP2P +
+
+
+nm_setting_wifi_p2p_get_wps_method, function in NMSettingWifiP2P +
+
+
+nm_setting_wifi_p2p_new, function in NMSettingWifiP2P +
+
+
+NM_SETTING_WIFI_P2P_PEER, macro in NMSettingWifiP2P +
+
+
+NM_SETTING_WIFI_P2P_SETTING_NAME, macro in NMSettingWifiP2P +
+
+
+NM_SETTING_WIFI_P2P_WFD_IES, macro in NMSettingWifiP2P +
+
+
+NM_SETTING_WIFI_P2P_WPS_METHOD, macro in NMSettingWifiP2P +
+
+
nm_setting_wimax_get_mac_address, function in NMSettingWimax
@@ -10376,87 +10685,175 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-nm_setting_wired_get_s390_option_by_key, function in NMSettingWired +nm_setting_wired_get_s390_option_by_key, function in NMSettingWired +
+
+
+nm_setting_wired_get_s390_subchannels, function in NMSettingWired +
+
+
+nm_setting_wired_get_speed, function in NMSettingWired +
+
+
+nm_setting_wired_get_valid_s390_options, function in NMSettingWired +
+
+
+nm_setting_wired_get_wake_on_lan, function in NMSettingWired +
+
+
+nm_setting_wired_get_wake_on_lan_password, function in NMSettingWired +
+
+
+NM_SETTING_WIRED_MAC_ADDRESS, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_MTU, macro in NMSettingWired +
+
+
+nm_setting_wired_new, function in NMSettingWired +
+
+
+NM_SETTING_WIRED_PORT, macro in NMSettingWired +
+
+
+nm_setting_wired_remove_mac_blacklist_item, function in NMSettingWired +
+
+
+nm_setting_wired_remove_mac_blacklist_item_by_value, function in NMSettingWired +
+
+
+nm_setting_wired_remove_s390_option, function in NMSettingWired +
+
+
+NM_SETTING_WIRED_S390_NETTYPE, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_S390_OPTIONS, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_S390_SUBCHANNELS, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_SETTING_NAME, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_SPEED, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_WAKE_ON_LAN, macro in NMSettingWired +
+
+
+NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD, macro in NMSettingWired +
+
+
+nm_setting_wireguard_append_peer, function in NMSettingWireGuard +
+
+
+nm_setting_wireguard_clear_peers, function in NMSettingWireGuard
-nm_setting_wired_get_s390_subchannels, function in NMSettingWired +NM_SETTING_WIREGUARD_FWMARK, macro in NMSettingWireGuard
-nm_setting_wired_get_speed, function in NMSettingWired +nm_setting_wireguard_get_fwmark, function in NMSettingWireGuard
-nm_setting_wired_get_valid_s390_options, function in NMSettingWired +nm_setting_wireguard_get_listen_port, function in NMSettingWireGuard
-nm_setting_wired_get_wake_on_lan, function in NMSettingWired +nm_setting_wireguard_get_mtu, function in NMSettingWireGuard
-nm_setting_wired_get_wake_on_lan_password, function in NMSettingWired +nm_setting_wireguard_get_peer, function in NMSettingWireGuard
-NM_SETTING_WIRED_MAC_ADDRESS, macro in NMSettingWired +nm_setting_wireguard_get_peers_len, function in NMSettingWireGuard
-NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST, macro in NMSettingWired +nm_setting_wireguard_get_peer_by_public_key, function in NMSettingWireGuard
-NM_SETTING_WIRED_MTU, macro in NMSettingWired +nm_setting_wireguard_get_peer_routes, function in NMSettingWireGuard
-nm_setting_wired_new, function in NMSettingWired +nm_setting_wireguard_get_private_key, function in NMSettingWireGuard
-NM_SETTING_WIRED_PORT, macro in NMSettingWired +nm_setting_wireguard_get_private_key_flags, function in NMSettingWireGuard
-nm_setting_wired_remove_mac_blacklist_item, function in NMSettingWired +NM_SETTING_WIREGUARD_LISTEN_PORT, macro in NMSettingWireGuard
-nm_setting_wired_remove_mac_blacklist_item_by_value, function in NMSettingWired +NM_SETTING_WIREGUARD_MTU, macro in NMSettingWireGuard
-nm_setting_wired_remove_s390_option, function in NMSettingWired +nm_setting_wireguard_new, function in NMSettingWireGuard
-NM_SETTING_WIRED_S390_NETTYPE, macro in NMSettingWired +NM_SETTING_WIREGUARD_PEERS, macro in NMSettingWireGuard
-NM_SETTING_WIRED_S390_OPTIONS, macro in NMSettingWired +NM_SETTING_WIREGUARD_PEER_ROUTES, macro in NMSettingWireGuard
-NM_SETTING_WIRED_S390_SUBCHANNELS, macro in NMSettingWired +NM_SETTING_WIREGUARD_PRIVATE_KEY, macro in NMSettingWireGuard
-NM_SETTING_WIRED_SETTING_NAME, macro in NMSettingWired +NM_SETTING_WIREGUARD_PRIVATE_KEY_FLAGS, macro in NMSettingWireGuard
-NM_SETTING_WIRED_SPEED, macro in NMSettingWired +nm_setting_wireguard_remove_peer, function in NMSettingWireGuard
-NM_SETTING_WIRED_WAKE_ON_LAN, macro in NMSettingWired +NM_SETTING_WIREGUARD_SETTING_NAME, macro in NMSettingWireGuard
-NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD, macro in NMSettingWired +nm_setting_wireguard_set_peer, function in NMSettingWireGuard
@@ -10928,10 +11325,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NMSimpleConnection, struct in NMSimpleConnection -
-
-
nm_simple_connection_new, function in NMSimpleConnection
@@ -10944,10 +11337,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NMSriovVFVlanProtocol, enum in NMSettingSriov -
-
-
nm_sriov_vf_add_vlan, function in NMSettingSriov
@@ -11036,15 +11425,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-stat, struct in nm-utils -
-
-
-NMState, enum in nm-dbus-interface -
-
-

T

-
nm_tc_action_dup, function in NMSettingTCConfig
@@ -11161,10 +11541,6 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NMTeamLinkWatcherArpPingFlags, enum in NMSettingTeam -
-
-
NM_TEAM_LINK_WATCHER_ARP_PING, macro in NMSettingTeam
@@ -11249,24 +11625,11 @@ NMSettingWpan:short-address, object property in NMSettingOvs
-NMTernary, enum in nm-dbus-interface -
-
-

U

-
-NMUtilsCheckFilePredicate, user_function in nm-utils -
-
-
-NMUtilsFileSearchInPathsPredicate, user_function in nm-utils -
-
-
-NMUtilsSecurityType, enum in nm-utils +nm_utils_ap_mode_security_valid, function in nm-utils
-nm_utils_ap_mode_security_valid, function in nm-utils +nm_utils_base64secret_decode, function in nm-utils
@@ -11573,11 +11936,6 @@ nm_utils_fixup_vendor_string, function in nm-libnm-utils nm_utils_wpa_psk_valid, function in nm-utils
-

V

-
-NMVariantAttributeSpec, struct in nm-utils -
-
NM_VARIANT_TYPE_SETTING, macro in NMConnection
@@ -11591,440 +11949,540 @@ nm_utils_fixup_vendor_string, function in nm-libnm-utils
-NMVlanFlags, enum in NMSettingVlan +NM_VLAN_FLAGS_ALL, macro in NMSettingVlan
-NMVlanPriorityMap, enum in NMSettingVlan +NM_VPN_CONNECTION_BANNER, macro in NMVpnConnection
-NM_VLAN_FLAGS_ALL, macro in NMSettingVlan +nm_vpn_connection_get_banner, function in NMVpnConnection
-NMVpnConnection, struct in NMVpnConnection +nm_vpn_connection_get_vpn_state, function in NMVpnConnection
-NMVpnConnection::vpn-state-changed, object signal in NMVpnConnection +NM_VPN_CONNECTION_VPN_STATE, macro in NMVpnConnection
-NMVpnConnection:banner, object property in NMVpnConnection +NM_VPN_DBUS_PLUGIN_INTERFACE, macro in nm-vpn-dbus-interface
-NMVpnConnection:vpn-state, object property in NMVpnConnection +NM_VPN_DBUS_PLUGIN_PATH, macro in nm-vpn-dbus-interface
-NMVpnConnectionState, enum in nm-vpn-dbus-interface +nm_vpn_editor_get_widget, function in NMVpnEditor
-NMVpnConnectionStateReason, enum in nm-vpn-dbus-interface +NM_VPN_EDITOR_PLUGIN_DESCRIPTION, macro in NMVpnEditorPlugin
-NMVpnEditor, struct in NMVpnEditorPlugin +nm_vpn_editor_plugin_export, function in NMVpnEditorPlugin
-NMVpnEditor::changed, object signal in NMVpnEditorPlugin +nm_vpn_editor_plugin_factory, function in NMVpnEditorPlugin
-NMVpnEditorInterface, struct in NMVpnEditor +nm_vpn_editor_plugin_get_capabilities, function in NMVpnEditorPlugin
-NMVpnEditorPlugin:description, object property in NMVpnEditorPlugin +nm_vpn_editor_plugin_get_editor, function in NMVpnEditorPlugin
-NMVpnEditorPlugin:name, object property in NMVpnEditorPlugin +nm_vpn_editor_plugin_get_plugin_info, function in NMVpnEditorPlugin
-NMVpnEditorPlugin:service, object property in NMVpnEditorPlugin +nm_vpn_editor_plugin_get_suggested_filename, function in NMVpnEditorPlugin
-NMVpnEditorPluginCapability, enum in NMVpnEditorPlugin +nm_vpn_editor_plugin_get_vt, function in NMVpnEditorPlugin
-NMVpnEditorPluginFactory, user_function in NMVpnEditorPlugin +nm_vpn_editor_plugin_import, function in NMVpnEditorPlugin
-NMVpnEditorPluginInterface, struct in NMVpnEditorPlugin +nm_vpn_editor_plugin_load, function in NMVpnEditorPlugin
-NMVpnEditorPluginVT, struct in NMVpnEditorPlugin +nm_vpn_editor_plugin_load_from_file, function in NMVpnEditorPlugin
-NMVpnIterFunc, user_function in NMSettingVpn +NM_VPN_EDITOR_PLUGIN_NAME, macro in NMVpnEditorPlugin
-NMVpnPluginError, enum in nm-errors +NM_VPN_EDITOR_PLUGIN_SERVICE, macro in NMVpnEditorPlugin
-NMVpnPluginFailure, enum in nm-vpn-dbus-interface +nm_vpn_editor_plugin_set_plugin_info, function in NMVpnEditorPlugin
-NMVpnPluginInfo, struct in nm-vpn-plugin-info +nm_vpn_editor_update_connection, function in NMVpnEditor
-NMVpnServiceState, enum in nm-vpn-dbus-interface +NM_VPN_PLUGIN_CAN_PERSIST, macro in nm-vpn-dbus-interface
-NM_VPN_CONNECTION_BANNER, macro in NMVpnConnection +NM_VPN_PLUGIN_CONFIG_BANNER, macro in nm-vpn-dbus-interface
-nm_vpn_connection_get_banner, function in NMVpnConnection +NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
-nm_vpn_connection_get_vpn_state, function in NMVpnConnection +NM_VPN_PLUGIN_CONFIG_HAS_IP4, macro in nm-vpn-dbus-interface
-NM_VPN_CONNECTION_VPN_STATE, macro in NMVpnConnection +NM_VPN_PLUGIN_CONFIG_HAS_IP6, macro in nm-vpn-dbus-interface
-NM_VPN_DBUS_PLUGIN_INTERFACE, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_CONFIG_MTU, macro in nm-vpn-dbus-interface
-NM_VPN_DBUS_PLUGIN_PATH, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_CONFIG_PROXY_PAC, macro in nm-vpn-dbus-interface
-nm_vpn_editor_get_widget, function in NMVpnEditor +NM_VPN_PLUGIN_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
-NM_VPN_EDITOR_PLUGIN_DESCRIPTION, macro in NMVpnEditorPlugin +NM_VPN_PLUGIN_ERROR, macro in nm-errors
-nm_vpn_editor_plugin_export, function in NMVpnEditorPlugin +nm_vpn_plugin_error_quark, function in nm-errors
-nm_vpn_editor_plugin_factory, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_FILENAME, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_get_capabilities, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_KEYFILE, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_get_editor, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_KF_GROUP_CONNECTION, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_get_plugin_info, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_get_suggested_filename, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_KF_GROUP_LIBNM, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_get_vt, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_INFO_NAME, macro in nm-vpn-plugin-info
-nm_vpn_editor_plugin_import, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
-nm_vpn_editor_plugin_load, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_BANNER, macro in nm-vpn-dbus-interface
-nm_vpn_editor_plugin_load_from_file, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_DNS, macro in nm-vpn-dbus-interface
-NM_VPN_EDITOR_PLUGIN_NAME, macro in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
-NM_VPN_EDITOR_PLUGIN_SERVICE, macro in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
-nm_vpn_editor_plugin_set_plugin_info, function in NMVpnEditorPlugin +NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface
-nm_vpn_editor_update_connection, function in NMVpnEditor +NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CAN_PERSIST, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_BANNER, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_MSS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_MTU, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_HAS_IP4, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_NBNS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_HAS_IP6, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_MTU, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_PROXY_PAC, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP4_CONFIG_PTP, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_ERROR, macro in nm-errors +NM_VPN_PLUGIN_IP4_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
-nm_vpn_plugin_error_quark, function in nm-errors +NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_FILENAME, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_KEYFILE, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_DNS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_KF_GROUP_CONNECTION, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_KF_GROUP_LIBNM, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_INFO_NAME, macro in nm-vpn-plugin-info +NM_VPN_PLUGIN_IP6_CONFIG_MSS, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_BANNER, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP6_CONFIG_PREFIX, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DNS, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP6_CONFIG_PTP, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_IP6_CONFIG_ROUTES, macro in nm-vpn-dbus-interface
-NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_OLD_DBUS_SERVICE_NAME, macro in nm-vpn-plugin-old
-NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY, macro in nm-vpn-dbus-interface +NM_VPN_PLUGIN_OLD_STATE, macro in nm-vpn-plugin-old
-NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface +NM_VPN_SERVICE_PLUGIN_DBUS_SERVICE_NAME, macro in nm-vpn-service-plugin
-NM_VPN_PLUGIN_IP4_CONFIG_MSS, macro in nm-vpn-dbus-interface +NM_VPN_SERVICE_PLUGIN_DBUS_WATCH_PEER, macro in nm-vpn-service-plugin
-NM_VPN_PLUGIN_IP4_CONFIG_MTU, macro in nm-vpn-dbus-interface +NM_VPN_SERVICE_PLUGIN_STATE, macro in nm-vpn-service-plugin
-NM_VPN_PLUGIN_IP4_CONFIG_NBNS, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_connection_valid, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_filter_connections, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_PREFIX, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_FLAGS, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_flags, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_PTP, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_hw_address, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_ROUTES, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_last_seen, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_manufacturer, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_model, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_DNS, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_model_number, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_name, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_serial, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_strength, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_MSS, macro in nm-vpn-dbus-interface +nm_wifi_p2p_peer_get_wfd_ies, function in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_HW_ADDRESS, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_PREFIX, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_LAST_SEEN, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_MANUFACTURER, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_PTP, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_MODEL, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_IP6_CONFIG_ROUTES, macro in nm-vpn-dbus-interface +NM_WIFI_P2P_PEER_MODEL_NUMBER, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_OLD_DBUS_SERVICE_NAME, macro in nm-vpn-plugin-old +NM_WIFI_P2P_PEER_NAME, macro in NMWifiP2PPeer
-NM_VPN_PLUGIN_OLD_STATE, macro in nm-vpn-plugin-old +NM_WIFI_P2P_PEER_SERIAL, macro in NMWifiP2PPeer
-NM_VPN_SERVICE_PLUGIN_DBUS_SERVICE_NAME, macro in nm-vpn-service-plugin +NM_WIFI_P2P_PEER_STRENGTH, macro in NMWifiP2PPeer
-NM_VPN_SERVICE_PLUGIN_DBUS_WATCH_PEER, macro in nm-vpn-service-plugin +NM_WIFI_P2P_PEER_WFD_IES, macro in NMWifiP2PPeer
-NM_VPN_SERVICE_PLUGIN_STATE, macro in nm-vpn-service-plugin +nm_wimax_nsp_connection_valid, function in NMWimaxNsp
-

W

-NMWepKeyType, enum in NMSettingWirelessSecurity +nm_wimax_nsp_filter_connections, function in NMWimaxNsp
-NMWimaxNsp, struct in NMWimaxNsp +nm_wimax_nsp_get_name, function in NMWimaxNsp
-NMWimaxNsp:name, object property in NMWimaxNsp +nm_wimax_nsp_get_network_type, function in NMWimaxNsp
-NMWimaxNsp:network-type, object property in NMWimaxNsp +nm_wimax_nsp_get_signal_quality, function in NMWimaxNsp
-NMWimaxNsp:signal-quality, object property in NMWimaxNsp +NM_WIMAX_NSP_NAME, macro in NMWimaxNsp
-NMWimaxNspNetworkType, enum in nm-dbus-interface +NM_WIMAX_NSP_NETWORK_TYPE, macro in NMWimaxNsp
-nm_wimax_nsp_connection_valid, function in NMWimaxNsp +NM_WIMAX_NSP_SIGNAL_QUALITY, macro in NMWimaxNsp
-nm_wimax_nsp_filter_connections, function in NMWimaxNsp +nm_wireguard_peer_append_allowed_ip, function in NMSettingWireGuard
-nm_wimax_nsp_get_name, function in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_ALLOWED_IPS, macro in NMSettingWireGuard
-nm_wimax_nsp_get_network_type, function in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_ENDPOINT, macro in NMSettingWireGuard
-nm_wimax_nsp_get_signal_quality, function in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_PERSISTENT_KEEPALIVE, macro in NMSettingWireGuard
-NM_WIMAX_NSP_NAME, macro in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY, macro in NMSettingWireGuard
-NM_WIMAX_NSP_NETWORK_TYPE, macro in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_PRESHARED_KEY_FLAGS, macro in NMSettingWireGuard
-NM_WIMAX_NSP_SIGNAL_QUALITY, macro in NMWimaxNsp +NM_WIREGUARD_PEER_ATTR_PUBLIC_KEY, macro in NMSettingWireGuard +
+
+
+nm_wireguard_peer_clear_allowed_ips, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_cmp, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_allowed_ip, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_allowed_ips_len, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_endpoint, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_persistent_keepalive, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_preshared_key, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_preshared_key_flags, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_get_public_key, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_is_sealed, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_is_valid, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_new, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_new_clone, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_ref, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_remove_allowed_ip, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_seal, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_set_endpoint, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_set_persistent_keepalive, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_set_preshared_key, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_set_preshared_key_flags, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_set_public_key, function in NMSettingWireGuard +
+
+
+nm_wireguard_peer_unref, function in NMSettingWireGuard +
+
+
+NM_WIREGUARD_PUBLIC_KEY_LEN, macro in NMSettingWireGuard +
+
+
+NM_WIREGUARD_SYMMETRIC_KEY_LEN, macro in NMSettingWireGuard +
+
+

S

+
+stat, struct in nm-utils
diff --git a/docs/libnm/html/ch03.html b/docs/libnm/html/ch03.html index 4e2b599e..2d9538ce 100644 --- a/docs/libnm/html/ch03.html +++ b/docs/libnm/html/ch03.html @@ -118,13 +118,13 @@ NMSettingOvsPort — Describes connection properties for Open vSwitch ports.
-NMSettingPppoe — Describes PPPoE connection properties -
-
NMSettingPpp — Describes connection properties for devices/networks that require PPP to deliver IP capability
+NMSettingPppoe — Describes PPPoE connection properties +
+
NMSettingProxy — Describes proxy URL, script and other related properties
@@ -159,12 +159,18 @@ serial communications NMSettingVxlan — Describes connection properties for VXLAN interfaces
+NMSettingWifiP2P — Describes connection properties for 802.11 Wi-Fi P2P networks +
+
NMSettingWimax — Describes 802.16e Mobile WiMAX connection properties
NMSettingWired — Describes connection properties for Ethernet-based networks
+NMSettingWireGuard — Describes connection properties for wireguard related options +
+
NMSettingWirelessSecurity — Describes connection properties for Wi-Fi networks that use WEP, LEAP, WPA or WPA2/RSN security
diff --git a/docs/libnm/html/ch04.html b/docs/libnm/html/ch04.html index 5553f2c6..e872e6fd 100644 --- a/docs/libnm/html/ch04.html +++ b/docs/libnm/html/ch04.html @@ -93,6 +93,9 @@ NMDeviceVxlan
+NMDeviceWifiP2P +
+
NMDeviceWifi
@@ -114,6 +117,9 @@ NMAccessPoint
+NMWifiP2PPeer +
+
NMWimaxNsp
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index ea2007f8..29076245 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.15.2 + for libnm 1.15.91 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm/stable/. @@ -167,13 +167,13 @@ NMSettingOvsPort — Describes connection properties for Open vSwitch ports.

-NMSettingPppoe — Describes PPPoE connection properties -
-
NMSettingPpp — Describes connection properties for devices/networks that require PPP to deliver IP capability
+NMSettingPppoe — Describes PPPoE connection properties +
+
NMSettingProxy — Describes proxy URL, script and other related properties
@@ -208,12 +208,18 @@ serial communications NMSettingVxlan — Describes connection properties for VXLAN interfaces
+NMSettingWifiP2P — Describes connection properties for 802.11 Wi-Fi P2P networks +
+
NMSettingWimax — Describes 802.16e Mobile WiMAX connection properties
NMSettingWired — Describes connection properties for Ethernet-based networks
+NMSettingWireGuard — Describes connection properties for wireguard related options +
+
NMSettingWirelessSecurity — Describes connection properties for Wi-Fi networks that use WEP, LEAP, WPA or WPA2/RSN security
@@ -296,6 +302,9 @@ use WEP, LEAP, WPA or WPA2/RSN security NMDeviceVxlan
+NMDeviceWifiP2P +
+
NMDeviceWifi
@@ -317,6 +326,9 @@ use WEP, LEAP, WPA or WPA2/RSN security NMAccessPoint
+NMWifiP2PPeer +
+
NMWimaxNsp
diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index d192e249..73ae64b8 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -54,27 +54,31 @@ #define -NM_DBUS_PATH +NM_DBUS_INTERFACE #define -NM_DBUS_INTERFACE +NM_DBUS_INTERFACE_ACCESS_POINT #define -NM_DBUS_INTERFACE_DEVICE +NM_DBUS_INTERFACE_ACTIVE_CONNECTION #define -NM_DBUS_INTERFACE_DEVICE_WIRED +NM_DBUS_INTERFACE_CHECKPOINT #define -NM_DBUS_INTERFACE_DEVICE_ADSL +NM_DBUS_INTERFACE_DEVICE #define -NM_DBUS_INTERFACE_DEVICE_WIRELESS +NM_DBUS_INTERFACE_DEVICE_6LOWPAN + + +#define +NM_DBUS_INTERFACE_DEVICE_ADSL #define @@ -82,79 +86,79 @@ #define -NM_DBUS_INTERFACE_DEVICE_OLPC_MESH +NM_DBUS_INTERFACE_DEVICE_BOND #define -NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE +NM_DBUS_INTERFACE_DEVICE_BRIDGE #define -NM_DBUS_INTERFACE_DEVICE_OVS_PORT +NM_DBUS_INTERFACE_DEVICE_DUMMY #define -NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE +NM_DBUS_INTERFACE_DEVICE_GENERIC #define -NM_DBUS_PATH_ACCESS_POINT +NM_DBUS_INTERFACE_DEVICE_GRE #define -NM_DBUS_INTERFACE_ACCESS_POINT +NM_DBUS_INTERFACE_DEVICE_INFINIBAND #define -NM_DBUS_INTERFACE_DEVICE_MODEM +NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL #define -NM_DBUS_INTERFACE_DEVICE_WIMAX +NM_DBUS_INTERFACE_DEVICE_MACSEC #define -NM_DBUS_INTERFACE_WIMAX_NSP +NM_DBUS_INTERFACE_DEVICE_MACVLAN #define -NM_DBUS_PATH_WIMAX_NSP +NM_DBUS_INTERFACE_DEVICE_MODEM #define -NM_DBUS_INTERFACE_ACTIVE_CONNECTION +NM_DBUS_INTERFACE_DEVICE_OLPC_MESH #define -NM_DBUS_INTERFACE_IP4_CONFIG +NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE #define -NM_DBUS_INTERFACE_DHCP4_CONFIG +NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE #define -NM_DBUS_INTERFACE_IP6_CONFIG +NM_DBUS_INTERFACE_DEVICE_OVS_PORT #define -NM_DBUS_INTERFACE_DHCP6_CONFIG +NM_DBUS_INTERFACE_DEVICE_PPP #define -NM_DBUS_INTERFACE_DEVICE_INFINIBAND +NM_DBUS_INTERFACE_DEVICE_STATISTICS #define -NM_DBUS_INTERFACE_DEVICE_BOND +NM_DBUS_INTERFACE_DEVICE_TEAM #define -NM_DBUS_INTERFACE_DEVICE_DUMMY +NM_DBUS_INTERFACE_DEVICE_TUN #define -NM_DBUS_INTERFACE_DEVICE_TEAM +NM_DBUS_INTERFACE_DEVICE_VETH #define @@ -162,63 +166,71 @@ #define -NM_DBUS_INTERFACE_DEVICE_BRIDGE +NM_DBUS_INTERFACE_DEVICE_VXLAN #define -NM_DBUS_INTERFACE_DEVICE_GENERIC +NM_DBUS_INTERFACE_DEVICE_WIFI_P2P #define -NM_DBUS_INTERFACE_DEVICE_VETH +NM_DBUS_INTERFACE_DEVICE_WIMAX #define -NM_DBUS_INTERFACE_DEVICE_TUN +NM_DBUS_INTERFACE_DEVICE_WIRED #define -NM_DBUS_INTERFACE_DEVICE_MACSEC +NM_DBUS_INTERFACE_DEVICE_WIREGUARD #define -NM_DBUS_INTERFACE_DEVICE_MACVLAN +NM_DBUS_INTERFACE_DEVICE_WIRELESS #define -NM_DBUS_INTERFACE_DEVICE_PPP +NM_DBUS_INTERFACE_DEVICE_WPAN #define -NM_DBUS_INTERFACE_DEVICE_VXLAN +NM_DBUS_INTERFACE_DHCP4_CONFIG #define -NM_DBUS_INTERFACE_DEVICE_WIREGUARD +NM_DBUS_INTERFACE_DHCP6_CONFIG #define -NM_DBUS_INTERFACE_DEVICE_GRE +NM_DBUS_INTERFACE_IP4_CONFIG #define -NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL +NM_DBUS_INTERFACE_IP6_CONFIG #define -NM_DBUS_INTERFACE_DEVICE_WPAN +NM_DBUS_INTERFACE_WIFI_P2P_PEER #define -NM_DBUS_INTERFACE_DEVICE_6LOWPAN +NM_DBUS_INTERFACE_WIMAX_NSP #define -NM_DBUS_INTERFACE_DEVICE_STATISTICS +NM_DBUS_PATH #define -NM_DBUS_INTERFACE_CHECKPOINT +NM_DBUS_PATH_ACCESS_POINT + + +#define +NM_DBUS_PATH_WIFI_P2P_PEER + + +#define +NM_DBUS_PATH_WIMAX_NSP #define @@ -501,38 +513,44 @@

-

NM_DBUS_PATH

-
#define NM_DBUS_PATH                           "/org/freedesktop/NetworkManager"
+

NM_DBUS_INTERFACE

+
#define NM_DBUS_INTERFACE                      "org.freedesktop.NetworkManager"
 

-

NM_DBUS_INTERFACE

-
#define NM_DBUS_INTERFACE                      "org.freedesktop.NetworkManager"
+

NM_DBUS_INTERFACE_ACCESS_POINT

+
#define NM_DBUS_INTERFACE_ACCESS_POINT         NM_DBUS_INTERFACE ".AccessPoint"
 

-

NM_DBUS_INTERFACE_DEVICE

-
#define NM_DBUS_INTERFACE_DEVICE               NM_DBUS_INTERFACE ".Device"
+

NM_DBUS_INTERFACE_ACTIVE_CONNECTION

+
#define NM_DBUS_INTERFACE_ACTIVE_CONNECTION    NM_DBUS_INTERFACE ".Connection.Active"
 

-

NM_DBUS_INTERFACE_DEVICE_WIRED

-
#define NM_DBUS_INTERFACE_DEVICE_WIRED         NM_DBUS_INTERFACE_DEVICE ".Wired"
+

NM_DBUS_INTERFACE_CHECKPOINT

+
#define NM_DBUS_INTERFACE_CHECKPOINT           NM_DBUS_INTERFACE ".Checkpoint"
 

-

NM_DBUS_INTERFACE_DEVICE_ADSL

-
#define NM_DBUS_INTERFACE_DEVICE_ADSL          NM_DBUS_INTERFACE_DEVICE ".Adsl"
+

NM_DBUS_INTERFACE_DEVICE

+
#define NM_DBUS_INTERFACE_DEVICE               NM_DBUS_INTERFACE ".Device"
 

-

NM_DBUS_INTERFACE_DEVICE_WIRELESS

-
#define NM_DBUS_INTERFACE_DEVICE_WIRELESS      NM_DBUS_INTERFACE_DEVICE ".Wireless"
+

NM_DBUS_INTERFACE_DEVICE_6LOWPAN

+
#define NM_DBUS_INTERFACE_DEVICE_6LOWPAN       NM_DBUS_INTERFACE_DEVICE ".Lowpan"
+
+
+
+
+

NM_DBUS_INTERFACE_DEVICE_ADSL

+
#define NM_DBUS_INTERFACE_DEVICE_ADSL          NM_DBUS_INTERFACE_DEVICE ".Adsl"
 

@@ -543,116 +561,116 @@

-

NM_DBUS_INTERFACE_DEVICE_OLPC_MESH

-
#define NM_DBUS_INTERFACE_DEVICE_OLPC_MESH     NM_DBUS_INTERFACE_DEVICE ".OlpcMesh"
+

NM_DBUS_INTERFACE_DEVICE_BOND

+
#define NM_DBUS_INTERFACE_DEVICE_BOND          NM_DBUS_INTERFACE_DEVICE ".Bond"
 

-

NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE

-
#define NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE NM_DBUS_INTERFACE_DEVICE ".OvsInterface"
+

NM_DBUS_INTERFACE_DEVICE_BRIDGE

+
#define NM_DBUS_INTERFACE_DEVICE_BRIDGE        NM_DBUS_INTERFACE_DEVICE ".Bridge"
 

-

NM_DBUS_INTERFACE_DEVICE_OVS_PORT

-
#define NM_DBUS_INTERFACE_DEVICE_OVS_PORT      NM_DBUS_INTERFACE_DEVICE ".OvsPort"
+

NM_DBUS_INTERFACE_DEVICE_DUMMY

+
#define NM_DBUS_INTERFACE_DEVICE_DUMMY         NM_DBUS_INTERFACE_DEVICE ".Dummy"
 

-

NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE

-
#define NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE    NM_DBUS_INTERFACE_DEVICE ".OvsBridge"
+

NM_DBUS_INTERFACE_DEVICE_GENERIC

+
#define NM_DBUS_INTERFACE_DEVICE_GENERIC       NM_DBUS_INTERFACE_DEVICE ".Generic"
 

-

NM_DBUS_PATH_ACCESS_POINT

-
#define NM_DBUS_PATH_ACCESS_POINT              NM_DBUS_PATH "/AccessPoint"
+

NM_DBUS_INTERFACE_DEVICE_GRE

+
#define NM_DBUS_INTERFACE_DEVICE_GRE           NM_DBUS_INTERFACE_DEVICE ".Gre"
 

-

NM_DBUS_INTERFACE_ACCESS_POINT

-
#define NM_DBUS_INTERFACE_ACCESS_POINT         NM_DBUS_INTERFACE ".AccessPoint"
+

NM_DBUS_INTERFACE_DEVICE_INFINIBAND

+
#define NM_DBUS_INTERFACE_DEVICE_INFINIBAND    NM_DBUS_INTERFACE_DEVICE ".Infiniband"
 

-

NM_DBUS_INTERFACE_DEVICE_MODEM

-
#define NM_DBUS_INTERFACE_DEVICE_MODEM         NM_DBUS_INTERFACE_DEVICE ".Modem"
+

NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL

+
#define NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL     NM_DBUS_INTERFACE_DEVICE ".IPTunnel"
 

-

NM_DBUS_INTERFACE_DEVICE_WIMAX

-
#define NM_DBUS_INTERFACE_DEVICE_WIMAX         NM_DBUS_INTERFACE_DEVICE ".WiMax"
+

NM_DBUS_INTERFACE_DEVICE_MACSEC

+
#define NM_DBUS_INTERFACE_DEVICE_MACSEC        NM_DBUS_INTERFACE_DEVICE ".Macsec"
 

-

NM_DBUS_INTERFACE_WIMAX_NSP

-
#define NM_DBUS_INTERFACE_WIMAX_NSP            NM_DBUS_INTERFACE ".WiMax.Nsp"
+

NM_DBUS_INTERFACE_DEVICE_MACVLAN

+
#define NM_DBUS_INTERFACE_DEVICE_MACVLAN       NM_DBUS_INTERFACE_DEVICE ".Macvlan"
 

-

NM_DBUS_PATH_WIMAX_NSP

-
#define NM_DBUS_PATH_WIMAX_NSP                 NM_DBUS_PATH "/Nsp"
+

NM_DBUS_INTERFACE_DEVICE_MODEM

+
#define NM_DBUS_INTERFACE_DEVICE_MODEM         NM_DBUS_INTERFACE_DEVICE ".Modem"
 

-

NM_DBUS_INTERFACE_ACTIVE_CONNECTION

-
#define NM_DBUS_INTERFACE_ACTIVE_CONNECTION    NM_DBUS_INTERFACE ".Connection.Active"
+

NM_DBUS_INTERFACE_DEVICE_OLPC_MESH

+
#define NM_DBUS_INTERFACE_DEVICE_OLPC_MESH     NM_DBUS_INTERFACE_DEVICE ".OlpcMesh"
 

-

NM_DBUS_INTERFACE_IP4_CONFIG

-
#define NM_DBUS_INTERFACE_IP4_CONFIG           NM_DBUS_INTERFACE ".IP4Config"
+

NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE

+
#define NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE    NM_DBUS_INTERFACE_DEVICE ".OvsBridge"
 

-

NM_DBUS_INTERFACE_DHCP4_CONFIG

-
#define NM_DBUS_INTERFACE_DHCP4_CONFIG         NM_DBUS_INTERFACE ".DHCP4Config"
+

NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE

+
#define NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE NM_DBUS_INTERFACE_DEVICE ".OvsInterface"
 

-

NM_DBUS_INTERFACE_IP6_CONFIG

-
#define NM_DBUS_INTERFACE_IP6_CONFIG           NM_DBUS_INTERFACE ".IP6Config"
+

NM_DBUS_INTERFACE_DEVICE_OVS_PORT

+
#define NM_DBUS_INTERFACE_DEVICE_OVS_PORT      NM_DBUS_INTERFACE_DEVICE ".OvsPort"
 

-

NM_DBUS_INTERFACE_DHCP6_CONFIG

-
#define NM_DBUS_INTERFACE_DHCP6_CONFIG         NM_DBUS_INTERFACE ".DHCP6Config"
+

NM_DBUS_INTERFACE_DEVICE_PPP

+
#define NM_DBUS_INTERFACE_DEVICE_PPP           NM_DBUS_INTERFACE_DEVICE ".Ppp"
 

-

NM_DBUS_INTERFACE_DEVICE_INFINIBAND

-
#define NM_DBUS_INTERFACE_DEVICE_INFINIBAND    NM_DBUS_INTERFACE_DEVICE ".Infiniband"
+

NM_DBUS_INTERFACE_DEVICE_STATISTICS

+
#define NM_DBUS_INTERFACE_DEVICE_STATISTICS    NM_DBUS_INTERFACE_DEVICE ".Statistics"
 

-

NM_DBUS_INTERFACE_DEVICE_BOND

-
#define NM_DBUS_INTERFACE_DEVICE_BOND          NM_DBUS_INTERFACE_DEVICE ".Bond"
+

NM_DBUS_INTERFACE_DEVICE_TEAM

+
#define NM_DBUS_INTERFACE_DEVICE_TEAM          NM_DBUS_INTERFACE_DEVICE ".Team"
 

-

NM_DBUS_INTERFACE_DEVICE_DUMMY

-
#define NM_DBUS_INTERFACE_DEVICE_DUMMY         NM_DBUS_INTERFACE_DEVICE ".Dummy"
+

NM_DBUS_INTERFACE_DEVICE_TUN

+
#define NM_DBUS_INTERFACE_DEVICE_TUN           NM_DBUS_INTERFACE_DEVICE ".Tun"
 

-

NM_DBUS_INTERFACE_DEVICE_TEAM

-
#define NM_DBUS_INTERFACE_DEVICE_TEAM          NM_DBUS_INTERFACE_DEVICE ".Team"
+

NM_DBUS_INTERFACE_DEVICE_VETH

+
#define NM_DBUS_INTERFACE_DEVICE_VETH          NM_DBUS_INTERFACE_DEVICE ".Veth"
 

@@ -663,92 +681,104 @@

-

NM_DBUS_INTERFACE_DEVICE_BRIDGE

-
#define NM_DBUS_INTERFACE_DEVICE_BRIDGE        NM_DBUS_INTERFACE_DEVICE ".Bridge"
+

NM_DBUS_INTERFACE_DEVICE_VXLAN

+
#define NM_DBUS_INTERFACE_DEVICE_VXLAN         NM_DBUS_INTERFACE_DEVICE ".Vxlan"
 

-

NM_DBUS_INTERFACE_DEVICE_GENERIC

-
#define NM_DBUS_INTERFACE_DEVICE_GENERIC       NM_DBUS_INTERFACE_DEVICE ".Generic"
+

NM_DBUS_INTERFACE_DEVICE_WIFI_P2P

+
#define NM_DBUS_INTERFACE_DEVICE_WIFI_P2P      NM_DBUS_INTERFACE_DEVICE ".WifiP2P"
 

-

NM_DBUS_INTERFACE_DEVICE_VETH

-
#define NM_DBUS_INTERFACE_DEVICE_VETH          NM_DBUS_INTERFACE_DEVICE ".Veth"
+

NM_DBUS_INTERFACE_DEVICE_WIMAX

+
#define NM_DBUS_INTERFACE_DEVICE_WIMAX         NM_DBUS_INTERFACE_DEVICE ".WiMax"
 

-

NM_DBUS_INTERFACE_DEVICE_TUN

-
#define NM_DBUS_INTERFACE_DEVICE_TUN           NM_DBUS_INTERFACE_DEVICE ".Tun"
+

NM_DBUS_INTERFACE_DEVICE_WIRED

+
#define NM_DBUS_INTERFACE_DEVICE_WIRED         NM_DBUS_INTERFACE_DEVICE ".Wired"
 

-

NM_DBUS_INTERFACE_DEVICE_MACSEC

-
#define NM_DBUS_INTERFACE_DEVICE_MACSEC        NM_DBUS_INTERFACE_DEVICE ".Macsec"
+

NM_DBUS_INTERFACE_DEVICE_WIREGUARD

+
#define NM_DBUS_INTERFACE_DEVICE_WIREGUARD     NM_DBUS_INTERFACE_DEVICE ".WireGuard"
 

-

NM_DBUS_INTERFACE_DEVICE_MACVLAN

-
#define NM_DBUS_INTERFACE_DEVICE_MACVLAN       NM_DBUS_INTERFACE_DEVICE ".Macvlan"
+

NM_DBUS_INTERFACE_DEVICE_WIRELESS

+
#define NM_DBUS_INTERFACE_DEVICE_WIRELESS      NM_DBUS_INTERFACE_DEVICE ".Wireless"
 

-

NM_DBUS_INTERFACE_DEVICE_PPP

-
#define NM_DBUS_INTERFACE_DEVICE_PPP           NM_DBUS_INTERFACE_DEVICE ".Ppp"
+

NM_DBUS_INTERFACE_DEVICE_WPAN

+
#define NM_DBUS_INTERFACE_DEVICE_WPAN          NM_DBUS_INTERFACE_DEVICE ".Wpan"
 

-

NM_DBUS_INTERFACE_DEVICE_VXLAN

-
#define NM_DBUS_INTERFACE_DEVICE_VXLAN         NM_DBUS_INTERFACE_DEVICE ".Vxlan"
+

NM_DBUS_INTERFACE_DHCP4_CONFIG

+
#define NM_DBUS_INTERFACE_DHCP4_CONFIG         NM_DBUS_INTERFACE ".DHCP4Config"
 

-

NM_DBUS_INTERFACE_DEVICE_WIREGUARD

-
#define NM_DBUS_INTERFACE_DEVICE_WIREGUARD     NM_DBUS_INTERFACE_DEVICE ".WireGuard"
+

NM_DBUS_INTERFACE_DHCP6_CONFIG

+
#define NM_DBUS_INTERFACE_DHCP6_CONFIG         NM_DBUS_INTERFACE ".DHCP6Config"
 

-

NM_DBUS_INTERFACE_DEVICE_GRE

-
#define NM_DBUS_INTERFACE_DEVICE_GRE           NM_DBUS_INTERFACE_DEVICE ".Gre"
+

NM_DBUS_INTERFACE_IP4_CONFIG

+
#define NM_DBUS_INTERFACE_IP4_CONFIG           NM_DBUS_INTERFACE ".IP4Config"
 

-

NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL

-
#define NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL     NM_DBUS_INTERFACE_DEVICE ".IPTunnel"
+

NM_DBUS_INTERFACE_IP6_CONFIG

+
#define NM_DBUS_INTERFACE_IP6_CONFIG           NM_DBUS_INTERFACE ".IP6Config"
 

-

NM_DBUS_INTERFACE_DEVICE_WPAN

-
#define NM_DBUS_INTERFACE_DEVICE_WPAN          NM_DBUS_INTERFACE_DEVICE ".Wpan"
+

NM_DBUS_INTERFACE_WIFI_P2P_PEER

+
#define NM_DBUS_INTERFACE_WIFI_P2P_PEER        NM_DBUS_INTERFACE ".WifiP2PPeer"
 

-

NM_DBUS_INTERFACE_DEVICE_6LOWPAN

-
#define NM_DBUS_INTERFACE_DEVICE_6LOWPAN       NM_DBUS_INTERFACE_DEVICE ".Lowpan"
+

NM_DBUS_INTERFACE_WIMAX_NSP

+
#define NM_DBUS_INTERFACE_WIMAX_NSP            NM_DBUS_INTERFACE ".WiMax.Nsp"
 

-

NM_DBUS_INTERFACE_DEVICE_STATISTICS

-
#define NM_DBUS_INTERFACE_DEVICE_STATISTICS    NM_DBUS_INTERFACE_DEVICE ".Statistics"
+

NM_DBUS_PATH

+
#define NM_DBUS_PATH                           "/org/freedesktop/NetworkManager"
 

-

NM_DBUS_INTERFACE_CHECKPOINT

-
#define NM_DBUS_INTERFACE_CHECKPOINT           NM_DBUS_INTERFACE ".Checkpoint"
+

NM_DBUS_PATH_ACCESS_POINT

+
#define NM_DBUS_PATH_ACCESS_POINT              NM_DBUS_PATH "/AccessPoint"
+
+
+
+
+

NM_DBUS_PATH_WIFI_P2P_PEER

+
#define NM_DBUS_PATH_WIFI_P2P_PEER             NM_DBUS_PATH "/WifiP2PPeer"
+
+
+
+
+

NM_DBUS_PATH_WIMAX_NSP

+
#define NM_DBUS_PATH_WIMAX_NSP                 NM_DBUS_PATH "/Nsp"
 

@@ -1225,6 +1255,13 @@ GSM/UMTS, or LTE network access protocols

  + +

NM_DEVICE_TYPE_WIFI_P2P

+ +

an 802.11 Wi-Fi P2P device (Since: 1.16)

+ +  +
@@ -1534,6 +1571,14 @@ is supported

  + +

NM_802_11_AP_SEC_KEY_MGMT_SAE

+ +

WPA/RSN Simultaneous Authentication of Equals is +supported

+ +  +
@@ -2342,6 +2387,13 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability

  + +

NM_DEVICE_STATE_REASON_PEER_NOT_FOUND

+ +

The Wi-Fi P2P peer could not be found

+ +  +
diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index 24ed306f..cd91f295 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -254,7 +254,7 @@ nm_vpn_plugin_error_quark (void

enum NMAgentManagerError

Errors returned from the secret-agent manager.

These errors may be returned from operations that could cause secrets to be -requested (such as nm_client_activate_connection()), and correspond to D-Bus +requested (such as nm_client_activate_connection()), and correspond to D-Bus errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.

Members

@@ -582,6 +582,13 @@ returned from D-Bus operations (where they correspond to errors in the   + +

NM_DEVICE_ERROR_INVALID_ARGUMENT

+ +

invalid argument. Since: 1.16

+ +  +
@@ -730,7 +737,7 @@ errors in that namespace.

when they encounter problems retrieving secrets on behalf of NM. They correspond to errors in the "org.freedesktop.NetworkManager.SecretManager" namespace.

-

Client APIs such as nm_client_activate_connection() will not see these error +

Client APIs such as nm_client_activate_connection() will not see these error codes; instead, the secret agent manager will translate them to the corresponding NMAgentManagerError codes.

diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index 099fb063..3528aac9 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -631,6 +631,14 @@ nm_utils_get_timestamp_msec () + + +gboolean + + +nm_utils_base64secret_decode () + +
@@ -1888,9 +1896,9 @@ and predicate

user_data

-

(allow-none): user data for predicate +

user data for predicate function.

-[closure] +[closure][allow-none]

error

@@ -3356,6 +3364,51 @@ nm_utils_sriov_vf_from_str (const gint64 nm_utils_get_timestamp_msec (void);
+
+
+

nm_utils_base64secret_decode ()

+
gboolean
+nm_utils_base64secret_decode (const char *base64_key,
+                              gsize required_key_len,
+                              guint8 *out_key);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

base64_key

the (possibly invalid) base64 encode key.

 

required_key_len

the expected (binary) length of the key after +decoding. If the length does not match, the validation fails.

 

out_key

(out): an optional output buffer for the binary +key. If given, it will be filled with exactly required_key_len +bytes.

[allow-none]
+
+
+

Returns

+

TRUE if the input key is a valid base64 encoded key +with required_key_len +bytes.

+
+

Since: 1.16

+

Types and Values

diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index 7ad47bb1..847ecd84 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -44,8 +44,8 @@ - + @@ -57,8 +57,10 @@ + + @@ -87,6 +89,7 @@ + @@ -94,6 +97,7 @@ + @@ -327,48 +331,51 @@ - + + + - + - - - - - - - - - - - - - - - - - - - - + - - + + + + + + + + + + + + + + + + - - + - - - + + + + + + + + + + @@ -533,6 +540,7 @@ + @@ -1492,24 +1500,6 @@ - - - - - - - - - - - - - - - - - - @@ -1567,6 +1557,24 @@ + + + + + + + + + + + + + + + + + + @@ -1957,6 +1965,14 @@ + + + + + + + + @@ -2023,6 +2039,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2594,6 +2663,16 @@ + + + + + + + + + + @@ -2757,6 +2836,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -2883,6 +2984,7 @@ + @@ -2976,6 +3078,7 @@ + @@ -3014,6 +3117,7 @@ + @@ -3096,6 +3200,7 @@ + @@ -3129,6 +3234,7 @@ + @@ -3225,6 +3331,7 @@ + @@ -3357,7 +3464,6 @@ - @@ -3416,7 +3522,6 @@ - @@ -3451,8 +3556,6 @@ - - diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index b255f829..d9093705 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -53,12 +53,14 @@ ├── NMDeviceVlan ├── NMDeviceVxlan ├── NMDeviceWifi + ├── NMDeviceWifiP2P ├── NMDeviceWimax ├── NMDeviceWireGuard ╰── NMDeviceWpan ├── NMDhcpConfig ├── NMIPConfig ├── NMRemoteConnection + ├── NMWifiP2PPeer ╰── NMWimaxNsp ├── NMClient ├── NMSecretAgentOld @@ -103,8 +105,10 @@ ├── NMSettingVlan ├── NMSettingVpn ├── NMSettingVxlan + ├── NMSettingWifiP2P ├── NMSettingWimax ├── NMSettingWired + ├── NMSettingWireGuard ├── NMSettingWireless ├── NMSettingWirelessSecurity ╰── NMSettingWpan @@ -126,7 +130,6 @@ ├── NMIPTunnelFlags ├── NMSecretAgentCapabilities ├── NMSecretAgentGetSecretsFlags - ├── NMSetting8021xAuthFlags ├── NMSettingDcbFlags ├── NMSettingSecretFlags ├── NMSettingWiredWakeOnLan @@ -160,6 +163,7 @@ ├── NMDeviceType ├── NMIPTunnelMode ├── NMMetered + ├── NMSetting8021xAuthFlags ├── NMSetting8021xCKFormat ├── NMSetting8021xCKScheme ├── NMSettingCompareFlags @@ -200,7 +204,8 @@ ├── NMTCAction ├── NMTCQdisc ├── NMTCTfilter - ╰── NMTeamLinkWatcher + ├── NMTeamLinkWatcher + ╰── NMWireGuardPeer