From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm/html/NMDeviceWimax.html | 112 ++++++++++++++++++++++++++++++------- 1 file changed, 92 insertions(+), 20 deletions(-) (limited to 'docs/libnm/html/NMDeviceWimax.html') diff --git a/docs/libnm/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html index 4fc7c558..24c99f8e 100644 --- a/docs/libnm/html/NMDeviceWimax.html +++ b/docs/libnm/html/NMDeviceWimax.html @@ -252,9 +252,13 @@

nm_device_wimax_get_hw_address ()

const char *
 nm_device_wimax_get_hw_address (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_hw_address has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the hardware (MAC) address of the NMDeviceWimax

-

Parameters

+

Parameters

@@ -269,7 +273,7 @@ nm_device_wimax_get_hw_address (
-

Returns

+

Returns

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

@@ -279,9 +283,13 @@ device, and must not be modified.

nm_device_wimax_get_active_nsp ()

NMWimaxNsp *
 nm_device_wimax_get_active_nsp (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_active_nsp has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets the active NMWimaxNsp.

-

Parameters

+

Parameters

@@ -296,7 +304,7 @@ nm_device_wimax_get_active_nsp (
-

Returns

+

Returns

the access point or NULL if none is active.

[transfer full]

@@ -307,9 +315,13 @@ nm_device_wimax_get_active_nsp (NMWimaxNsp * nm_device_wimax_get_nsp_by_path (NMDeviceWimax *wimax, const char *path); +
+

nm_device_wimax_get_nsp_by_path has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets a NMWimaxNsp by path.

-

Parameters

+

Parameters

@@ -331,7 +343,7 @@ nm_device_wimax_get_nsp_by_path (
-

Returns

+

Returns

the access point or NULL if none is found.

[transfer none]

@@ -341,9 +353,13 @@ nm_device_wimax_get_nsp_by_path (

nm_device_wimax_get_nsps ()

const GPtrArray *
 nm_device_wimax_get_nsps (NMDeviceWimax *wimax);
+
+

nm_device_wimax_get_nsps has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Gets all the scanned NSPs of the NMDeviceWimax.

-

Parameters

+

Parameters

@@ -358,7 +374,7 @@ nm_device_wimax_get_nsps ( -

Returns

+

Returns

a GPtrArray containing all the scanned NMWimaxNsps. The returned array is owned by the client and should not be modified.

@@ -370,11 +386,15 @@ The returned array is owned by the client and should not be modified.

nm_device_wimax_get_center_frequency ()

guint
 nm_device_wimax_get_center_frequency (NMDeviceWimax *self);
+
+

nm_device_wimax_get_center_frequency has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

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.

-

Parameters

+

Parameters

@@ -389,7 +409,7 @@ device is not connected.

-

Returns

+

Returns

the center frequency in KHz, or 0

@@ -398,12 +418,16 @@ device is not connected.

nm_device_wimax_get_rssi ()

gint
 nm_device_wimax_get_rssi (NMDeviceWimax *self);
+
+

nm_device_wimax_get_rssi has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

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.

-

Parameters

+

Parameters

@@ -418,7 +442,7 @@ device is not connected.

-

Returns

+

Returns

the RSSI in dBm, or 0

@@ -427,11 +451,15 @@ device is not connected.

nm_device_wimax_get_cinr ()

gint
 nm_device_wimax_get_cinr (NMDeviceWimax *self);
+
+

nm_device_wimax_get_cinr has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

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.

-

Parameters

+

Parameters

@@ -446,7 +474,7 @@ meaning when the device is not connected.

-

Returns

+

Returns

the CINR in dB, or 0

@@ -455,11 +483,15 @@ meaning when the device is not connected.

nm_device_wimax_get_tx_power ()

gint
 nm_device_wimax_get_tx_power (NMDeviceWimax *self);
+
+

nm_device_wimax_get_tx_power has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

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.

-

Parameters

+

Parameters

@@ -474,7 +506,7 @@ nm_device_wimax_get_tx_power ( -

Returns

+

Returns

the TX power in dBm, or 0

@@ -483,9 +515,13 @@ nm_device_wimax_get_tx_power (

nm_device_wimax_get_bsid ()

const char *
 nm_device_wimax_get_bsid (NMDeviceWimax *self);
+
+

nm_device_wimax_get_bsid has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

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

-

Parameters

+

Parameters

@@ -500,7 +536,7 @@ nm_device_wimax_get_bsid ( -

Returns

+

Returns

the ID of the serving Base Station, or NULL

@@ -561,6 +597,10 @@ nm_device_wimax_get_bsid (

The “active-nsp” property

  “active-nsp”               NMWimaxNsp *

The active NMWimaxNsp of the device.

+
+

NMDeviceWimax:active-nsp has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read


@@ -569,6 +609,10 @@ nm_device_wimax_get_bsid ( “bsid” gchar *

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

+
+

NMDeviceWimax:bsid has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: NULL

@@ -579,6 +623,10 @@ no meaning when the device is not connected.

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.

+
+

NMDeviceWimax:center-frequency has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -589,6 +637,10 @@ device is not connected.

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.

+
+

NMDeviceWimax:cinr has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -597,6 +649,10 @@ meaning when the device is not connected.

The “hw-address” property

  “hw-address”               gchar *

The hardware (MAC) address of the device.

+
+

NMDeviceWimax:hw-address has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: NULL

@@ -616,6 +672,10 @@ meaning when the device is not connected.

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.

+
+

NMDeviceWimax:rssi has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -626,6 +686,10 @@ device is not connected.

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.

+
+

NMDeviceWimax:tx-power has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+

Flags: Read

Default value: 0

@@ -639,8 +703,12 @@ user_function (< GObject *nsp, gpointer user_data)

Notifies that a NMWimaxNsp is added to the wimax device.

+
+

NMDeviceWimax::nsp-added has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+
-

Parameters

+

Parameters

@@ -676,8 +744,12 @@ user_function (< GObject *nsp, gpointer user_data)

Notifies that a NMWimaxNsp is removed from the wimax device.

+
+

NMDeviceWimax::nsp-removed has been deprecated since version 1.2 and should not be used in newly-written code.

+

WiMAX is no longer supported.

+
-

Parameters

+

Parameters

-- cgit 1.3.0-6-gf8a5