diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 16:56:45 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:26 +0100 |
commit | 4f06aa5106be4688a751bf34601d1a03e3c49ce6 (patch) | |
tree | ef191bccbf210ede56ebe0fe7db2488b1b6f371f /introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | |
parent | 52ac88824e17ae26379e263b5a8dbcbdca805325 (diff) |
api,dbus: include `user' and `password' as properties given to Simple Connect
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Simple.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml index 983875de..fc3745f3 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -86,6 +86,18 @@ Given as a string value (signature <literal>"s"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"user"</literal></term> + <listitem> + User name (if any) required by the network, given as a string + value (signature <literal>"s"</literal>). Optional in 3GPP. + </listitem> + </varlistentry> + <varlistentry><term><literal>"password"</literal></term> + <listitem> + Password (if any) required by the network, given as a string value + (signature <literal>"s"</literal>). Optional in 3GPP. + </listitem> + </varlistentry> <varlistentry><term><literal>"number"</literal></term> <listitem> For POTS devices the number to dial,, |