NM.DeviceWimax¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|
||
r |
|
||
r |
|
||
r |
|
||
r |
|||
r |
|
||
r |
|
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Notifies that a |
|
Notifies that a |
Fields¶
- Inherited:
Class Details¶
- class NM.DeviceWimax(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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:
Gets the active
NM.WimaxNsp
.Deprecated since version 1.2: WiMAX is no longer supported.
- get_bsid()¶
-
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:
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:
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:
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:
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 scannedNM.WimaxNsps
. The returned array is owned by the client and should not be modified.- Return type:
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:
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:
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:
- Parameters:
device_wimax (
NM.DeviceWimax
) – The object which received the signalnsp (
GObject.Object
) – the new NSP
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:
- Parameters:
device_wimax (
NM.DeviceWimax
) – The object which received the signalnsp (
GObject.Object
) – the removed NSP
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:
- Default Value:
- Flags:
The active
NM.WimaxNsp
of the device.Deprecated since version 1.2: WiMAX is no longer supported.
- NM.DeviceWimax.props.bsid¶
-
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¶
-
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¶
-
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:
- Default Value:
- Flags:
List of all WiMAX Network Service Providers the device can see.
- NM.DeviceWimax.props.rssi¶
-
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¶
-
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.