From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/libnm-util/html/NMSettingWireless.html | 152 ++++++++++++++++++---------- 1 file changed, 98 insertions(+), 54 deletions(-) (limited to 'docs/libnm-util/html/NMSettingWireless.html') diff --git a/docs/libnm-util/html/NMSettingWireless.html b/docs/libnm-util/html/NMSettingWireless.html index d03c4b72..2586678c 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -3,12 +3,12 @@ NMSettingWireless - + - + @@ -45,7 +45,7 @@ enum NMSettingWirelessError; #define NM_TYPE_SETTING_WIRELESS_ERROR #define NM_SETTING_WIRELESS_ERROR -GQuark nm_setting_wireless_error_quark (void); +GQuark nm_setting_wireless_error_quark (void); #define NM_SETTING_WIRELESS_SSID #define NM_SETTING_WIRELESS_MODE #define NM_SETTING_WIRELESS_BAND @@ -54,42 +54,45 @@ enum NM_SETTING_WIRELESS_RATE #define NM_SETTING_WIRELESS_TX_POWER #define NM_SETTING_WIRELESS_MAC_ADDRESS +#define NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS #define NM_SETTING_WIRELESS_MTU #define NM_SETTING_WIRELESS_SEEN_BSSIDS #define NM_SETTING_WIRELESS_SEC NMSettingWireless; NMSettingWirelessClass; -GType nm_setting_wireless_get_type (void); +GType nm_setting_wireless_get_type (void); NMSetting * nm_setting_wireless_new (void); -const GByteArray * nm_setting_wireless_get_ssid (NMSettingWireless *setting); +const GByteArray * nm_setting_wireless_get_ssid (NMSettingWireless *setting); const char * nm_setting_wireless_get_mode (NMSettingWireless *setting); const char * nm_setting_wireless_get_band (NMSettingWireless *setting); -guint32 nm_setting_wireless_get_channel (NMSettingWireless *setting); -const GByteArray * nm_setting_wireless_get_bssid (NMSettingWireless *setting); -guint32 nm_setting_wireless_get_rate (NMSettingWireless *setting); -guint32 nm_setting_wireless_get_tx_power (NMSettingWireless *setting); -const GByteArray * nm_setting_wireless_get_mac_address (NMSettingWireless *setting); -guint32 nm_setting_wireless_get_mtu (NMSettingWireless *setting); +guint32 nm_setting_wireless_get_channel (NMSettingWireless *setting); +const GByteArray * nm_setting_wireless_get_bssid (NMSettingWireless *setting); +guint32 nm_setting_wireless_get_rate (NMSettingWireless *setting); +guint32 nm_setting_wireless_get_tx_power (NMSettingWireless *setting); +const GByteArray * nm_setting_wireless_get_mac_address (NMSettingWireless *setting); +const GByteArray * nm_setting_wireless_get_cloned_mac_address + (NMSettingWireless *setting); +guint32 nm_setting_wireless_get_mtu (NMSettingWireless *setting); const char * nm_setting_wireless_get_security (NMSettingWireless *setting); -gboolean nm_setting_wireless_add_seen_bssid (NMSettingWireless *setting, +gboolean nm_setting_wireless_add_seen_bssid (NMSettingWireless *setting, const char *bssid); -guint32 nm_setting_wireless_get_num_seen_bssids +guint32 nm_setting_wireless_get_num_seen_bssids (NMSettingWireless *setting); const char * nm_setting_wireless_get_seen_bssid (NMSettingWireless *setting, - guint32 i); -gboolean nm_setting_wireless_ap_security_compatible + guint32 i); +gboolean nm_setting_wireless_ap_security_compatible (NMSettingWireless *s_wireless, NMSettingWirelessSecurity *s_wireless_sec, - guint32 ap_flags, - guint32 ap_wpa, - guint32 ap_rsn, - guint32 ap_mode); + guint32 ap_flags, + guint32 ap_wpa, + guint32 ap_rsn, + guint32 ap_mode);

Object Hierarchy

-  GObject
+  GObject
    +----NMSetting
          +----NMSettingWireless
 
@@ -97,17 +100,18 @@ const char *

