From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSettingWireless.html | 115 ++++++++++++++++++++++++++------- 1 file changed, 93 insertions(+), 22 deletions(-) (limited to 'docs/libnm/html/NMSettingWireless.html') diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index dd93d3fb..727ac332 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -124,7 +124,7 @@ -const char * const * +const char *const * nm_setting_wireless_get_mac_address_blacklist () @@ -248,6 +248,14 @@ nm_setting_wireless_get_wake_on_wlan () + + +NMTernary + + +nm_setting_wireless_get_ap_isolation () + + @@ -261,6 +269,11 @@ +NMTernary +ap-isolation +Read / Write + + gchar * band @@ -441,6 +454,10 @@ #define +NM_SETTING_WIRELESS_AP_ISOLATION + + +#define NM_SETTING_WIRELESS_MODE_ADHOC @@ -752,7 +769,7 @@ nm_setting_wireless_get_generate_mac_address_mask

nm_setting_wireless_get_mac_address_blacklist ()

-
const char * const *
+
const char *const *
 nm_setting_wireless_get_mac_address_blacklist
                                (NMSettingWireless *setting);
@@ -1261,6 +1278,32 @@ nm_setting_wireless_get_wake_on_wlan (Since: 1.12

+
+
+

nm_setting_wireless_get_ap_isolation ()

+
NMTernary
+nm_setting_wireless_get_ap_isolation (NMSettingWireless *setting);
+
+

Parameters

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

setting

the NMSettingWireless

 
+
+
+

Returns

+

the “ap-isolation” property of the setting

+
+

Since: 1.28

+

Types and Values

@@ -1385,55 +1428,55 @@ incompatible with other flags


NM_SETTING_WIRELESS_SSID

-
#define NM_SETTING_WIRELESS_SSID        "ssid"
+
#define NM_SETTING_WIRELESS_SSID                      "ssid"
 

NM_SETTING_WIRELESS_MODE

-
#define NM_SETTING_WIRELESS_MODE        "mode"
+
#define NM_SETTING_WIRELESS_MODE                      "mode"
 

NM_SETTING_WIRELESS_BAND

-
#define NM_SETTING_WIRELESS_BAND        "band"
+
#define NM_SETTING_WIRELESS_BAND                      "band"
 

NM_SETTING_WIRELESS_CHANNEL

-
#define NM_SETTING_WIRELESS_CHANNEL     "channel"
+
#define NM_SETTING_WIRELESS_CHANNEL                   "channel"
 

NM_SETTING_WIRELESS_BSSID

-
#define NM_SETTING_WIRELESS_BSSID       "bssid"
+
#define NM_SETTING_WIRELESS_BSSID                     "bssid"
 

NM_SETTING_WIRELESS_RATE

-
#define NM_SETTING_WIRELESS_RATE        "rate"
+
#define NM_SETTING_WIRELESS_RATE                      "rate"
 

NM_SETTING_WIRELESS_TX_POWER

-
#define NM_SETTING_WIRELESS_TX_POWER    "tx-power"
+
#define NM_SETTING_WIRELESS_TX_POWER                  "tx-power"
 

NM_SETTING_WIRELESS_MAC_ADDRESS

-
#define NM_SETTING_WIRELESS_MAC_ADDRESS "mac-address"
+
#define NM_SETTING_WIRELESS_MAC_ADDRESS               "mac-address"
 

NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS

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

@@ -1445,56 +1488,62 @@ incompatible with other flags


NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST

-
#define NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
+
#define NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST     "mac-address-blacklist"
 

NM_SETTING_WIRELESS_MTU

-
#define NM_SETTING_WIRELESS_MTU         "mtu"
+
#define NM_SETTING_WIRELESS_MTU                       "mtu"
 

NM_SETTING_WIRELESS_SEEN_BSSIDS

-
#define NM_SETTING_WIRELESS_SEEN_BSSIDS "seen-bssids"
+
#define NM_SETTING_WIRELESS_SEEN_BSSIDS               "seen-bssids"
 

NM_SETTING_WIRELESS_HIDDEN

-
#define NM_SETTING_WIRELESS_HIDDEN      "hidden"
+
#define NM_SETTING_WIRELESS_HIDDEN                    "hidden"
 

NM_SETTING_WIRELESS_POWERSAVE

-
#define NM_SETTING_WIRELESS_POWERSAVE   "powersave"
+
#define NM_SETTING_WIRELESS_POWERSAVE                 "powersave"
 

NM_SETTING_WIRELESS_MAC_ADDRESS_RANDOMIZATION

-
#define NM_SETTING_WIRELESS_MAC_ADDRESS_RANDOMIZATION   "mac-address-randomization"
+
#define NM_SETTING_WIRELESS_MAC_ADDRESS_RANDOMIZATION "mac-address-randomization"
 

NM_SETTING_WIRELESS_WAKE_ON_WLAN

-
#define NM_SETTING_WIRELESS_WAKE_ON_WLAN "wake-on-wlan"
+
#define NM_SETTING_WIRELESS_WAKE_ON_WLAN              "wake-on-wlan"
+
+
+
+
+

NM_SETTING_WIRELESS_AP_ISOLATION

+
#define NM_SETTING_WIRELESS_AP_ISOLATION              "ap-isolation"
 

NM_SETTING_WIRELESS_MODE_ADHOC

-
#define NM_SETTING_WIRELESS_MODE_ADHOC  "adhoc"
+
#define NM_SETTING_WIRELESS_MODE_ADHOC "adhoc"
 

Indicates Ad-Hoc mode where no access point is expected to be present.


NM_SETTING_WIRELESS_MODE_AP

-
#define NM_SETTING_WIRELESS_MODE_AP     "ap"
+
#define NM_SETTING_WIRELESS_MODE_AP "ap"
 

Indicates AP/master mode where the wireless device is started as an access point/hotspot.

@@ -1502,7 +1551,7 @@ point/hotspot.


NM_SETTING_WIRELESS_MODE_INFRA

-
#define NM_SETTING_WIRELESS_MODE_INFRA  "infrastructure"
+
#define NM_SETTING_WIRELESS_MODE_INFRA "infrastructure"
 

Indicates infrastructure mode where an access point is expected to be present for this connection.

@@ -1510,7 +1559,7 @@ for this connection.


NM_SETTING_WIRELESS_MODE_MESH

-
#define NM_SETTING_WIRELESS_MODE_MESH   "mesh"
+
#define NM_SETTING_WIRELESS_MODE_MESH "mesh"
 

Indicates that the connection should create a mesh point.

Since: 1.20

@@ -1580,6 +1629,28 @@ for this connection.

Property Details

+

The “ap-isolation” property

+
  “ap-isolation”             NMTernary
+

Configures AP isolation, which prevents communication between +wireless devices connected to this AP. This property can be set +to a value different from NM_TERNARY_DEFAULT only when the +interface is configured in AP mode.

+

If set to NM_TERNARY_TRUE, devices are not able to communicate +with each other. This increases security because it protects +devices against attacks from other clients in the network. At +the same time, it prevents devices to access resources on the +same wireless networks as file shares, printers, etc.

+

If set to NM_TERNARY_FALSE, devices can talk to each other.

+

When set to NM_TERNARY_DEFAULT, the global default is used; in +case the global default is unspecified it is assumed to be +NM_TERNARY_FALSE.

+

Owner: NMSettingWireless

+

Flags: Read / Write

+

Default value: NM_TERNARY_DEFAULT

+

Since: 1.28

+
+
+

The “band” property

  “band”                     gchar *

802.11 frequency band of the network. One of "a" for 5GHz 802.11a or -- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingWireless.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/libnm/html/NMSettingWireless.html') diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index 727ac332..25462c13 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -8,7 +8,7 @@ - + @@ -275,13 +275,13 @@ -gchar * +char * band Read / Write -gchar * +char * bssid Read / Write @@ -292,13 +292,13 @@ -gchar * +char * cloned-mac-address Read / Write -gchar * +char * generate-mac-address-mask Read / Write @@ -309,7 +309,7 @@ -gchar * +char * mac-address Read / Write @@ -325,7 +325,7 @@ -gchar * +char * mode Read / Write @@ -509,7 +509,7 @@ nm_setting_wireless_new (void

Returns

the new empty NMSettingWireless object.

-

[transfer full]

+

[transfer full]


@@ -535,7 +535,7 @@ nm_setting_wireless_get_ssid (

Returns

the “ssid” property of the setting.

-

[transfer none]

+

[transfer none]


@@ -1652,7 +1652,7 @@ case the global default is unspecified it is assumed to be

The “band” property

-
  “band”                     gchar *
+
  “band”                     char *

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 Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not @@ -1666,7 +1666,7 @@ capability and may not work with all drivers.


The “bssid” property

-
  “bssid”                    gchar *
+
  “bssid”                    char *

If specified, directs the device to only associate with the given access point. This capability is highly driver dependent and not supported by all devices. Note: this property does not control the BSSID used when @@ -1690,7 +1690,7 @@ also requires the "band" property to be set.


The “cloned-mac-address” property

-
  “cloned-mac-address”       gchar *
+
  “cloned-mac-address”       char *

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

Beside explicitly specifying a MAC address, the special values "preserve", "permanent", @@ -1712,7 +1712,7 @@ of NetworkManager.conf. If still unspecified, it defaults to "preserve"


The “generate-mac-address-mask” property

-
  “generate-mac-address-mask” gchar *
+
  “generate-mac-address-mask” char *

With “cloned-mac-address” setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits @@ -1762,7 +1762,7 @@ probe-scans are distinctly recognizable on the air.


The “mac-address” property

-
  “mac-address”              gchar *
+
  “mac-address”              char *

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

@@ -1802,7 +1802,7 @@ randomize the MAC address), or

The “mode” property

-
  “mode”                     gchar *
+
  “mode”                     char *

Wi-Fi network mode; one of "infrastructure", "mesh", "adhoc" or "ap". If blank, infrastructure is assumed.

Owner: NMSettingWireless

@@ -1901,6 +1901,6 @@ NetworkManager).

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