Top |
#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 |
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
);