summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-8021x.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-02 09:25:40 +0100
committerThomas Haller <thaller@redhat.com>2017-11-02 11:41:01 +0100
commit2730dc60dea99e4b2116b82a343d1cd6f25dfeaf (patch)
tree66fdf0bd2200da3fcb6474b774a8733076de3c5d /libnm-core/nm-setting-8021x.h
parentc81005b84650b8e6d709ce6afda96fb55987cdb8 (diff)
downloadNetworkManager-2730dc60dea99e4b2116b82a343d1cd6f25dfeaf.tar.gz
all: move setting 802-1x.auth-retries to connection.auth-retries
The number of authentication retires is useful also for passwords aside 802-1x settings. For example, src/devices/wifi/nm-device-wifi.c also has a retry counter and uses a hard-coded value of 3. Move the setting, so that it can be used in general. Although it is still not implemented for other settings. This is an API and ABI break.
Diffstat (limited to 'libnm-core/nm-setting-8021x.h')
-rw-r--r--libnm-core/nm-setting-8021x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-8021x.h b/libnm-core/nm-setting-8021x.h
index 53f5bb5239..e1631e2d51 100644
--- a/libnm-core/nm-setting-8021x.h
+++ b/libnm-core/nm-setting-8021x.h
@@ -151,7 +151,6 @@ typedef enum { /*< underscore_name=nm_setting_802_1x_auth_flags >*/
#define NM_SETTING_802_1X_PIN_FLAGS "pin-flags"
#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs"
#define NM_SETTING_802_1X_AUTH_TIMEOUT "auth-timeout"
-#define NM_SETTING_802_1X_AUTH_RETRIES "auth-retries"
/* PRIVATE KEY NOTE: when setting PKCS#12 private keys directly via properties
* using the "blob" scheme, the data must be passed in PKCS#12 binary format.
@@ -362,8 +361,6 @@ NM_AVAILABLE_IN_1_8
NMSetting8021xAuthFlags nm_setting_802_1x_get_phase1_auth_flags (NMSetting8021x *setting);
NM_AVAILABLE_IN_1_8
gint nm_setting_802_1x_get_auth_timeout (NMSetting8021x *setting);
-NM_AVAILABLE_IN_1_10
-gint nm_setting_802_1x_get_auth_retries (NMSetting8021x *setting);
G_END_DECLS