From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMSettingOlpcMesh.html | 190 +++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/libnm/html/NMSettingOlpcMesh.html (limited to 'docs/libnm/html/NMSettingOlpcMesh.html') diff --git a/docs/libnm/html/NMSettingOlpcMesh.html b/docs/libnm/html/NMSettingOlpcMesh.html new file mode 100644 index 00000000..c20ae085 --- /dev/null +++ b/docs/libnm/html/NMSettingOlpcMesh.html @@ -0,0 +1,190 @@ + + + + +NMSettingOlpcMesh: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOlpcMesh

+

NMSettingOlpcMesh — Describes connection properties for OLPC-Mesh devices

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_olpc_mesh_new () +
+GBytes * + +nm_setting_olpc_mesh_get_ssid () +
+guint32 + +nm_setting_olpc_mesh_get_channel () +
const char * + +nm_setting_olpc_mesh_get_dhcp_anycast_address () +
+
+
+

Types and Values

+ +
+
+

Description

+

The NMSettingOlpcMesh object is a NMSetting subclass that describes properties +necessary for connection to OLPC-Mesh devices.

+
+
+

Functions

+
+

nm_setting_olpc_mesh_new ()

+
NMSetting *
+nm_setting_olpc_mesh_new (void);
+

Creates a new NMSettingOlpcMesh object with default values.

+
+

Returns

+

the new empty NMSettingOlpcMesh object

+
+
+
+
+

nm_setting_olpc_mesh_get_ssid ()

+
GBytes *
+nm_setting_olpc_mesh_get_ssid (NMSettingOlpcMesh *setting);
+
+

Parameters

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

setting

the NMSettingOlpcMesh

 
+
+
+

Returns

+

.

+

[transfer none]

+
+
+
+
+

nm_setting_olpc_mesh_get_channel ()

+
guint32
+nm_setting_olpc_mesh_get_channel (NMSettingOlpcMesh *setting);
+
+
+
+

nm_setting_olpc_mesh_get_dhcp_anycast_address ()

+
const char *
+nm_setting_olpc_mesh_get_dhcp_anycast_address
+                               (NMSettingOlpcMesh *setting);
+
+
+
+

Types and Values

+
+

NM_SETTING_OLPC_MESH_SETTING_NAME

+
#define NM_SETTING_OLPC_MESH_SETTING_NAME "802-11-olpc-mesh"
+
+
+
+
+

NM_SETTING_OLPC_MESH_SSID

+
#define NM_SETTING_OLPC_MESH_SSID                 "ssid"
+
+
+
+
+

NM_SETTING_OLPC_MESH_CHANNEL

+
#define NM_SETTING_OLPC_MESH_CHANNEL              "channel"
+
+
+
+
+

NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS

+
#define NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS "dhcp-anycast-address"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5