From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GObject +GObject ╰── NMSetting ╰── NMSettingPpp@@ -412,14 +412,14 @@ nm_setting_ppp_new (voidCreates a new NMSettingPpp object with default values.
gboolean +gboolean nm_setting_ppp_get_noauth (NMSettingPpp *setting);Parameters
@@ -444,7 +444,7 @@ nm_setting_ppp_get_noauth (nm_setting_ppp_get_refuse_eap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_eap (NMSettingPpp *setting);Parameters
@@ -469,7 +469,7 @@ nm_setting_ppp_get_refuse_eap (nm_setting_ppp_get_refuse_pap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_pap (NMSettingPpp *setting);Parameters
@@ -494,7 +494,7 @@ nm_setting_ppp_get_refuse_pap (nm_setting_ppp_get_refuse_chap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_chap (NMSettingPpp *setting);Parameters
@@ -519,7 +519,7 @@ nm_setting_ppp_get_refuse_chap (nm_setting_ppp_get_refuse_mschap ()
-gboolean +gboolean nm_setting_ppp_get_refuse_mschap (NMSettingPpp *setting);Parameters
@@ -544,7 +544,7 @@ nm_setting_ppp_get_refuse_mschap (nm_setting_ppp_get_refuse_mschapv2 ()
-gboolean +gboolean nm_setting_ppp_get_refuse_mschapv2 (NMSettingPpp *setting);Parameters
@@ -569,7 +569,7 @@ nm_setting_ppp_get_refuse_mschapv2 (nm_setting_ppp_get_nobsdcomp ()
-gboolean +gboolean nm_setting_ppp_get_nobsdcomp (NMSettingPpp *setting);Parameters
@@ -594,7 +594,7 @@ nm_setting_ppp_get_nobsdcomp (nm_setting_ppp_get_nodeflate ()
-gboolean +gboolean nm_setting_ppp_get_nodeflate (NMSettingPpp *setting);Parameters
@@ -619,7 +619,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
@@ -644,7 +644,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
@@ -669,7 +669,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
@@ -694,7 +694,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
@@ -719,7 +719,7 @@ nm_setting_ppp_get_mppe_stateful (nm_setting_ppp_get_crtscts ()
-gboolean +gboolean nm_setting_ppp_get_crtscts (NMSettingPpp *setting);Parameters
@@ -744,7 +744,7 @@ nm_setting_ppp_get_crtscts (nm_setting_ppp_get_baud ()
-guint32 +guint32 nm_setting_ppp_get_baud (NMSettingPpp *setting);Parameters
@@ -769,7 +769,7 @@ nm_setting_ppp_get_baud (nm_setting_ppp_get_mru ()
-guint32 +guint32 nm_setting_ppp_get_mru (NMSettingPpp *setting);Parameters
@@ -794,7 +794,7 @@ nm_setting_ppp_get_mru (nm_setting_ppp_get_mtu ()
-guint32 +guint32 nm_setting_ppp_get_mtu (NMSettingPpp *setting);Parameters
@@ -819,7 +819,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
@@ -844,7 +844,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
@@ -993,7 +993,7 @@ nm_setting_ppp_get_lcp_echo_interval (Property 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.
@@ -1003,17 +1003,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 @@ -1024,7 +1024,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 @@ -1035,8 +1035,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
@@ -1044,7 +1044,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.
@@ -1055,7 +1055,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
@@ -1064,82 +1064,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
@@ -1149,16 +1149,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