aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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>
* P2P: Add P2P information for Doxygen docsJouni Malinen2012-05-036-1/+746
| | | | Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
* Update Doxygen documentation for new versionJouni Malinen2012-04-244-9/+14
| | | | | | | Add src/p2p directory and work around some issues with newer Doxygen versions disliking the wpa_supplicant prefix in labels. Signed-hostap: Jouni Malinen <j@w1.fi>
* 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>
* Fix P2P-SERV-DISC-{REQ,RESP} documentationJouni Malinen2012-03-011-3/+4
| | | | | | The Service Update Indicator parameter was missing from documentation. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
* Select the BSD license terms as the only license alternativeJouni Malinen2012-02-111-4/+4
| | | | | | | | | | | | | | | Simplify licensing terms for hostap.git by selecting the BSD license alternative for any future distribution. This drops the GPL v2 alternative from distribution terms and from contribution requirements. The BSD license alternative that has been used in hostap.git (the one with advertisement clause removed) is compatible with GPL and as such the software in hostap.git can still be used with GPL projects. In addition, any new contribution to hostap.git is expected to be licensed under the BSD terms that allow the changes to be merged into older hostap repositories that still include the GPL v2 alternative. Signed-hostap: Jouni Malinen <j@w1.fi>
* Remove kerneldoc2doxygen.pl from hostap.gitJouni Malinen2011-11-032-135/+3
| | | | | | | | | This is a separate tool for preparing source code files for Doxygen. It does not need to be distributed with hostap.git and it can now be downloaded separately from http://w1.fi/tools/kerneldoc2doxygen-hostap.pl by anyone who wants to build the developers' documents with Doxygen. Signed-hostap: Jouni Malinen <j@w1.fi>
* Fix typos found by codespellPavel Roskin2011-09-223-3/+3
| | | | Signed-off-by: Pavel Roskin <proski@gnu.org>
* doc: Use correct path for kerneldoc2doxygen.plPavel Roskin2011-09-221-1/+1
| | | | | | | Refer to kerneldoc2doxygen.pl as doc/kerneldoc2doxygen.pl since doxygen is run in the top-level source directory. Signed-off-by: Pavel Roskin <proski@gnu.org>
* P2P: Add Device Password ID to GO Neg Request RX eventJouni Malinen2010-09-091-1/+1
| | | | | | This event indicates the Device Password ID that the peer tried to use in GO Negotiation. For example: P2P-GO-NEG-REQUEST 02:40:61:c2:f3:b7 dev_passwd_id=4
* P2P: Document new control interface commands and eventsJouni Malinen2010-09-091-0/+335
|
* 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.
* Add preliminary documentation for ctrl_iface eventsJouni Malinen2010-01-151-0/+237
|
* 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.
* Add new src/ap directory into Doxygen documentsJouni Malinen2009-12-251-0/+1
|
* Add developer documentation for WPA_TRACEJouni Malinen2009-12-231-1/+72
|
* Update documentation for uni tests to use the new tests directoryJouni Malinen2009-12-231-6/+3
|
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-062-10/+0
| | | | | | | This is a separate program and is used mainly with hostapd, so it is better to move this into the hostapd subdirectory now that Milenage code has already been moved into src/crypto. Milenage was the only generic component in hlr_auc_gw.
* Include src/eapol_auth in Doxygen documentsJouni Malinen2009-11-291-0/+1
|
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-291-0/+3
| | | | | This is now completely independent from hostapd-specific code, so it can be moved to be under the src tree.
* Add Doxygen documentation for directoriesJouni Malinen2009-11-291-0/+96
|
* Fix doxygen references to EAP server/peer moduleJouni Malinen2009-11-282-3/+3
|
* Remove old wpa_supplicant/hostapd doxygen filesJouni Malinen2009-11-281-0/+134
|
* Add new, shared doxygen documentation for hostapd and wpa_supplicantJouni Malinen2009-11-2814-0/+3866