7#ifndef NETWORKMANAGERQT_PPP_SETTING_H
8#define NETWORKMANAGERQT_PPP_SETTING_H
11#include <networkmanagerqt/networkmanagerqt_export.h>
17class PppSettingPrivate;
33 void setNoAuth(
bool require);
36 void setRefuseEap(
bool refuse);
37 bool refuseEap()
const;
39 void setRefusePap(
bool refuse);
40 bool refusePap()
const;
42 void setRefuseChap(
bool refuse);
43 bool refuseChap()
const;
45 void setRefuseMschap(
bool refuse);
46 bool refuseMschap()
const;
48 void setRefuseMschapv2(
bool refuse);
49 bool refuseMschapv2()
const;
51 void setNoBsdComp(
bool require);
52 bool noBsdComp()
const;
54 void setNoDeflate(
bool require);
55 bool noDeflate()
const;
57 void setNoVjComp(
bool require);
58 bool noVjComp()
const;
60 void setRequireMppe(
bool require);
61 bool requireMppe()
const;
63 void setRequireMppe128(
bool require);
64 bool requireMppe128()
const;
66 void setMppeStateful(
bool used);
67 bool mppeStateful()
const;
69 void setCRtsCts(
bool control);
72 void setBaud(quint32 baud);
75 void setMru(quint32 mru);
78 void setMtu(quint32 mtu);
81 void setLcpEchoFailure(quint32 number);
82 quint32 lcpEchoFailure()
const;
84 void setLcpEchoInterval(quint32 interval);
85 quint32 lcpEchoInterval()
const;
87 void fromMap(
const QVariantMap &setting)
override;
89 QVariantMap toMap()
const override;
92 PppSettingPrivate *d_ptr;
Base class for all kinds of setting.
This class allows querying the underlying system to discover the available network interfaces and rea...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.