From a46652fe224f84a26666637ab05b58e7bb55c133 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 28 Dec 2014 19:30:26 +0200 Subject: [PATCH] doc: Add D-Bus SignalPoll() method Commit 7a4a93b9593575ffd64ba72739429d98e4b90858 ('dbus: Add SignalPoll() method to report current signal properties') added this method, but forgot to document it. Signed-off-by: Jouni Malinen --- doc/dbus.doxygen | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 86aee8bce..fffc2a549 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -443,6 +443,27 @@ fi.w1.wpa_supplicant1.CreateInterface.
Reinit of the EAPOL state machine with the new PKCS #11 engine and module path failed.
+
  • +

    SignalPoll ( ) --> a{sv} : properties

    +

    Fetch signal properties for the current connection.

    +

    Returns

    +
    +
    a{sv} : properties
    +
    + + + + + + + + + + +
    KeyValue typeDescriptionRequired
    linkspeediLink speed (Mbps)No
    noiseiNoise (dBm)No
    widthsChannel widthNo
    frequencyuFrequency (MHz)No
    rssiiRSSI (dBm)No
    avg-rssiiAverage RSSI (dBm)No
    center-frq1iVHT segment 1 frequency (MHz)No
    center-frq2iVHT segment 2 frequency (MHz)No
    +
    +
    +
  • \subsection dbus_interface_properties Properties