| Top |
Functions
| NMSetting * | nm_setting_adsl_new () |
| const char * | nm_setting_adsl_get_username () |
| const char * | nm_setting_adsl_get_password () |
| const char * | nm_setting_adsl_get_protocol () |
| const char * | nm_setting_adsl_get_encapsulation () |
| guint32 | nm_setting_adsl_get_vpi () |
| guint32 | nm_setting_adsl_get_vci () |
| NMSettingSecretFlags | nm_setting_adsl_get_password_flags () |
Properties
| gchar * | encapsulation | Read / Write |
| gchar * | password | Read / Write |
| NMSettingSecretFlags | password-flags | Read / Write |
| gchar * | protocol | Read / Write |
| gchar * | username | Read / Write |
| guint | vci | Read / Write |
| guint | vpi | Read / Write |
Types and Values
| #define | NM_SETTING_ADSL_SETTING_NAME |
| #define | NM_SETTING_ADSL_USERNAME |
| #define | NM_SETTING_ADSL_PASSWORD |
| #define | NM_SETTING_ADSL_PASSWORD_FLAGS |
| #define | NM_SETTING_ADSL_PROTOCOL |
| #define | NM_SETTING_ADSL_ENCAPSULATION |
| #define | NM_SETTING_ADSL_VPI |
| #define | NM_SETTING_ADSL_VCI |
| #define | NM_SETTING_ADSL_PROTOCOL_PPPOA |
| #define | NM_SETTING_ADSL_PROTOCOL_PPPOE |
| #define | NM_SETTING_ADSL_PROTOCOL_IPOATM |
| #define | NM_SETTING_ADSL_ENCAPSULATION_VCMUX |
| #define | NM_SETTING_ADSL_ENCAPSULATION_LLC |
| NMSettingAdsl |
Description
The NMSettingAdsl object is a NMSetting subclass that describes properties of ADSL connections.
Functions
nm_setting_adsl_new ()
NMSetting *
nm_setting_adsl_new (void);
Creates a new NMSettingAdsl object with default values.
nm_setting_adsl_get_encapsulation ()
const char *
nm_setting_adsl_get_encapsulation (NMSettingAdsl *setting);
nm_setting_adsl_get_password_flags ()
NMSettingSecretFlags
nm_setting_adsl_get_password_flags (NMSettingAdsl *setting);
Property Details
The “encapsulation” property
“encapsulation” gchar *
Encapsulation of ADSL connection. Can be "vcmux" or "llc".
Flags: Read / Write
Default value: NULL
The “password” property
“password” gchar *
Password used to authenticate with the ADSL service.
Flags: Read / Write
Default value: NULL
The “password-flags” property
“password-flags” NMSettingSecretFlags
Flags indicating how to handle the “password” property.
Flags: Read / Write
The “protocol” property
“protocol” gchar *
ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".
Flags: Read / Write
Default value: NULL
The “username” property
“username” gchar *
Username used to authenticate with the ADSL service.
Flags: Read / Write
Default value: NULL
The “vci” property
“vci” guint
VCI of ADSL connection
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
