| Top |
org.freedesktop.NetworkManager.PPPorg.freedesktop.NetworkManager.PPP — Helper interface for a PPP plugin. |
NeedSecrets (OUT s username, OUT s password); SetIp4Config (IN a{sv} config); SetIp6Config (IN a{sv} config); SetState (IN u state); SetIfindex (IN i ifindex);
NeedSecrets (OUT s username,
OUT s password);
Called by the pppd plugin to obtain the secrets (username and password) needed to establish the PPP connection.
|
The username for the PPP connection. |
|
The password for the PPP connection. |
SetIp4Config (IN a{sv} config);
Called by the pppd plugin to pass the IPv4 configuration negotiated for the PPP link to NetworkManager.
|
The IPv4 configuration, as a dictionary of properties. |
SetIp6Config (IN a{sv} config);
Called by the pppd plugin to pass the IPv6 configuration negotiated for the PPP link to NetworkManager.
|
The IPv6 configuration, as a dictionary of properties. |
SetState (IN u state);
Called by the pppd plugin to report a change in the state of the PPP connection.
|
The new PPP state (an NMPPPStatus value). |