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-util/html/NMSettingWireless.html | 83 +++++++++++++++++++++++++---- 1 file changed, 72 insertions(+), 11 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 1f1ac2c2..1db2d508 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -195,6 +195,14 @@ +guint32 + + +nm_setting_wireless_get_powersave () + + + + gboolean @@ -296,6 +304,11 @@ guint +powersave +Read / Write + + +guint rate Read / Write / Construct @@ -399,6 +412,10 @@ #define +NM_SETTING_WIRELESS_POWERSAVE + + +#define NM_SETTING_WIRELESS_SEC @@ -418,7 +435,7 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ╰── NMSettingWirelessError
     GObject
     ╰── NMSetting
@@ -961,6 +978,32 @@ nm_setting_wireless_get_hidden (
 
+

nm_setting_wireless_get_powersave ()

+
guint32
+nm_setting_wireless_get_powersave (NMSettingWireless *setting);
+
+

Parameters

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

setting

the NMSettingWireless

 
+
+
+

Returns

+

the “powersave” property of the setting

+
+

Since: 1.2

+
+
+

nm_setting_wireless_add_seen_bssid ()

gboolean
 nm_setting_wireless_add_seen_bssid (NMSettingWireless *setting,
@@ -970,7 +1013,7 @@ NetworkManager now tracks previously seen BSSIDs internally so this function
 no longer has much use. Actually, changes you make using this function will
 not be preserved.

-

Parameters

+

Parameters

@@ -992,7 +1035,7 @@ not be preserved.

-

Returns

+

Returns

TRUE if bssid was already known, FALSE if not

@@ -1004,7 +1047,7 @@ was already known, FALSE if not

nm_setting_wireless_get_num_seen_bssids (NMSettingWireless *setting);
-

Parameters

+

Parameters

@@ -1019,7 +1062,7 @@ nm_setting_wireless_get_num_seen_bssids
-

Returns

+

Returns

the number of BSSIDs in the previously seen BSSID list

@@ -1030,7 +1073,7 @@ nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid (NMSettingWireless *setting, guint32 i);
-

Parameters

+

Parameters

@@ -1052,7 +1095,7 @@ nm_setting_wireless_get_seen_bssid (
-

Returns

+

Returns

the BSSID at index i

@@ -1075,7 +1118,7 @@ and mode. Useful for clients that wish to filter a set of connections against a set of access points and determine which connections are compatible with which access points.

-

Parameters

+

Parameters

@@ -1119,7 +1162,7 @@ capabilities

-

Returns

+

Returns

TRUE if the given settings are compatible with the access point's security flags and mode, FALSE if they are not.

@@ -1135,7 +1178,7 @@ nm_setting_wireless_get_security (
-

Parameters

+

Parameters

@@ -1150,7 +1193,7 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.

-

Returns

+

Returns

the “security” property of the setting

@@ -1302,6 +1345,12 @@ set to a value that requires the +

NM_SETTING_WIRELESS_POWERSAVE

+
#define NM_SETTING_WIRELESS_POWERSAVE   "powersave"
+
+ +
+

NM_SETTING_WIRELESS_SEC

#define NM_SETTING_WIRELESS_SEC         "security"
 
@@ -1424,6 +1473,18 @@ breaking larger packets up into multiple Ethernet frames.


+

The “powersave” property

+
  “powersave”                guint
+

If set to FALSE, Wi-Fi power saving behavior is disabled. If set to +TRUE, Wi-Fi power saving behavior is enabled. All other values are +reserved. Note that even though only boolean values are allowed, the +property type is an unsigned integer to allow for future expansion.

+

Flags: Read / Write

+

Default value: 0

+

Since: 1.2

+
+
+

The “rate” property

  “rate”                     guint

If non-zero, directs the device to only use the specified bitrate for -- cgit 1.3.0-6-gf8a5