Top |
NMSettingPppNMSettingPpp — Describes connection properties for devices/networks that require PPP to deliver IP capability |
#define | NM_SETTING_PPP_SETTING_NAME |
#define | NM_SETTING_PPP_NOAUTH |
#define | NM_SETTING_PPP_REFUSE_EAP |
#define | NM_SETTING_PPP_REFUSE_PAP |
#define | NM_SETTING_PPP_REFUSE_CHAP |
#define | NM_SETTING_PPP_REFUSE_MSCHAP |
#define | NM_SETTING_PPP_REFUSE_MSCHAPV2 |
#define | NM_SETTING_PPP_NOBSDCOMP |
#define | NM_SETTING_PPP_NODEFLATE |
#define | NM_SETTING_PPP_NO_VJ_COMP |
#define | NM_SETTING_PPP_REQUIRE_MPPE |
#define | NM_SETTING_PPP_REQUIRE_MPPE_128 |
#define | NM_SETTING_PPP_MPPE_STATEFUL |
#define | NM_SETTING_PPP_CRTSCTS |
#define | NM_SETTING_PPP_BAUD |
#define | NM_SETTING_PPP_MRU |
#define | NM_SETTING_PPP_MTU |
#define | NM_SETTING_PPP_LCP_ECHO_FAILURE |
#define | NM_SETTING_PPP_LCP_ECHO_INTERVAL |
The NMSettingPpp object is a NMSetting subclass that describes properties necessary for connection to networks that require PPP transport, like PPPoE cable and DSL modems and some mobile broadband devices.
NMSetting *
nm_setting_ppp_new (void
);
Creates a new NMSettingPpp object with default values.
gboolean
nm_setting_ppp_get_refuse_mschap (NMSettingPpp *setting
);
gboolean
nm_setting_ppp_get_refuse_mschapv2 (NMSettingPpp *setting
);
gboolean
nm_setting_ppp_get_require_mppe (NMSettingPpp *setting
);
gboolean
nm_setting_ppp_get_require_mppe_128 (NMSettingPpp *setting
);
gboolean
nm_setting_ppp_get_mppe_stateful (NMSettingPpp *setting
);
guint32
nm_setting_ppp_get_lcp_echo_failure (NMSettingPpp *setting
);
guint32
nm_setting_ppp_get_lcp_echo_interval (NMSettingPpp *setting
);