]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
doc: Fix D-Bus documentation for CreateInterface()
authorJouni Malinen <j@w1.fi>
Sun, 28 Dec 2014 15:05:11 +0000 (17:05 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 13:49:05 +0000 (15:49 +0200)
The "Bridge_ifname" parameter had been renamed to "BridgeIfname" and
"ConfigFile" is also available as a parameter.

Signed-off-by: Jouni Malinen <j@w1.fi>
doc/dbus.doxygen

index 0d062ae95dd63088febf0a4166e1388fef6343d2..21eeec31d2f3b82971c94b1401f71fa86b5444c6 100644 (file)
@@ -33,8 +33,9 @@ registered in the bus with fi.w1.wpa_supplicant1 name.
            <table>
              <tr><th>Key</th><th>Value type</th><th>Description</th><th>Required</th>
              <tr><td>Ifname</td><td>s</td><td>Name of the network interface to control, e.g., wlan0</td><td>Yes</td>
-             <tr><td>Bridge_ifname</td><td>s</td><td>Name of the bridge interface to control, e.g., br0</td><td>No</td>
+             <tr><td>BridgeIfname</td><td>s</td><td>Name of the bridge interface to control, e.g., br0</td><td>No</td>
              <tr><td>Driver</td><td>s</td><td>Driver name which the interface uses, e.g., nl80211</td><td>No</td>
+             <tr><td>ConfigFile</td><td>s</td><td>Configuration file path</td><td>No</td>
            </table>
          </dd>
        </dl>