diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 7 | ||||
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 2 |
2 files changed, 9 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 diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 8ff6e49b..06c4116b 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -63,6 +63,8 @@ <listitem><para>Access Point Name, given as a string value (signature <literal>"s"</literal>). Required in 3GPP.</para></listitem></varlistentry> <varlistentry><term><literal>"ip-type"</literal></term> <listitem><para>Addressing type, given as a <link linkend="MMBearerIpFamily">MMBearerIpFamily</link> value (signature <literal>"u"</literal>). Optional in 3GPP and CDMA.</para></listitem></varlistentry> + <varlistentry><term><literal>"allowed-auth"</literal></term> + <listitem><para>The authentication method to use, given as a <link linkend="MMBearerAllowedAuth">MMBearerAllowedAuth</link> value (signature <literal>"u"</literal>). Optional in 3GPP.</para></listitem></varlistentry> <varlistentry><term><literal>"user"</literal></term> <listitem><para>User name (if any) required by the network, given as a string value (signature <literal>"s"</literal>). Optional in 3GPP.</para></listitem></varlistentry> <varlistentry><term><literal>"password"</literal></term> |