NetworkManager::PppSetting
NetworkManager::PppSetting Class Reference
#include <pppsetting.h>
Inheritance diagram for NetworkManager::PppSetting:

Public Types | |
typedef QList< Ptr > | List |
typedef QSharedPointer< PppSetting > | Ptr |
![]() | |
typedef QList< Ptr > | List |
enum | MacAddressRandomization { MacAddressRandomizationDefault = 0, MacAddressRandomizationNever, MacAddressRandomizationAlways } |
typedef QSharedPointer< Setting > | Ptr |
typedef QFlags< SecretFlagType > | SecretFlags |
enum | SecretFlagType { None = 0, AgentOwned = 0x01, NotSaved = 0x02, NotRequired = 0x04 } |
enum | SettingType { Adsl, Cdma, Gsm, Infiniband, Ipv4, Ipv6, Ppp, Pppoe, Security8021x, Serial, Vpn, Wired, Wireless, WirelessSecurity, Bluetooth, OlpcMesh, Vlan, Wimax, Bond, Bridge, BridgePort, Team, Generic, Tun, Vxlan, IpTunnel, Proxy, User, OvsBridge, OvsInterface, OvsPatch, OvsPort, Match, Tc, TeamPort, Macsec, Dcb, WireGuard } |
Public Member Functions | |
PppSetting (const Ptr &other) | |
quint32 | baud () const |
bool | cRtsCts () const |
void | fromMap (const QVariantMap &setting) override |
quint32 | lcpEchoFailure () const |
quint32 | lcpEchoInterval () const |
bool | mppeStateful () const |
quint32 | mru () const |
quint32 | mtu () const |
QString | name () const override |
bool | noAuth () const |
bool | noBsdComp () const |
bool | noDeflate () const |
bool | noVjComp () const |
bool | refuseChap () const |
bool | refuseEap () const |
bool | refuseMschap () const |
bool | refuseMschapv2 () const |
bool | refusePap () const |
bool | requireMppe () const |
bool | requireMppe128 () const |
void | setBaud (quint32 baud) |
void | setCRtsCts (bool control) |
void | setLcpEchoFailure (quint32 number) |
void | setLcpEchoInterval (quint32 interval) |
void | setMppeStateful (bool used) |
void | setMru (quint32 mru) |
void | setMtu (quint32 mtu) |
void | setNoAuth (bool require) |
void | setNoBsdComp (bool require) |
void | setNoDeflate (bool require) |
void | setNoVjComp (bool require) |
void | setRefuseChap (bool refuse) |
void | setRefuseEap (bool refuse) |
void | setRefuseMschap (bool refuse) |
void | setRefuseMschapv2 (bool refuse) |
void | setRefusePap (bool refuse) |
void | setRequireMppe (bool require) |
void | setRequireMppe128 (bool require) |
QVariantMap | toMap () const override |
![]() | |
Setting (const Ptr &setting) | |
Setting (SettingType type) | |
bool | isNull () const |
virtual QStringList | needSecrets (bool requestNew=false) const |
virtual void | secretsFromMap (const QVariantMap &map) |
virtual void | secretsFromStringMap (const NMStringMap &map) |
virtual QVariantMap | secretsToMap () const |
virtual NMStringMap | secretsToStringMap () const |
void | setInitialized (bool initialized) |
void | setType (SettingType type) |
SettingType | type () const |
Protected Attributes | |
PppSettingPrivate * | d_ptr |
![]() | |
SettingPrivate * | d_ptr |
Additional Inherited Members | |
![]() | |
static QString | typeAsString (SettingType type) |
static SettingType | typeFromString (const QString &type) |
Detailed Description
Represents ppp setting.
Definition at line 22 of file pppsetting.h.
Member Function Documentation
◆ fromMap()
|
overridevirtual |
Must be reimplemented, default implementation does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 329 of file pppsetting.cpp.
◆ name()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 70 of file pppsetting.cpp.
◆ toMap()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 404 of file pppsetting.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.