NM.DeviceWimax

g GObject.Object GObject.Object NM.Object NM.Object GObject.Object->NM.Object NM.Device NM.Device NM.DeviceWimax NM.DeviceWimax NM.Device->NM.DeviceWimax NM.Object->NM.Device

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

get_active_nsp ()

get_bsid ()

get_center_frequency ()

get_cinr ()

get_hw_address ()

get_nsp_by_path (path)

get_nsps ()

get_rssi ()

get_tx_power ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Device (32), NM.Object (2)

Name

Type

Flags

Short Description

active-nsp

NM.WimaxNsp

r

deprecated

bsid

str

r

deprecated

center-frequency

int

r

deprecated

cinr

int

r

deprecated

nsps

GLib.PtrArray

r

rssi

int

r

deprecated

tx-power

int

r

deprecated

Signals

Inherited:

NM.Device (1), GObject.Object (1)

Name

Short Description

nsp-added

Notifies that a NM.WimaxNsp is added to the wimax device. deprecated

nsp-removed

Notifies that a NM.WimaxNsp is removed from the wimax device. deprecated

Fields

Inherited:

NM.Device (1), GObject.Object (1)

Class Details

class NM.DeviceWimax(**kwargs)
Bases:

NM.Device

Abstract:

No

Structure:

NM.DeviceWimaxClass

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

get_active_nsp()
Returns:

the access point or None if none is active

Return type:

NM.WimaxNsp

Gets the active NM.WimaxNsp.

Deprecated since version 1.2: WiMAX is no longer supported.

get_bsid()
Returns:

the ID of the serving Base Station, or None

Return type:

str

Gets the ID of the serving Base Station when the device is connected.

Deprecated since version 1.2: WiMAX is no longer supported.

get_center_frequency()
Returns:

the center frequency in KHz, or 0

Return type:

int

Gets the center frequency (in KHz) of the radio channel the device is using to communicate with the network when connected. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

get_cinr()
Returns:

the CINR in dB, or 0

Return type:

int

Gets the CINR (Carrier to Interference + Noise Ratio) of the current radio link in dB. CINR is a more accurate measure of radio link quality. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

get_hw_address()
Returns:

the hardware address. This is the internal string used by the device, and must not be modified.

Return type:

str

Gets the hardware (MAC) address of the NM.DeviceWimax

Deprecated since version 1.2: WiMAX is no longer supported.

get_nsp_by_path(path)
Parameters:

path (str) – the object path of the NSP

Returns:

the access point or None if none is found.

Return type:

NM.WimaxNsp

Gets a NM.WimaxNsp by path.

Deprecated since version 1.2: WiMAX is no longer supported.

get_nsps()
Returns:

a GLib.PtrArray containing all the scanned NM.WimaxNsps. The returned array is owned by the client and should not be modified.

Return type:

[NM.WimaxNsp]

Gets all the scanned NSPs of the NM.DeviceWimax.

Deprecated since version 1.2: WiMAX is no longer supported.

get_rssi()
Returns:

the RSSI in dBm, or 0

Return type:

int

Gets the RSSI of the current radio link in dBm. This value indicates how strong the raw received RF signal from the base station is, but does not indicate the overall quality of the radio link. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

get_tx_power()
Returns:

the TX power in dBm, or 0

Return type:

int

Average power of the last burst transmitted by the device, in units of 0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 dBm. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

Signal Details

NM.DeviceWimax.signals.nsp_added(device_wimax, nsp)
Signal Name:

nsp-added

Flags:

RUN_FIRST

Parameters:

Notifies that a NM.WimaxNsp is added to the wimax device.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.signals.nsp_removed(device_wimax, nsp)
Signal Name:

nsp-removed

Flags:

RUN_FIRST

Parameters:

Notifies that a NM.WimaxNsp is removed from the wimax device.

Deprecated since version 1.2: WiMAX is no longer supported.

Property Details

NM.DeviceWimax.props.active_nsp
Name:

active-nsp

Type:

NM.WimaxNsp

Default Value:

None

Flags:

READABLE

The active NM.WimaxNsp of the device.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.props.bsid
Name:

bsid

Type:

str

Default Value:

None

Flags:

READABLE

The ID of the serving base station as received from the network. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.props.center_frequency
Name:

center-frequency

Type:

int

Default Value:

0

Flags:

READABLE

The center frequency (in KHz) of the radio channel the device is using to communicate with the network when connected. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.props.cinr
Name:

cinr

Type:

int

Default Value:

0

Flags:

READABLE

CINR (Carrier to Interference + Noise Ratio) of the current radio link in dB. CINR is a more accurate measure of radio link quality. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.props.nsps
Name:

nsps

Type:

GLib.PtrArray

Default Value:

None

Flags:

READABLE

List of all WiMAX Network Service Providers the device can see.

NM.DeviceWimax.props.rssi
Name:

rssi

Type:

int

Default Value:

0

Flags:

READABLE

RSSI of the current radio link in dBm. This value indicates how strong the raw received RF signal from the base station is, but does not indicate the overall quality of the radio link. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.

NM.DeviceWimax.props.tx_power
Name:

tx-power

Type:

int

Default Value:

0

Flags:

READABLE

Average power of the last burst transmitted by the device, in units of 0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 dBm. Has no meaning when the device is not connected.

Deprecated since version 1.2: WiMAX is no longer supported.