Fix AP mode in wpa_supplicant with interface events
[libeap.git] / doc / dbus.doxygen
index f1206c7..eeea200 100644 (file)
@@ -328,7 +328,7 @@ fi.w1.wpa_supplicant1.CreateInterface.
          <tr><th>Key</th><th>Value type</th><th>Description</th>
          <tr><td>Pairwise</td><td>as</td><td>Possible array elements: "ccmp", "tkip", "none"</td>
          <tr><td>Group</td><td>as</td><td>Possible array elements: "ccmp", "tkip", "wep104", "wep40"</td>
-         <tr><td>KeyMgmt</td><td>as</td><td>Possible array elements: "wpa-psk", "wpa-eap", "ieee8021x", "wpa-none", "wps", "none"</td>
+         <tr><td>KeyMgmt</td><td>as</td><td>Possible array elements: "wpa-psk", "wpa-ft-psk", "wpa-psk-sha256", "wpa-eap", "wpa-ft-eap", "wpa-eap-sha256", "ieee8021x", "wpa-none", "wps", "none"</td>
          <tr><td>Protocol</td><td>as</td><td>Possible array elements: "rsn", "wpa"</td>
          <tr><td>AuthAlg</td><td>as</td><td>Possible array elements: "open", "shared", "leap"</td>
          <tr><td>Scan</td><td>as</td><td>Possible array elements: "active", "passive", "ssid"</td>
@@ -620,16 +620,27 @@ scan results.
        <p>SSID of the BSS.</p>
       </li>
       <li>
-       <h3>WPAIE - ay - (read)</h3>
-       <p>WPA information element of the BSS. The second byte contain number of bytes following it.</p>
+       <h3>WPA - a{sv} - (read)</h3>
+       <p>WPA information of the BSS. Empty dictionary indicates no WPA support. Dictionary entries are:</p>
+       <table>
+         <tr><td>KeyMgmt</td><td>as</td><td>Key management suite. Possible array elements: "wpa-psk", "wpa-eap", "wpa-none"</td>
+         <tr><td>Pairwise</td><td>as</td><td>Pairwise cipher suites. Possible array elements: "ccmp", "tkip"</td>
+         <tr><td>Group</td><td>s</td><td>Group cipher suite. Possible values are: "ccmp", "tkip", "wep104", "wep40"</td>
+       </table>
       </li>
       <li>
-       <h3>RSNIE - ay - (read)</h3>
-       <p>RSN information element of the BSS. The second byte contain number of bytes following it.</p>
+       <h3>RSN - a{sv} - (read)</h3>
+       <p>RSN information of the BSS. Empty dictionary indicates no RSN support. Dictionary entries are:</p>
+       <table>
+         <tr><td>KeyMgmt</td><td>as</td><td>Key management suite. Possible array elements: "wpa-psk", "wpa-eap", "wpa-ft-psk", "wpa-ft-eap", "wpa-psk-sha256", "wpa-eap-sha256",</td>
+         <tr><td>Pairwise</td><td>as</td><td>Pairwise cipher suites. Possible array elements: "ccmp", "tkip"</td>
+         <tr><td>Group</td><td>s</td><td>Group cipher suite. Possible values are: "ccmp", "tkip", "wep104", "wep40"</td>
+         <tr><td>MgmtGroup</td><td>s</td><td>Mangement frames cipher suite. Possible values are: "aes128cmac"</td>
+       </table>
       </li>
       <li>
-       <h3>WPSIE - ay - (read)</h3>
-       <p>WPS information element of the BSS. The second byte contain number of bytes following it.</p>
+       <h3>IEs - ay - (read)</h3>
+       <p>All IEs of the BSS as a chain of TLVs</p>
       </li>
       <li>
        <h3>Privacy - b - (read)</h3>