| Top |
Functions
| GQuark | nm_device_olpc_mesh_error_quark () |
| GObject * | nm_device_olpc_mesh_new () |
| const char * | nm_device_olpc_mesh_get_hw_address () |
| NMDeviceWifi * | nm_device_olpc_mesh_get_companion () |
| guint32 | nm_device_olpc_mesh_get_active_channel () |
Types and Values
| enum | NMDeviceOlpcMeshError |
| #define | NM_DEVICE_OLPC_MESH_ERROR |
| #define | NM_DEVICE_OLPC_MESH_HW_ADDRESS |
| #define | NM_DEVICE_OLPC_MESH_COMPANION |
| #define | NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL |
Functions
nm_device_olpc_mesh_error_quark ()
GQuark
nm_device_olpc_mesh_error_quark (void);
Registers an error quark for NMDeviceOlpcMesh if necessary.
nm_device_olpc_mesh_new ()
GObject * nm_device_olpc_mesh_new (DBusGConnection *connection,const char *path);
Creates a new NMDeviceOlpcMesh.
nm_device_olpc_mesh_get_hw_address ()
const char *
nm_device_olpc_mesh_get_hw_address (NMDeviceOlpcMesh *device);
Gets the hardware (MAC) address of the NMDeviceOlpcMesh
nm_device_olpc_mesh_get_companion ()
NMDeviceWifi *
nm_device_olpc_mesh_get_companion (NMDeviceOlpcMesh *device);
Gets the companion device of the NMDeviceOlpcMesh.
nm_device_olpc_mesh_get_active_channel ()
guint32
nm_device_olpc_mesh_get_active_channel
(NMDeviceOlpcMesh *device);
Returns the active channel of the NMDeviceOlpcMesh device.
