From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GEnum +GEnum ╰── NMSettingPPPError - GObject + GObject ╰── NMSetting ╰── NMSettingPPP@@ -426,7 +426,7 @@ cable and DSL modems and some mobile broadband devices.Functions
nm_setting_ppp_error_quark ()
-GQuark +GQuark nm_setting_ppp_error_quark (void);Registers an error quark for NMSettingPPP if necessary.
@@ -442,14 +442,14 @@ nm_setting_ppp_new (voidCreates a new NMSettingPPP object with default values.
nm_setting_ppp_get_noauth ()
-gboolean +gboolean nm_setting_ppp_get_noauth (NMSettingPPP *setting);Parameters
@@ -474,7 +474,7 @@ nm_setting_ppp_get_noauth (nm_setting_ppp_get_refuse_eap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_eap (NMSettingPPP *setting);Parameters
@@ -499,7 +499,7 @@ nm_setting_ppp_get_refuse_eap (nm_setting_ppp_get_refuse_pap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_pap (NMSettingPPP *setting);Parameters
@@ -524,7 +524,7 @@ nm_setting_ppp_get_refuse_pap (nm_setting_ppp_get_refuse_chap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_chap (NMSettingPPP *setting);Parameters
@@ -549,7 +549,7 @@ nm_setting_ppp_get_refuse_chap (nm_setting_ppp_get_refuse_mschap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_mschap (NMSettingPPP *setting);Parameters
@@ -574,7 +574,7 @@ nm_setting_ppp_get_refuse_mschap (nm_setting_ppp_get_refuse_mschapv2 ()
-gboolean +gboolean nm_setting_ppp_get_refuse_mschapv2 (NMSettingPPP *setting);Parameters
@@ -599,7 +599,7 @@ nm_setting_ppp_get_refuse_mschapv2 (nm_setting_ppp_get_nobsdcomp ()
-gboolean +gboolean nm_setting_ppp_get_nobsdcomp (NMSettingPPP *setting);Parameters
@@ -624,7 +624,7 @@ nm_setting_ppp_get_nobsdcomp (nm_setting_ppp_get_nodeflate ()
-gboolean +gboolean nm_setting_ppp_get_nodeflate (NMSettingPPP *setting);Parameters
@@ -649,7 +649,7 @@ nm_setting_ppp_get_nodeflate (nm_setting_ppp_get_no_vj_comp ()
-gboolean +gboolean nm_setting_ppp_get_no_vj_comp (NMSettingPPP *setting);Parameters
@@ -674,7 +674,7 @@ nm_setting_ppp_get_no_vj_comp (nm_setting_ppp_get_require_mppe ()
-gboolean +gboolean nm_setting_ppp_get_require_mppe (NMSettingPPP *setting);Parameters
@@ -699,7 +699,7 @@ nm_setting_ppp_get_require_mppe (nm_setting_ppp_get_require_mppe_128 ()
-gboolean +gboolean nm_setting_ppp_get_require_mppe_128 (NMSettingPPP *setting);Parameters
@@ -724,7 +724,7 @@ nm_setting_ppp_get_require_mppe_128 (nm_setting_ppp_get_mppe_stateful ()
-gboolean +gboolean nm_setting_ppp_get_mppe_stateful (NMSettingPPP *setting);Parameters
@@ -749,7 +749,7 @@ nm_setting_ppp_get_mppe_stateful (nm_setting_ppp_get_crtscts ()
-gboolean +gboolean nm_setting_ppp_get_crtscts (NMSettingPPP *setting);Parameters
@@ -774,7 +774,7 @@ nm_setting_ppp_get_crtscts (nm_setting_ppp_get_baud ()
-guint32 +guint32 nm_setting_ppp_get_baud (NMSettingPPP *setting);Parameters
@@ -799,7 +799,7 @@ nm_setting_ppp_get_baud (nm_setting_ppp_get_mru ()
-guint32 +guint32 nm_setting_ppp_get_mru (NMSettingPPP *setting);Parameters
@@ -824,7 +824,7 @@ nm_setting_ppp_get_mru (nm_setting_ppp_get_mtu ()
-guint32 +guint32 nm_setting_ppp_get_mtu (NMSettingPPP *setting);Parameters
@@ -849,7 +849,7 @@ nm_setting_ppp_get_mtu (nm_setting_ppp_get_lcp_echo_failure ()
-guint32 +guint32 nm_setting_ppp_get_lcp_echo_failure (NMSettingPPP *setting);Parameters
@@ -874,7 +874,7 @@ nm_setting_ppp_get_lcp_echo_failure (nm_setting_ppp_get_lcp_echo_interval ()
-guint32 +guint32 nm_setting_ppp_get_lcp_echo_interval (NMSettingPPP *setting);Parameters
@@ -1069,7 +1069,7 @@ with other setting configuration parametersProperty Details
The
-“baud”property“baud” guint+“baud” guintIf non-zero, instruct pppd to set the serial port to the specified baudrate. This value should normally be left as 0 to automatically choose the speed.
@@ -1079,17 +1079,17 @@ choose the speed.
The
-“crtscts”property“crtscts” gboolean-If
TRUE, specify that pppd should set the serial port to use hardware +“crtscts” gboolean+If
+toTRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals. This value should normally be set -toFALSE.FALSE.Flags: Read / Write / Construct
Default value: FALSE
The
-“lcp-echo-failure”property“lcp-echo-failure” guint+“lcp-echo-failure” guintIf non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer. The "lcp-echo-interval" property must also be set to a non-zero @@ -1100,7 +1100,7 @@ value if this property is used.
The
-“lcp-echo-interval”property“lcp-echo-interval” guint+“lcp-echo-interval” guintIf non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value). Note that some PPP peers will respond to echo requests and some will not, and it is not @@ -1111,8 +1111,8 @@ possible to autodetect this.
The
-“mppe-stateful”property“mppe-stateful” gboolean-If
TRUE, stateful MPPE is used. See pppd documentation for more +“mppe-stateful” gboolean+If
TRUE, stateful MPPE is used. See pppd documentation for more information on stateful MPPE.Flags: Read / Write / Construct
Default value: FALSE
@@ -1120,7 +1120,7 @@ information on stateful MPPE.
The
-“mru”property“mru” guint+“mru” guintIf non-zero, instruct pppd to request that the peer send packets no larger than the specified size. If non-zero, the MRU should be between 128 and 16384.
@@ -1131,7 +1131,7 @@ larger than the specified size. If non-zero, the MRU should be between
+The
-“mtu”property“mtu” guint+“mtu” guintIf non-zero, instruct pppd to send packets no larger than the specified size.
Flags: Read / Write / Construct
@@ -1140,82 +1140,82 @@ size.
The
-“no-vj-comp”property“no-vj-comp” gboolean-If
+TRUE, Van Jacobsen TCP header compression will not be requested.“no-vj-comp” gboolean+If
TRUE, Van Jacobsen TCP header compression will not be requested.Flags: Read / Write / Construct
Default value: FALSE
The
-“noauth”property“noauth” gboolean-If
+TRUE, do not require the other side (usually the PPP server) to -authenticate itself to the client. IfFALSE, require authentication -from the remote side. In almost all cases, this should beTRUE.“noauth” gboolean+If
TRUE, do not require the other side (usually the PPP server) to +authenticate itself to the client. IfFALSE, require authentication +from the remote side. In almost all cases, this should beTRUE.Flags: Read / Write / Construct
Default value: TRUE
The
-“nobsdcomp”property“nobsdcomp” gboolean-If
+TRUE, BSD compression will not be requested.“nobsdcomp” gboolean+If
TRUE, BSD compression will not be requested.Flags: Read / Write / Construct
Default value: FALSE
The
-“nodeflate”property“nodeflate” gboolean-If
+TRUE, "deflate" compression will not be requested.“nodeflate” gboolean+If
TRUE, "deflate" compression will not be requested.Flags: Read / Write / Construct
Default value: FALSE
The
-“refuse-chap”property“refuse-chap” gboolean-If
+TRUE, the CHAP authentication method will not be used.“refuse-chap” gboolean+If
TRUE, the CHAP authentication method will not be used.Flags: Read / Write / Construct
Default value: FALSE
The
-“refuse-eap”property“refuse-eap” gboolean-If
+TRUE, the EAP authentication method will not be used.“refuse-eap” gboolean+If
TRUE, the EAP authentication method will not be used.Flags: Read / Write / Construct
Default value: FALSE
The
-“refuse-mschap”property“refuse-mschap” gboolean-If
+TRUE, the MSCHAP authentication method will not be used.“refuse-mschap” gboolean+If
TRUE, the MSCHAP authentication method will not be used.Flags: Read / Write / Construct
Default value: FALSE
The
-“refuse-mschapv2”property“refuse-mschapv2” gboolean-If
+TRUE, the MSCHAPv2 authentication method will not be used.“refuse-mschapv2” gboolean+If
TRUE, the MSCHAPv2 authentication method will not be used.Flags: Read / Write / Construct
Default value: FALSE
The
-“refuse-pap”property“refuse-pap” gboolean-If
+TRUE, the PAP authentication method will not be used.“refuse-pap” gboolean+If
TRUE, the PAP authentication method will not be used.Flags: Read / Write / Construct
Default value: FALSE
The
-“require-mppe”property“require-mppe” gboolean-If
TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for +“require-mppe” gboolean+If
@@ -1225,16 +1225,16 @@ connections.TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session. If either 64-bit or 128-bit MPPE is not available the session will fail. Note that MPPE is not used on mobile broadband connections.
The
-“require-mppe-128”property“require-mppe-128” gboolean-If
TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be +“require-mppe-128” gboolean+If
+be set toTRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the "require-mppe" property must also -be set toTRUE. If 128-bit MPPE is not available the session will fail.TRUE. If 128-bit MPPE is not available the session will fail.Flags: Read / Write / Construct
Default value: FALSE
Generated by GTK-Doc V1.26