aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dbus.doxygen
Commit message (Collapse)AuthorAgeFilesLines
* D-Bus: Add AutoScan interface method to set/unset autoscan parametersTomasz Bursztyka2012-06-261-0/+16
| | | | Signed-hostap: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
* Create DBus getter/setter for ScanIntervalMukesh Agrawal2012-04-011-0/+25
| | | | | | | | | | Enable control of wpa_s->scan_interval via D-Bus. This parameter controls the delay between successive scans for a suitable AP. Also, update dbus.doxygen with ScanInterval, and some other parameters that were undocumented. Signed-hostap: Mukesh Agrawal <quiche@chromium.org>
* dbus: Add new KeyMgmt interface capabilitiesWitold Sowa2010-04-111-1/+1
| | | | | | Add "wpa-ft-psk", "wpa-psk-sha256", "wpa-ft-eap" and "wpa-eap-sha256" possible KeyMgmt values of interface capabilities to fit values in BSS RSN options dictionary.
* dbus: Change WPA/RSNIE byte array props to dictsWitold Sowa2010-01-161-6/+17
| | | | | | | Expose RSN and WPA properties for BSS objects containing information about key management and cipher suites. Get rid of WPA/RSN/WPSIE byte array properties and add IEs byte array property with all IE data instead.
* dbus: Change BSS, Network and some errors interface namesWitold Sowa2010-01-091-8/+8
| | | | | Remove ".Interface" part from BSS and Network objects and some error names.
* dbus: Document BSS PropertiesChanged signalJouni Malinen2010-01-061-0/+14
|
* dbus: Change BSS property MaxRate to RatesWitold Sowa2010-01-041-2/+2
| | | | | Instead of exposing maximum BSS bit rate, expose sorted array of all supported rates.
* dbus: Replace StateChanged with PropertiesChanged signalMarcel Holtmann2010-01-041-13/+1
| | | | | | | | | | | The actual supplicant state is exposed via a property on the interface object. So having a separate signal StateChanged for notifying about changes is a bad idea. The standard PropertiesChanged signal should be used for this. The advantage of StateChanged signal was that it includes the previous state, but not even NetworkManager is making use of this. And tracking the old state via the property and this signal is easily possible anyway.
* dbus: Use simple strings for debug levelMarcel Holtmann2010-01-041-3/+3
| | | | | | | Instead of using some magic integer values that really only mean something to WPA internal code, just use simple strings. Possible values are "msgdump", "debug", "info", "warning" and "error" which map directly to WPA debugging support.
* dbus: Document DebugLevel valuesJouni Malinen2010-01-011-3/+5
|
* Fix a typo in doxygen specificationJouni Malinen2010-01-011-1/+1
|
* dbus: Divide DebugParams property to three separate propertiesWitold Sowa2010-01-011-2/+12
|
* dbus: Add second properties arg to *Added signalsWitold Sowa2010-01-011-3/+15
| | | | | Add a dictionary argument containing all properties of the newly added object to BSSAdded, NetworkAdded, and InterfaceAdded signals.
* dbus: Replace BSS 'Properties' property with separate propertiesWitold Sowa2010-01-011-16/+38
| | | | | | In addition, remove Quality and Noise properties since the BSS table is not the correct place for fetching per-channel information (Noise) and Quality is not well-defined (nor available from many drivers).
* Import http://student.agh.edu.pl/~wsowa/new-dbus-api.htmlJouni Malinen2009-12-261-0/+656
Import D-Bus API reference into Doxygen documentation for wpa_supplicant.