Properties

-  "band"                     gchar*                : Read / Write
+  "band"                     gchar*                : Read / Write
   "bssid"                    GArray_guchar_*       : Read / Write
-  "channel"                  guint                 : Read / Write / Construct
+  "channel"                  guint                 : Read / Write / Construct
+  "cloned-mac-address"       GArray_guchar_*       : Read / Write
   "mac-address"              GArray_guchar_*       : Read / Write
-  "mode"                     gchar*                : Read / Write
-  "mtu"                      guint                 : Read / Write / Construct
-  "rate"                     guint                 : Read / Write / Construct
-  "security"                 gchar*                : Read / Write
+  "mode"                     gchar*                : Read / Write
+  "mtu"                      guint                 : Read / Write / Construct
+  "rate"                     guint                 : Read / Write / Construct
+  "security"                 gchar*                : Read / Write
   "seen-bssids"              GSList_gchararray_*   : Read / Write
   "ssid"                     GArray_guchar_*       : Read / Write
-  "tx-power"                 guint                 : Read / Write / Construct
+  "tx-power"                 guint                 : Read / Write / Construct
 
@@ -158,7 +162,7 @@ const char *

nm_setting_wireless_error_quark ()

-
GQuark              nm_setting_wireless_error_quark     (void);
+
GQuark              nm_setting_wireless_error_quark     (void);

@@ -235,6 +239,14 @@ const char * +

NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS

+
#define NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS "cloned-mac-address"
+
+

+

+ +

NM_SETTING_WIRELESS_MTU

#define NM_SETTING_WIRELESS_MTU         "mtu"
@@ -284,7 +296,7 @@ const char *        
 

nm_setting_wireless_get_type ()

-
GType               nm_setting_wireless_get_type        (void);
+
GType               nm_setting_wireless_get_type        (void);

@@ -314,7 +326,7 @@ const char *

nm_setting_wireless_get_ssid ()

-
const GByteArray *  nm_setting_wireless_get_ssid        (NMSettingWireless *setting);
+
const GByteArray *  nm_setting_wireless_get_ssid        (NMSettingWireless *setting);

@@ -380,7 +392,7 @@ const char *

nm_setting_wireless_get_channel ()

-
guint32             nm_setting_wireless_get_channel     (NMSettingWireless *setting);
+
guint32             nm_setting_wireless_get_channel     (NMSettingWireless *setting);

@@ -402,7 +414,7 @@ const char *

nm_setting_wireless_get_bssid ()

-
const GByteArray *  nm_setting_wireless_get_bssid       (NMSettingWireless *setting);
+
const GByteArray *  nm_setting_wireless_get_bssid       (NMSettingWireless *setting);

@@ -424,7 +436,7 @@ const char *

nm_setting_wireless_get_rate ()

-
guint32             nm_setting_wireless_get_rate        (NMSettingWireless *setting);
+
guint32             nm_setting_wireless_get_rate        (NMSettingWireless *setting);

@@ -446,7 +458,7 @@ const char *

nm_setting_wireless_get_tx_power ()

-
guint32             nm_setting_wireless_get_tx_power    (NMSettingWireless *setting);
+
guint32             nm_setting_wireless_get_tx_power    (NMSettingWireless *setting);

@@ -468,7 +480,30 @@ const char *

nm_setting_wireless_get_mac_address ()

-
const GByteArray *  nm_setting_wireless_get_mac_address (NMSettingWireless *setting);
+
const GByteArray *  nm_setting_wireless_get_mac_address (NMSettingWireless *setting);
+

+

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

setting :

+

Returns :

+
+
+
+
+

nm_setting_wireless_get_cloned_mac_address ()

+
const GByteArray *  nm_setting_wireless_get_cloned_mac_address
+                                                        (NMSettingWireless *setting);

@@ -490,7 +525,7 @@ const char *

nm_setting_wireless_get_mtu ()

-
guint32             nm_setting_wireless_get_mtu         (NMSettingWireless *setting);
+
guint32             nm_setting_wireless_get_mtu         (NMSettingWireless *setting);

@@ -534,7 +569,7 @@ const char *

