From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMDeviceWimax.html | 114 +++++++++++++++++++++++++------------ 1 file changed, 78 insertions(+), 36 deletions(-) (limited to 'docs/libnm/html/NMDeviceWimax.html') diff --git a/docs/libnm/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html index f1d58b57..4fc7c558 100644 --- a/docs/libnm/html/NMDeviceWimax.html +++ b/docs/libnm/html/NMDeviceWimax.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMDeviceWimax +NMDeviceWimax: libnm Reference Manual - + @@ -245,8 +245,6 @@

Description

-

-

Functions

@@ -274,7 +272,6 @@ nm_device_wimax_get_hw_address (

Returns

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

-


@@ -394,7 +391,6 @@ device is not connected.

Returns

the center frequency in KHz, or 0

-


@@ -424,7 +420,6 @@ device is not connected.

Returns

the RSSI in dBm, or 0

-


@@ -453,7 +448,6 @@ meaning when the device is not connected.

Returns

the CINR in dB, or 0

-


@@ -482,7 +476,6 @@ nm_device_wimax_get_tx_power (

Returns

the TX power in dBm, or 0

-


@@ -509,7 +502,6 @@ nm_device_wimax_get_bsid (

Returns

the ID of the serving Base Station, or NULL

-

@@ -519,64 +511,48 @@ nm_device_wimax_get_bsid (

NM_DEVICE_WIMAX_HW_ADDRESS

#define NM_DEVICE_WIMAX_HW_ADDRESS       "hw-address"
 
-

-


NM_DEVICE_WIMAX_ACTIVE_NSP

#define NM_DEVICE_WIMAX_ACTIVE_NSP       "active-nsp"
 
-

-


NM_DEVICE_WIMAX_CENTER_FREQUENCY

#define NM_DEVICE_WIMAX_CENTER_FREQUENCY "center-frequency"
 
-

-


NM_DEVICE_WIMAX_RSSI

#define NM_DEVICE_WIMAX_RSSI             "rssi"
 
-

-


NM_DEVICE_WIMAX_CINR

#define NM_DEVICE_WIMAX_CINR             "cinr"
 
-

-


NM_DEVICE_WIMAX_TX_POWER

#define NM_DEVICE_WIMAX_TX_POWER         "tx-power"
 
-

-


NM_DEVICE_WIMAX_BSID

#define NM_DEVICE_WIMAX_BSID             "bsid"
 
-

-


NM_DEVICE_WIMAX_NSPS

#define NM_DEVICE_WIMAX_NSPS             "nsps"
 
-

-

@@ -584,14 +560,15 @@ nm_device_wimax_get_bsid (

The “active-nsp” property

  “active-nsp”               NMWimaxNsp *
-

+

The active NMWimaxNsp of the device.

Flags: Read


The “bsid” property

  “bsid”                     gchar *
-

+

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

Flags: Read

Default value: NULL

@@ -599,7 +576,9 @@ nm_device_wimax_get_bsid (

The “center-frequency” property

  “center-frequency”         guint
-

+

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.

Flags: Read

Default value: 0

@@ -607,7 +586,9 @@ nm_device_wimax_get_bsid (

The “cinr” property

  “cinr”                     gint
-

+

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.

Flags: Read

Default value: 0

@@ -615,7 +596,7 @@ nm_device_wimax_get_bsid (

The “hw-address” property

  “hw-address”               gchar *
-

+

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -623,14 +604,18 @@ nm_device_wimax_get_bsid (

The “nsps” property

  “nsps”                     GPtrArray *
-

+

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

+

Element-type: NMWimaxNsp

Flags: Read


The “rssi” property

  “rssi”                     gint
-

+

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.

Flags: Read

Default value: 0

@@ -638,7 +623,9 @@ nm_device_wimax_get_bsid (

The “tx-power” property

  “tx-power”                 gint
-

+

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.

Flags: Read

Default value: 0

@@ -651,6 +638,34 @@ nm_device_wimax_get_bsid (NMDeviceWimax *self, GObject *nsp, gpointer user_data) +

Notifies that a NMWimaxNsp is added to the wimax device.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the wimax device that received the signal

 

nsp

the new NSP

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First


@@ -660,12 +675,39 @@ user_function (< user_function (NMDeviceWimax *self, GObject *nsp, gpointer user_data) +

Notifies that a NMWimaxNsp is removed from the wimax device.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

self

the wimax device that received the signal

 

nsp

the removed NSP

 

user_data

user data set when the signal handler was connected.

 
+

Flags: Run First

+
Generated by GTK-Doc V1.24 \ No newline at end of file -- cgit 1.3.0-6-gf8a5