From f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Sep 2024 22:38:35 +0200 Subject: New upstream version 1.49.90 --- docs/libnm/html/NMSettingWireless.html | 192 ++++++++++++++++++++++++--------- 1 file changed, 144 insertions(+), 48 deletions(-) (limited to 'docs/libnm/html/NMSettingWireless.html') diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index 06eb71b9..a9542c6c 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -8,7 +8,7 @@ - + @@ -50,7 +50,7 @@ -GBytes * +GBytes * nm_setting_wireless_get_ssid () @@ -72,7 +72,7 @@ -guint32 +guint32 nm_setting_wireless_get_channel () @@ -87,7 +87,7 @@ -guint32 +guint32 nm_setting_wireless_get_rate () @@ -95,7 +95,7 @@ -guint32 +guint32 nm_setting_wireless_get_tx_power () @@ -131,7 +131,7 @@ -guint32 +guint32 nm_setting_wireless_get_num_mac_blacklist_items () @@ -146,7 +146,7 @@ -gboolean +gboolean nm_setting_wireless_add_mac_blacklist_item () @@ -162,7 +162,7 @@ -gboolean +gboolean nm_setting_wireless_remove_mac_blacklist_item_by_value () @@ -185,7 +185,7 @@ -guint32 +guint32 nm_setting_wireless_get_num_mac_denylist_items () @@ -200,7 +200,7 @@ -gboolean +gboolean nm_setting_wireless_add_mac_denylist_item () @@ -216,7 +216,7 @@ -gboolean +gboolean nm_setting_wireless_remove_mac_denylist_item_by_value () @@ -232,7 +232,7 @@ -guint32 +guint32 nm_setting_wireless_get_mtu () @@ -240,7 +240,7 @@ -gboolean +gboolean nm_setting_wireless_get_hidden () @@ -248,7 +248,7 @@ -guint32 +guint32 nm_setting_wireless_get_powersave () @@ -264,7 +264,7 @@ -gboolean +gboolean nm_setting_wireless_add_seen_bssid () @@ -272,7 +272,7 @@ -guint32 +guint32 nm_setting_wireless_get_num_seen_bssids () @@ -287,7 +287,7 @@ -gboolean +gboolean nm_setting_wireless_ap_security_compatible () @@ -309,6 +309,14 @@ nm_setting_wireless_get_ap_isolation () + + +NMSettingWirelessChannelWidth + + +nm_setting_wireless_get_channel_width () + + @@ -406,6 +414,10 @@ #define +NM_SETTING_WIRELESS_CHANNEL_WIDTH + + +#define NM_SETTING_WIRELESS_MODE_ADHOC @@ -424,12 +436,17 @@ enum NMSettingWirelessPowersave + +enum +NMSettingWirelessChannelWidth +

Object Hierarchy

    GEnum
+    ├── NMSettingWirelessChannelWidth
     ╰── NMSettingWirelessPowersave
     GFlags
     ╰── NMSettingWirelessWakeOnWLan
@@ -456,7 +473,7 @@ nm_setting_wireless_new (void
 

nm_setting_wireless_get_ssid ()

-
GBytes *
+
GBytes *
 nm_setting_wireless_get_ssid (NMSettingWireless *setting);

Parameters

@@ -532,7 +549,7 @@ nm_setting_wireless_get_band (

nm_setting_wireless_get_channel ()

-
guint32
+
guint32
 nm_setting_wireless_get_channel (NMSettingWireless *setting);

Parameters

@@ -582,7 +599,7 @@ nm_setting_wireless_get_bssid (

nm_setting_wireless_get_rate ()

-
guint32
+
guint32
 nm_setting_wireless_get_rate (NMSettingWireless *setting);

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

@@ -611,7 +628,7 @@ nm_setting_wireless_get_rate (

nm_setting_wireless_get_tx_power ()

-
guint32
+
guint32
 nm_setting_wireless_get_tx_power (NMSettingWireless *setting);

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

@@ -748,7 +765,7 @@ nm_setting_wireless_get_mac_address_blacklist

nm_setting_wireless_get_num_mac_blacklist_items ()

-
guint32
+
guint32
 nm_setting_wireless_get_num_mac_blacklist_items
                                (NMSettingWireless *setting);
@@ -781,7 +798,7 @@ nm_setting_wireless_get_num_mac_blacklist_items
const char *
 nm_setting_wireless_get_mac_blacklist_item
                                (NMSettingWireless *setting,
-                                guint32 idx);
+ guint32 idx);

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

Use nm_setting_wireless_get_mac_denylist_item() instead.

@@ -819,7 +836,7 @@ at index idx

nm_setting_wireless_add_mac_blacklist_item ()

-
gboolean
+
gboolean
 nm_setting_wireless_add_mac_blacklist_item
                                (NMSettingWireless *setting,
                                 const char *mac);
@@ -852,7 +869,7 @@ nm_setting_wireless_add_mac_blacklist_item

Returns

-

TRUE if the MAC address was added; FALSE if the MAC address +

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

@@ -862,7 +879,7 @@ is invalid or was already present

void
 nm_setting_wireless_remove_mac_blacklist_item
                                (NMSettingWireless *setting,
-                                guint32 idx);
+ guint32 idx);

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

Use nm_setting_wireless_remove_mac_denylist_item() instead.

@@ -895,7 +912,7 @@ nm_setting_wireless_remove_mac_blacklist_item

nm_setting_wireless_remove_mac_blacklist_item_by_value ()

-
gboolean
+
gboolean
 nm_setting_wireless_remove_mac_blacklist_item_by_value
                                (NMSettingWireless *setting,
                                 const char *mac);
@@ -930,7 +947,7 @@ the denylist

Returns

-

TRUE if the MAC address was found and removed; FALSE if it was not.

+

TRUE if the MAC address was found and removed; FALSE if it was not.


@@ -990,7 +1007,7 @@ nm_setting_wireless_get_mac_address_denylist

nm_setting_wireless_get_num_mac_denylist_items ()

-
guint32
+
guint32
 nm_setting_wireless_get_num_mac_denylist_items
                                (NMSettingWireless *setting);
@@ -1020,7 +1037,7 @@ nm_setting_wireless_get_num_mac_denylist_items
const char *
 nm_setting_wireless_get_mac_denylist_item
                                (NMSettingWireless *setting,
-                                guint32 idx);
+ guint32 idx);

Parameters

@@ -1054,7 +1071,7 @@ at index idx

nm_setting_wireless_add_mac_denylist_item ()

-
gboolean
+
gboolean
 nm_setting_wireless_add_mac_denylist_item
                                (NMSettingWireless *setting,
                                 const char *mac);
@@ -1083,7 +1100,7 @@ nm_setting_wireless_add_mac_denylist_item

Returns

-

TRUE if the MAC address was added; FALSE if the MAC address +

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

Since: 1.48

@@ -1094,7 +1111,7 @@ is invalid or was already present

void
 nm_setting_wireless_remove_mac_denylist_item
                                (NMSettingWireless *setting,
-                                guint32 idx);
+ guint32 idx);

