diff options
Diffstat (limited to 'docs/libnm/html/NMSetting8021x.html')
| -rw-r--r-- | docs/libnm/html/NMSetting8021x.html | 310 |
1 files changed, 181 insertions, 129 deletions
diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 38a438bd..41c3a2f9 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-check-cert-scheme" title="nm_setting_802_1x_check_cert_scheme ()">nm_setting_802_1x_check_cert_scheme</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <span class="returnvalue">guint32</span> </td> <td class="function_name"> @@ -915,7 +923,7 @@ </div> <div class="refsect1"> <a name="NMSetting8021x.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> GEnum +<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a> <span class="lineart">├──</span> NMSetting8021xCKFormat <span class="lineart">╰──</span> NMSetting8021xCKScheme GObject @@ -958,6 +966,50 @@ nm_setting_802_1x_new (<em class="parameter"><code><span class="type">void</span </div> <hr> <div class="refsect2"> +<a name="nm-setting-802-1x-check-cert-scheme"></a><h3>nm_setting_802_1x_check_cert_scheme ()</h3> +<pre class="programlisting"><a class="link" href="NMSetting8021x.html#NMSetting8021xCKScheme" title="enum NMSetting8021xCKScheme"><span class="returnvalue">NMSetting8021xCKScheme</span></a> +nm_setting_802_1x_check_cert_scheme (<em class="parameter"><code><span class="type">gconstpointer</span> pdata</code></em>, + <em class="parameter"><code><span class="type">gsize</span> length</code></em>, + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> +<p>Determines and verifies the blob type. +When setting certificate properties of NMSetting8021x +the blob must be not UNKNOWN (or NULL).</p> +<div class="refsect3"> +<a name="id-1.4.6.8.3.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>pdata</p></td> +<td class="parameter_description"><p> the data pointer. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> +</tr> +<tr> +<td class="parameter_name"><p>length</p></td> +<td class="parameter_description"><p>the length of the data</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>error</p></td> +<td class="parameter_description"><p> (out): validation reason. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.4.6.8.3.6"></a><h4>Returns</h4> +<p> the scheme of the blob or <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_UNKNOWN</code></a>. +For NULL it also returns NM_SETTING_802_1X_CK_SCHEME_UNKNOWN.</p> +</div> +<p class="since">Since: 1.2</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-802-1x-get-num-eap-methods"></a><h3>nm_setting_802_1x_get_num_eap_methods ()</h3> <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_802_1x_get_num_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> @@ -967,7 +1019,7 @@ network. Generally only one EAP method is used. Use the functions and <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()"><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.3.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -982,7 +1034,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.3.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.4.6"></a><h4>Returns</h4> <p> the number of allowed EAP methods</p> </div> </div> @@ -995,7 +1047,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr <p>Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.4.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1017,7 +1069,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.4.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.5.6"></a><h4>Returns</h4> <p> the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1032,7 +1084,7 @@ nm_setting_802_1x_add_eap_method (<em class="parameter"><code><a class="link" hr EAP method has been added. See <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property for a list of allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.5.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.6.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1054,7 +1106,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.5.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.6.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was successfully added, <code class="literal">FALSE</code> if it was not a valid method or if it was already allowed.</p> </div> @@ -1067,7 +1119,7 @@ nm_setting_802_1x_remove_eap_method (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed EAP method at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.6.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.7.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1099,7 +1151,7 @@ nm_setting_802_1x_remove_eap_method_by_value <p>Removes the allowed EAP method <em class="parameter"><code>method</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.7.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.8.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1121,7 +1173,7 @@ nm_setting_802_1x_remove_eap_method_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.7.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.8.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was founs and removed, <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -1132,7 +1184,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.8.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.9.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1155,7 +1207,7 @@ nm_setting_802_1x_get_identity (<em class="parameter"><code><a class="link" href <p>Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.</p> <div class="refsect3"> -<a name="id-1.4.6.8.9.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.10.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1170,7 +1222,7 @@ authenticate the user. Often this is a username or login name.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.9.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.10.6"></a><h4>Returns</h4> <p> the user identifier</p> </div> </div> @@ -1185,7 +1237,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the <a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title="The “identity” property"><span class="type">“identity”</span></a> in a secure form, if applicable for that EAP method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.10.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.11.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1200,7 +1252,7 @@ a secure form, if applicable for that EAP method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.10.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.11.6"></a><h4>Returns</h4> <p> the anonymous identifier</p> </div> </div> @@ -1211,7 +1263,7 @@ a secure form, if applicable for that EAP method.</p> nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the file containing PAC credentials used by EAP-FAST method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.11.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.12.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1226,7 +1278,7 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.11.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.12.6"></a><h4>Returns</h4> <p> the PAC file</p> </div> </div> @@ -1242,7 +1294,7 @@ properties are ignored if the <a class="link" href="NMSetting8021x.html#NMSettin compile time (using the --system-ca-path configure option) is used in place of these properties.</p> <div class="refsect3"> -<a name="id-1.4.6.8.12.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.13.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1257,7 +1309,7 @@ of these properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.12.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.13.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a system CA certificate path should be used, <code class="literal">FALSE</code> if not</p> </div> </div> @@ -1272,7 +1324,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.13.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.14.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1287,7 +1339,7 @@ certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.13.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.14.6"></a><h4>Returns</h4> <p> the CA certificate directory path</p> </div> </div> @@ -1302,7 +1354,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title="The “phase2-ca-cert” property"><span class="type">“phase2-ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.14.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.15.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1317,7 +1369,7 @@ to add more CA certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.14.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.15.6"></a><h4>Returns</h4> <p> the "phase 2" CA certificate directory path</p> </div> </div> @@ -1330,7 +1382,7 @@ nm_setting_802_1x_get_ca_cert_scheme (<em class="parameter"><code><a class="link is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.15.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.16.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1345,7 +1397,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.15.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.16.6"></a><h4>Returns</h4> <p> scheme used to store the CA certificate (blob or path)</p> </div> </div> @@ -1361,7 +1413,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.16.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.17.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1376,7 +1428,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.16.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.17.6"></a><h4>Returns</h4> <p> the CA certificate data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1393,7 +1445,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.17.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.18.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1408,7 +1460,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.17.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.18.6"></a><h4>Returns</h4> <p> path to the CA certificate file</p> </div> </div> @@ -1426,7 +1478,7 @@ with the raw certificate data if using the <a class="link" href="NMSetting8021x. scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.4.6.8.18.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.19.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1468,7 +1520,7 @@ clears the CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.18.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.19.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1478,7 +1530,7 @@ clears the CA certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.19.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.20.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1493,7 +1545,7 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.19.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.20.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--subject-match" title="The “subject-match” property"><span class="type">“subject-match”</span></a> property. This is the substring to be matched against the subject of the authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be @@ -1509,7 +1561,7 @@ nm_setting_802_1x_get_num_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--altsubject-matches" title="The “altsubject-matches” property"><span class="type">“altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.6.8.20.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.21.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1524,7 +1576,7 @@ nm_setting_802_1x_get_num_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.20.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.21.6"></a><h4>Returns</h4> <p> the number of altsubject-matches entries.</p> </div> </div> @@ -1538,7 +1590,7 @@ nm_setting_802_1x_get_altsubject_match <p>Returns the altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.21.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.22.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1560,7 +1612,7 @@ nm_setting_802_1x_get_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.21.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.22.6"></a><h4>Returns</h4> <p> the altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1576,7 +1628,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.4.6.8.22.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.23.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1598,7 +1650,7 @@ server is not verified.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.22.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.23.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -1612,7 +1664,7 @@ nm_setting_802_1x_remove_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.23.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.24.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1644,7 +1696,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value <p>Removes the allowed altSubjectName <em class="parameter"><code>altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.24.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.25.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1666,7 +1718,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.24.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.25.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1679,7 +1731,7 @@ nm_setting_802_1x_clear_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.4.6.8.25.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.26.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1704,7 +1756,7 @@ nm_setting_802_1x_get_client_cert_scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.26.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.27.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1719,7 +1771,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.26.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.27.6"></a><h4>Returns</h4> <p> scheme used to store the client certificate (blob or path)</p> </div> </div> @@ -1733,7 +1785,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.27.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.28.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1748,7 +1800,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.27.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.28.6"></a><h4>Returns</h4> <p> the client certificate data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1763,7 +1815,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.28.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.29.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1778,7 +1830,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.28.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.29.6"></a><h4>Returns</h4> <p> path to the client certificate file</p> </div> </div> @@ -1799,7 +1851,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.29.6"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.30.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1842,7 +1894,7 @@ clears the client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.29.7"></a><h4>Returns</h4> +<a name="id-1.4.6.8.30.7"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1852,7 +1904,7 @@ clears the client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.30.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.31.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1867,7 +1919,7 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.30.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.31.5"></a><h4>Returns</h4> <p> the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title="The “phase1-peapver” property"><span class="type">“phase1-peapver”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and "1" (PEAP version 1).</p> @@ -1880,7 +1932,7 @@ values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.31.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.32.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1895,7 +1947,7 @@ nm_setting_802_1x_get_phase1_peaplabel </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.31.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.32.5"></a><h4>Returns</h4> <p> whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title="The “phase1-peaplabel” property"><span class="type">“phase1-peaplabel”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), @@ -1910,7 +1962,7 @@ wpa_supplicant documentation for more details.</p> nm_setting_802_1x_get_phase1_fast_provisioning (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.32.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.33.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1925,7 +1977,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.32.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.33.5"></a><h4>Returns</h4> <p> whether "phase 1" PEAP fast provisioning should be used, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title="The “phase1-fast-provisioning” property"><span class="type">“phase1-fast-provisioning”</span></a> property. See the wpa_supplicant documentation for more details.</p> @@ -1937,7 +1989,7 @@ wpa_supplicant documentation for more details.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.33.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.34.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1952,7 +2004,7 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.33.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.34.5"></a><h4>Returns</h4> <p> the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> property.</p> </div> @@ -1963,7 +2015,7 @@ specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.34.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.35.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1978,7 +2030,7 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.34.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.35.5"></a><h4>Returns</h4> <p> the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> property.</p> </div> @@ -1994,7 +2046,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.35.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.36.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2009,7 +2061,7 @@ use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.35.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.36.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" CA certificate (blob or path)</p> </div> </div> @@ -2026,7 +2078,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.36.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.37.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2041,7 +2093,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.36.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.37.6"></a><h4>Returns</h4> <p> the "phase 2" CA certificate data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2059,7 +2111,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.37.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.38.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2074,7 +2126,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.37.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.38.6"></a><h4>Returns</h4> <p> path to the "phase 2" CA certificate file</p> </div> </div> @@ -2092,7 +2144,7 @@ property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.4.6.8.38.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.39.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2134,7 +2186,7 @@ clears the "phase2" CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.38.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.39.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2145,7 +2197,7 @@ clears the "phase2" CA certificate.</p></td> nm_setting_802_1x_get_phase2_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.39.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.40.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2160,7 +2212,7 @@ nm_setting_802_1x_get_phase2_subject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.39.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.40.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-subject-match" title="The “phase2-subject-match” property"><span class="type">“phase2-subject-match”</span></a> property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or <code class="literal">NULL</code> no subject verification @@ -2176,7 +2228,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches" title="The “phase2-altsubject-matches” property"><span class="type">“phase2-altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.6.8.40.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.41.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2191,7 +2243,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.40.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.41.6"></a><h4>Returns</h4> <p> the number of phase2-altsubject-matches entries.</p> </div> </div> @@ -2205,7 +2257,7 @@ nm_setting_802_1x_get_phase2_altsubject_match <p>Returns the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.41.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.42.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2227,7 +2279,7 @@ nm_setting_802_1x_get_phase2_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.41.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.42.6"></a><h4>Returns</h4> <p> the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2243,7 +2295,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.4.6.8.42.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.43.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2266,7 +2318,7 @@ connection</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.42.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.43.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the "phase 2" alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -2280,7 +2332,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed "phase 2" altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.43.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.44.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2312,7 +2364,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value <p>Removes the allowed "phase 2" altSubjectName <em class="parameter"><code>phase2_altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.44.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.45.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2334,7 +2386,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.44.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.45.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match for "phase 2" was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -2347,7 +2399,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all "phase 2" altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.4.6.8.45.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.46.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2374,7 +2426,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.46.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.47.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2389,7 +2441,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.46.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.47.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" client certificate (blob or path)</p> </div> </div> @@ -2403,7 +2455,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.47.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.48.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2418,7 +2470,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.47.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.48.6"></a><h4>Returns</h4> <p> the "phase 2" client certificate data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2433,7 +2485,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.48.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.49.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2448,7 +2500,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.48.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.49.6"></a><h4>Returns</h4> <p> path to the "phase 2" client certificate file</p> </div> </div> @@ -2470,7 +2522,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.49.6"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.50.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2513,7 +2565,7 @@ clears the "phase2" client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.49.7"></a><h4>Returns</h4> +<a name="id-1.4.6.8.50.7"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2523,7 +2575,7 @@ clears the "phase2" client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.50.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.51.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2538,7 +2590,7 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.50.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.51.5"></a><h4>Returns</h4> <p> the password used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property</p> </div> @@ -2549,7 +2601,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.51.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.52.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2564,7 +2616,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.51.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.52.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -2574,7 +2626,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link <pre class="programlisting"><span class="returnvalue">GBytes</span> * nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.52.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.53.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2589,7 +2641,7 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.52.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.53.5"></a><h4>Returns</h4> <p> the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> property. </p> @@ -2603,7 +2655,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.53.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.54.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2618,7 +2670,7 @@ nm_setting_802_1x_get_password_raw_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.53.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.54.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a></p> </div> @@ -2629,7 +2681,7 @@ nm_setting_802_1x_get_password_raw_flags <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.54.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.55.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2644,7 +2696,7 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.54.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.55.5"></a><h4>Returns</h4> <p> the PIN used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a> property</p> </div> @@ -2655,7 +2707,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.55.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.56.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2670,7 +2722,7 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.55.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.56.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> @@ -2687,7 +2739,7 @@ nm_setting_802_1x_get_private_key_scheme <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.56.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.57.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2702,7 +2754,7 @@ nm_setting_802_1x_get_private_key_scheme </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.56.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.57.6"></a><h4>Returns</h4> <p> scheme used to store the private key (blob or path)</p> </div> </div> @@ -2719,7 +2771,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.4.6.8.57.6"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.58.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2734,7 +2786,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.57.7"></a><h4>Returns</h4> +<a name="id-1.4.6.8.58.7"></a><h4>Returns</h4> <p> the private key data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2749,7 +2801,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.58.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.59.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2764,7 +2816,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.58.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.59.6"></a><h4>Returns</h4> <p> path to the private key file</p> </div> </div> @@ -2802,7 +2854,7 @@ unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.4.6.8.59.8"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.60.8"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2851,7 +2903,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.59.9"></a><h4>Returns</h4> +<a name="id-1.4.6.8.60.9"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2862,7 +2914,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.60.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.61.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2877,7 +2929,7 @@ nm_setting_802_1x_get_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.60.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.61.5"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a>, or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a> property.</p> @@ -2890,7 +2942,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.61.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.62.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2905,7 +2957,7 @@ nm_setting_802_1x_get_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.61.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.62.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a></p> </div> @@ -2917,7 +2969,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.62.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.63.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2932,7 +2984,7 @@ nm_setting_802_1x_get_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.62.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.63.5"></a><h4>Returns</h4> <p> the data format of the private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> property</p> </div> @@ -2949,7 +3001,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.63.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.64.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2964,7 +3016,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.63.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.64.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" private key (blob or path)</p> </div> </div> @@ -2981,7 +3033,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.4.6.8.64.6"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.65.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2996,7 +3048,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.64.7"></a><h4>Returns</h4> +<a name="id-1.4.6.8.65.7"></a><h4>Returns</h4> <p> the "phase 2" private key data. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -3011,7 +3063,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.65.5"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.66.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3026,7 +3078,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.65.6"></a><h4>Returns</h4> +<a name="id-1.4.6.8.66.6"></a><h4>Returns</h4> <p> path to the "phase 2" private key file</p> </div> </div> @@ -3065,7 +3117,7 @@ thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.4.6.8.66.8"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.67.8"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3115,7 +3167,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.66.9"></a><h4>Returns</h4> +<a name="id-1.4.6.8.67.9"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -3126,7 +3178,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_phase2_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.67.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.68.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3141,7 +3193,7 @@ nm_setting_802_1x_get_phase2_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.67.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.68.5"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a> property.</p> @@ -3154,7 +3206,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_phase2_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.68.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.69.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3169,7 +3221,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.68.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.69.5"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a></p> </div> @@ -3181,7 +3233,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.69.4"></a><h4>Parameters</h4> +<a name="id-1.4.6.8.70.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3196,7 +3248,7 @@ nm_setting_802_1x_get_phase2_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.69.5"></a><h4>Returns</h4> +<a name="id-1.4.6.8.70.5"></a><h4>Returns</h4> <p> the data format of the "phase 2" private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title="The “phase2-private-key” property"><span class="type">“phase2-private-key”</span></a> property</p> </div> |