From 9bcfd5be869f6b0463d0ab9d613820e15574626d Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 23 Dec 2016 21:28:22 +0200 Subject: [PATCH] Document new D-Bus WPS properties Signed-off-by: Jouni Malinen --- doc/dbus.doxygen | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index f3bdb20cc..a4648b81b 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -1220,6 +1220,30 @@ Interface for performing WPS (Wi-Fi Simple Config) operations.

ConfigMethods - s - (read/write)

The currently advertised WPS configuration methods. Available methods: usba ethernet label display ext_nfc_token int_nfc_token nfc_interface push_button keypad virtual_display physical_display virtual_push_button physical_push_button.

+
  • +

    DeviceName - s - (read/write)

    +

    User-friendly description of device; up to 32 octets encoded in UTF-8.

    +
  • +
  • +

    Manufacturer - s - (read/write)

    +

    The manufacturer of the device (up to 64 ASCII characters).

    +
  • +
  • +

    ModelName - s - (read/write)

    +

    Model of the device (up to 32 ASCII characters).

    +
  • +
  • +

    ModelNumber - s - (read/write)

    +

    Additional device description (up to 32 ASCII characters).

    +
  • +
  • +

    SerialNumber - s - (read/write)

    +

    Serial number of the device (up to 32 characters).

    +
  • +
  • +

    DeviceType - ay - (read/write)

    +

    Device Type (8 octet value with 2 octet category, 4 octet OUI, 2 octet subcategory.

    +
  • \subsection dbus_wps_signals Signals