nm_setting_wireless_add_seen_bssid ()

-
gboolean            nm_setting_wireless_add_seen_bssid  (NMSettingWireless *setting,
+
gboolean            nm_setting_wireless_add_seen_bssid  (NMSettingWireless *setting,
                                                          const char *bssid);

@@ -562,7 +597,7 @@ const char *

nm_setting_wireless_get_num_seen_bssids ()

-
guint32             nm_setting_wireless_get_num_seen_bssids
+
guint32             nm_setting_wireless_get_num_seen_bssids
                                                         (NMSettingWireless *setting);

@@ -586,7 +621,7 @@ const char *

nm_setting_wireless_get_seen_bssid ()

const char *        nm_setting_wireless_get_seen_bssid  (NMSettingWireless *setting,
-                                                         guint32 i);
+ guint32 i);

@@ -613,13 +648,13 @@ const char *

nm_setting_wireless_ap_security_compatible ()

-
gboolean            nm_setting_wireless_ap_security_compatible
+
gboolean            nm_setting_wireless_ap_security_compatible
                                                         (NMSettingWireless *s_wireless,
                                                          NMSettingWirelessSecurity *s_wireless_sec,
-                                                         guint32 ap_flags,
-                                                         guint32 ap_wpa,
-                                                         guint32 ap_rsn,
-                                                         guint32 ap_mode);
+ guint32 ap_flags, + guint32 ap_wpa, + guint32 ap_rsn, + guint32 ap_mode);

@@ -668,7 +703,7 @@ const char *

Property Details

The "band" property

-
  "band"                     gchar*                : Read / Write
+
  "band"                     gchar*                : Read / Write

802.11 frequency band of the network. One of 'a' for 5GHz 802.11a or 'bg' for 2.4GHz 802.11. This will lock associations to the WiFi network @@ -693,7 +728,7 @@ creating an Ad-Hoc network and is unlikely to in the future.


The "channel" property

-
  "channel"                  guint                 : Read / Write / Construct
+
  "channel"                  guint                 : Read / Write / Construct

Wireless channel to use for the WiFi connection. The device will only join (or create for Ad-Hoc networks) a WiFi network on the specified @@ -703,19 +738,28 @@ also requires the 'band' property to be set.

Default value: 0


+
+

The "cloned-mac-address" property

+
  "cloned-mac-address"       GArray_guchar_*       : Read / Write
+

+If specified, request that the Wifi device use this MAC address instead of its +permanent MAC address. This is known as MAC cloning or spoofing. +

+
+

The "mac-address" property

  "mac-address"              GArray_guchar_*       : Read / Write

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


The "mode" property

-
  "mode"                     gchar*                : Read / Write
+
  "mode"                     gchar*                : Read / Write

WiFi network mode; one of 'infrastructure' or 'adhoc'. If blank, infrastructure is assumed. @@ -725,7 +769,7 @@ infrastructure is assumed.


The "mtu" property

-
  "mtu"                      guint                 : Read / Write / Construct
+
  "mtu"                      guint                 : Read / Write / Construct

If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames. @@ -735,7 +779,7 @@ breaking larger packets up into multiple Ethernet frames.


The "rate" property

-
  "rate"                     guint                 : Read / Write / Construct
+
  "rate"                     guint                 : Read / Write / Construct

If non-zero, directs the device to only use the specified bitrate for communication with the access point. Units are in Kb/s, ie 5500 = 5.5 @@ -747,7 +791,7 @@ support setting a static bitrate.


The "security" property

-
  "security"                 gchar*                : Read / Write
+
  "security"                 gchar*                : Read / Write

If the wireless connection has any security restrictions, like 802.1x, WEP, or WPA, set this property to '802-11-wireless-security' and ensure @@ -780,7 +824,7 @@ SSID of the WiFi network.


The "tx-power" property

-
  "tx-power"                 guint                 : Read / Write / Construct
+
  "tx-power"                 guint                 : Read / Write / Construct

If non-zero, directs the device to use the specified transmit power. Units are dBm. This property is highly driver dependent and not all @@ -792,6 +836,6 @@ devices support setting a static transmit power.

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