NM.WimaxNsp

g GObject.Object GObject.Object NM.Object NM.Object GObject.Object->NM.Object NM.WimaxNsp NM.WimaxNsp NM.Object->NM.WimaxNsp

Subclasses:

None

Methods

Inherited:

NM.Object (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

connection_valid (connection)

filter_connections (connections)

get_name ()

get_network_type ()

get_signal_quality ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Object (2)

Name

Type

Flags

Short Description

name

str

r

deprecated

network-type

NM.WimaxNspNetworkType

r

deprecated

signal-quality

int

r

deprecated

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.WimaxNsp(**kwargs)
Bases:

NM.Object

Abstract:

No

Structure:

NM.WimaxNspClass

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

connection_valid(connection)
Parameters:

connection (NM.Connection) – an NM.Connection to validate against self

Returns:

True if the connection may be activated with this WiMAX NSP, False if it cannot be.

Return type:

bool

Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the self's network name and other attributes.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

filter_connections(connections)
Parameters:

connections ([NM.Connection]) – an array of NM.Connections to filter

Returns:

an array of NM.Connections that could be activated with the given self. The array should be freed with g_ptr_array_unref() when it is no longer required.

Return type:

[NM.Connection]

Filters a given array of connections for a given NM.WimaxNsp object and return connections which may be activated with the NSP. Any returned connections will match the self's network name and other attributes.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

get_name()
Returns:

the name

Return type:

str

Gets the name of the wimax NSP

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

get_network_type()
Returns:

the network type

Return type:

NM.WimaxNspNetworkType

Gets the network type of the wimax NSP.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

get_signal_quality()
Returns:

the signal quality

Return type:

int

Gets the WPA signal quality of the wimax NSP.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

Property Details

NM.WimaxNsp.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE

The name of the WiMAX NSP.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

NM.WimaxNsp.props.network_type
Name:

network-type

Type:

NM.WimaxNspNetworkType

Default Value:

NM.WimaxNspNetworkType.UNKNOWN

Flags:

READABLE

The network type of the WiMAX NSP.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.

NM.WimaxNsp.props.signal_quality
Name:

signal-quality

Type:

int

Default Value:

0

Flags:

READABLE

The signal quality of the WiMAX NSP.

Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.