| Top |  |  |  |  | 
| NMSetting * | nm_setting_pppoe_new () | 
| const char * | nm_setting_pppoe_get_parent () | 
| const char * | nm_setting_pppoe_get_service () | 
| const char * | nm_setting_pppoe_get_username () | 
| const char * | nm_setting_pppoe_get_password () | 
| NMSettingSecretFlags | nm_setting_pppoe_get_password_flags () | 
| #define | NM_SETTING_PPPOE_SETTING_NAME | 
| #define | NM_SETTING_PPPOE_PARENT | 
| #define | NM_SETTING_PPPOE_SERVICE | 
| #define | NM_SETTING_PPPOE_USERNAME | 
| #define | NM_SETTING_PPPOE_PASSWORD | 
| #define | NM_SETTING_PPPOE_PASSWORD_FLAGS | 
The NMSettingPppoe object is a NMSetting subclass that describes properties necessary for connection to networks that require PPPoE connections to provide IP transport, for example cable or DSL modems.
NMSetting *
nm_setting_pppoe_new (void);
Creates a new NMSettingPppoe object with default values.
const char *
nm_setting_pppoe_get_parent (NMSettingPppoe *setting);
Since: 1.10
const char *
nm_setting_pppoe_get_service (NMSettingPppoe *setting);
const char *
nm_setting_pppoe_get_username (NMSettingPppoe *setting);
const char *
nm_setting_pppoe_get_password (NMSettingPppoe *setting);
NMSettingSecretFlags
nm_setting_pppoe_get_password_flags (NMSettingPppoe *setting);