diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-07 20:19:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-07 21:12:00 +0200 |
commit | ebd792d2aaa0917a6628eb1f9c1fbeedafbf2617 (patch) | |
tree | d8b5c542ffaa6951ab7d921427fbd1cfd42ca52e /introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | |
parent | 7ae18eecdd3c0aae851441d970b3a54319dd3404 (diff) |
api,libmm-glib: new `allowed-auth' configuration for bearers
For bearers using STATIC or DHCP IP method, the modem itself is the one
negotiating authentication with the network. The new `allowed-auth' property
allows users to specify which authentication method(s) are allowed to be used.
See the following NetworkManager commit for more reference:
commit 34aef8aaaa09b7473b9496aa49e550bd2def03f8
Author: Andrew Bird <ajb@spheresystems.co.uk>
Date: Thu Mar 15 16:19:43 2012 -0500
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Simple.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml index 3eccbbcc..6e3d3163 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -86,6 +86,13 @@ value (signature <literal>"u"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"allowed-auth"</literal></term> + <listitem> + The authentication method to use, given as a + <link linkend="MMBearerAllowedAuth">MMBearerAllowedAuth</link> + value (signature <literal>"u"</literal>). Optional in 3GPP. + </listitem> + </varlistentry> <varlistentry><term><literal>"user"</literal></term> <listitem> User name (if any) required by the network, given as a string |