Top |
guint | channel | Read / Write |
char * | dhcp-anycast-address | Read / Write |
GBytes * | ssid | Read / Write |
#define | NM_SETTING_OLPC_MESH_SETTING_NAME |
#define | NM_SETTING_OLPC_MESH_SSID |
#define | NM_SETTING_OLPC_MESH_CHANNEL |
#define | NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS |
NMSettingOlpcMesh |
The NMSettingOlpcMesh object is a NMSetting subclass that describes properties necessary for connection to OLPC-Mesh devices.
NMSetting *
nm_setting_olpc_mesh_new (void
);
Creates a new NMSettingOlpcMesh object with default values.
GBytes *
nm_setting_olpc_mesh_get_ssid (NMSettingOlpcMesh *setting
);
guint32
nm_setting_olpc_mesh_get_channel (NMSettingOlpcMesh *setting
);
const char *
nm_setting_olpc_mesh_get_dhcp_anycast_address
(NMSettingOlpcMesh *setting
);
#define NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS "dhcp-anycast-address"
“channel”
property“channel” guint
Channel on which the mesh network to join is located.
Owner: NMSettingOlpcMesh
Flags: Read / Write
Default value: 0
“dhcp-anycast-address”
property “dhcp-anycast-address” char *
Anycast DHCP MAC address used when requesting an IP address via DHCP. The specific anycast address used determines which DHCP server class answers the request.
Owner: NMSettingOlpcMesh
Flags: Read / Write
Default value: NULL
“ssid”
property“ssid” GBytes *
SSID of the mesh network to join.
Owner: NMSettingOlpcMesh
Flags: Read / Write