NM.SettingWimax

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

get_mac_address ()

get_network_name ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

mac-address

str

r/w/en

deprecated

network-name

str

r/w/en

deprecated

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingWimax(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingWimaxClass

WiMax Settings

classmethod new()
Returns:

the new empty NM.SettingWimax object

Return type:

NM.Setting

Creates a new NM.SettingWimax object with default values.

Deprecated since version 1.2: WiMAX is no longer supported.

get_mac_address()
Returns:

the MAC address

Return type:

str

Returns the MAC address of a WiMAX device which this connection is locked to.

Deprecated since version 1.2: WiMAX is no longer supported.

get_network_name()
Returns:

the WiMAX NSP name

Return type:

str

Returns the WiMAX NSP name (ex “Sprint” or “CLEAR”) which identifies the specific WiMAX network this setting describes a connection to.

Deprecated since version 1.2: WiMAX is no longer supported.

Property Details

NM.SettingWimax.props.mac_address
Name:

mac-address

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing).

Deprecated since version 1.2: WiMAX is no longer supported.

NM.SettingWimax.props.network_name
Name:

network-name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Network Service Provider (NSP) name of the WiMAX network this connection should use.

Deprecated since version 1.2: WiMAX is no longer supported.