Removes the MAC address at index idx from the denylist.

@@ -1124,7 +1141,7 @@ nm_setting_wireless_remove_mac_denylist_item

nm_setting_wireless_remove_mac_denylist_item_by_value ()

-
gboolean
+
gboolean
 nm_setting_wireless_remove_mac_denylist_item_by_value
                                (NMSettingWireless *setting,
                                 const char *mac);
@@ -1155,7 +1172,7 @@ the denylist

Returns

-

TRUE if the MAC address was found and removed; FALSE if it was not.

+

TRUE if the MAC address was found and removed; FALSE if it was not.

Since: 1.48

@@ -1186,7 +1203,7 @@ nm_setting_wireless_clear_mac_denylist_items

nm_setting_wireless_get_mtu ()

-
guint32
+
guint32
 nm_setting_wireless_get_mtu (NMSettingWireless *setting);

Parameters

@@ -1211,7 +1228,7 @@ nm_setting_wireless_get_mtu (

nm_setting_wireless_get_hidden ()

-
gboolean
+
gboolean
 nm_setting_wireless_get_hidden (NMSettingWireless *setting);

Parameters

@@ -1236,7 +1253,7 @@ nm_setting_wireless_get_hidden (

nm_setting_wireless_get_powersave ()

-
guint32
+
guint32
 nm_setting_wireless_get_powersave (NMSettingWireless *setting);

Parameters

@@ -1290,7 +1307,7 @@ setting


nm_setting_wireless_add_seen_bssid ()

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

Adds a new Wi-Fi AP's BSSID to the previously seen BSSID list of the setting. @@ -1321,14 +1338,14 @@ not be preserved.

Returns

-

TRUE if bssid -was already known, FALSE if not

+

TRUE if bssid +was already known, FALSE if not


nm_setting_wireless_get_num_seen_bssids ()

-
guint32
+
guint32
 nm_setting_wireless_get_num_seen_bssids
                                (NMSettingWireless *setting);
@@ -1356,7 +1373,7 @@ nm_setting_wireless_get_num_seen_bssids

nm_setting_wireless_get_seen_bssid ()

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

Parameters

@@ -1388,7 +1405,7 @@ nm_setting_wireless_get_seen_bssid (

nm_setting_wireless_ap_security_compatible ()

-
gboolean
+
gboolean
 nm_setting_wireless_ap_security_compatible
                                (NMSettingWireless *s_wireless,
                                 NMSettingWirelessSecurity *s_wireless_sec,
@@ -1418,7 +1435,7 @@ compatible with which access points.

- + @@ -1448,8 +1465,8 @@ capabilities

Returns

-

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

+

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


@@ -1505,6 +1522,33 @@ nm_setting_wireless_get_ap_isolation (Since: 1.28

+
+
+

nm_setting_wireless_get_channel_width ()

+
NMSettingWirelessChannelWidth
+nm_setting_wireless_get_channel_width (NMSettingWireless *setting);
+

Returns the “channel-width” property.

+
+

Parameters

+

s_wireless_sec

a NMSettingWirelessSecurity or NULL

a NMSettingWirelessSecurity or NULL

 
+++++ + + + + + +

setting

the NMSettingWireless

 
+
+
+

Returns

+

the channel width

+
+

Since: 1.50

+

Types and Values

@@ -1742,6 +1786,12 @@ incompatible with other flags


+

NM_SETTING_WIRELESS_CHANNEL_WIDTH

+
#define NM_SETTING_WIRELESS_CHANNEL_WIDTH             "channel-width"
+
+
+
+

NM_SETTING_WIRELESS_MODE_ADHOC

#define NM_SETTING_WIRELESS_MODE_ADHOC "adhoc"
 
@@ -1827,9 +1877,55 @@ for this connection.

Since: 1.2

+
+
+

enum NMSettingWirelessChannelWidth

+

Indicates the wireless channel width.

+
+

Members

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

NM_SETTING_WIRELESS_CHANNEL_WIDTH_AUTO

+

automatically determine the width

+
 

NM_SETTING_WIRELESS_CHANNEL_WIDTH_20MHZ

+

use a 20MHz channel width

+
 

NM_SETTING_WIRELESS_CHANNEL_WIDTH_40MHZ

+

use a 40MHz channel width

+
 

NM_SETTING_WIRELESS_CHANNEL_WIDTH_80MHZ

+

use a 80MHz channel width

+
 
+
+

Since: 1.50

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