From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMSettingWimax.html | 320 ++++++++++++++++++++---------------- 1 file changed, 175 insertions(+), 145 deletions(-) (limited to 'docs/libnm/html/NMSettingWimax.html') diff --git a/docs/libnm/html/NMSettingWimax.html b/docs/libnm/html/NMSettingWimax.html index 7b2f64f9..99666051 100644 --- a/docs/libnm/html/NMSettingWimax.html +++ b/docs/libnm/html/NMSettingWimax.html @@ -2,34 +2,28 @@ -NMSettingWimax +libnm Reference Manual: NMSettingWimax - + - - - - - - - - - - + + + + + + +
@@ -37,181 +31,217 @@

NMSettingWimax

NMSettingWimax — Describes 802.16e Mobile WiMAX connection properties

- +
-
-

Object Hierarchy

-
-  GObject
-   +----NMSetting
-         +----NMSettingWimax
-
+

Functions

+
++++ + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_wimax_new () +
const char * + +nm_setting_wimax_get_network_name () +
const char * + +nm_setting_wimax_get_mac_address () +

Properties

-
-  "mac-address"              gchar*                : Read / Write
-  "network-name"             gchar*                : Read / Write
+
+++++ + + + + + + + + + + + + +
+gchar *mac-addressRead / Write
+gchar *network-nameRead / Write
+
+
+

Types and Values

+ +
+
+

Object Hierarchy

+
    GObject
+    ╰── NMSetting
+        ╰── NMSettingWimax
 

Description

-

-The NMSettingWimax object is a NMSetting subclass that describes properties -necessary for connection to 802.16e Mobile WiMAX networks. -

+

The NMSettingWimax object is a NMSetting subclass that describes properties +necessary for connection to 802.16e Mobile WiMAX networks.

-

Details

+

Functions

-

NM_SETTING_WIMAX_SETTING_NAME

-
#define NM_SETTING_WIMAX_SETTING_NAME "wimax"
-
-

-

+

nm_setting_wimax_new ()

+
NMSetting *
+nm_setting_wimax_new (void);
+

Creates a new NMSettingWimax object with default values.

+
+

Returns

+

the new empty NMSettingWimax object

+

-
-
-

NM_SETTING_WIMAX_NETWORK_NAME

-
#define NM_SETTING_WIMAX_NETWORK_NAME "network-name"
-
-

-


-

NM_SETTING_WIMAX_MAC_ADDRESS

-
#define NM_SETTING_WIMAX_MAC_ADDRESS  "mac-address"
-
-

-

+

nm_setting_wimax_get_network_name ()

+
const char *
+nm_setting_wimax_get_network_name (NMSettingWimax *setting);
+

Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the +specific WiMAX network this setting describes a connection to.

+
+

Parameters

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

setting

the NMSettingWimax

 
-
-
-

struct NMSettingWimax

-
struct NMSettingWimax;
-

-

+
+

Returns

+

the WiMAX NSP name

+

-
-
-

NMSettingWimaxClass

-
typedef struct {
-	NMSettingClass parent;
-} NMSettingWimaxClass;
-
-

-


-

nm_setting_wimax_new ()

-
NMSetting *         nm_setting_wimax_new                (void);
-

-Creates a new NMSettingWimax object with default values. -

-
+

nm_setting_wimax_get_mac_address ()

+
const char *
+nm_setting_wimax_get_mac_address (NMSettingWimax *setting);
+

Returns the MAC address of a WiMAX device which this connection is locked +to.

+
+

Parameters

+
--+++ - - + + +

Returns :

the new empty NMSettingWimax object

setting

the NMSettingWimax

 
+
+

Returns

+

the MAC address

+

+
+
+
+
+

Types and Values

+
+

NM_SETTING_WIMAX_SETTING_NAME

+
#define NM_SETTING_WIMAX_SETTING_NAME "wimax"
+
+

+

+

-

nm_setting_wimax_get_network_name ()

-
const char *        nm_setting_wimax_get_network_name   (NMSettingWimax *setting);
+

NM_SETTING_WIMAX_NETWORK_NAME

+
#define NM_SETTING_WIMAX_NETWORK_NAME "network-name"
+

-Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the -specific WiMAX network this setting describes a connection to.

-
---- - - - - - - - - - - -

setting :

the NMSettingWimax -

Returns :

the WiMAX NSP name

-

nm_setting_wimax_get_mac_address ()

-
const char *        nm_setting_wimax_get_mac_address    (NMSettingWimax *setting);
+

NM_SETTING_WIMAX_MAC_ADDRESS

+
#define NM_SETTING_WIMAX_MAC_ADDRESS  "mac-address"
+

-Returns the MAC address of a WiMAX device which this connection is locked -to.

-
---- - - - - - - - - - - -

setting :

the NMSettingWimax -

Returns :

the MAC address

Property Details

-

The "mac-address" property

-
  "mac-address"              gchar*                : Read / Write
-

-If specified, this connection will only apply to the WiMAX device whose -MAC address matches. This property does not change the MAC address of the -device (known as MAC spoofing). -

+

The “mac-address” property

+
  “mac-address”              gchar *
+

+

Flags: Read / Write

Default value: NULL


-

The "network-name" property

-
  "network-name"             gchar*                : Read / Write
-

-Network Service Provider (NSP) name of the WiMAX network this connection -should use. -

+

The “network-name” property

+
  “network-name”             gchar *
+

+

Flags: Read / Write

Default value: NULL

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