NM.SettingOlpcMesh

g GObject.Object GObject.Object NM.Setting NM.Setting GObject.Object->NM.Setting NM.SettingOlpcMesh NM.SettingOlpcMesh NM.Setting->NM.SettingOlpcMesh

Subclasses:

None

Methods

Inherited:

NM.Setting (21), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_channel ()

get_dhcp_anycast_address ()

get_ssid ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

channel

int

r/w/en

dhcp-anycast-address

str

r/w/en

ssid

GLib.Bytes

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingOlpcMesh(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingOlpcMeshClass

OLPC Wireless Mesh Settings

classmethod new()
Returns:

the new empty NM.SettingOlpcMesh object

Return type:

NM.Setting

Creates a new NM.SettingOlpcMesh object with default values.

get_channel()
Return type:

int

get_dhcp_anycast_address()
Return type:

str

get_ssid()
Return type:

GLib.Bytes

Property Details

NM.SettingOlpcMesh.props.channel
Name:

channel

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Channel on which the mesh network to join is located.

NM.SettingOlpcMesh.props.dhcp_anycast_address
Name:

dhcp-anycast-address

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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.

This is currently only implemented by dhclient DHCP plugin.

NM.SettingOlpcMesh.props.ssid
Name:

ssid

Type:

GLib.Bytes

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

SSID of the mesh network to join.