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