aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-262-13/+13
* Get rid of direct hostapd_for_each_interface() callsJouni Malinen2009-12-251-15/+0
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-252-16/+5
* Do not use virtual driver_ops for wpa_supplicant AP modeJouni Malinen2009-12-251-288/+7
* Move driver deinitialization away from hostapd.cJouni Malinen2009-12-251-0/+7
* Move WPA authenticator glue code into a separate fileJouni Malinen2009-12-251-0/+1
* Move authentication server setup into separate fileJouni Malinen2009-12-251-0/+1
* Move ctrl_iface_ap.c into src/apJouni Malinen2009-12-252-2/+2
* Move hostapd driver initialization away from hostapd.cJouni Malinen2009-12-251-1/+36
* Fix wpa_supplicant CONFIG_AP buildJouni Malinen2009-12-251-1/+1
* Move wps_hostapd.c into src/apJouni Malinen2009-12-251-1/+2
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-253-27/+27
* hostapd: Use separate driver operations abstractionJouni Malinen2009-12-241-0/+1
* hostapd: Add WDS (4-address frame) mode with per-station interfacesFelix Fietkau2009-12-241-1/+4
* Convert to use struct dl_listJouni Malinen2009-12-231-32/+20
* Comment CONFIG_WPA_TRACE_BFD=y out by defaultJouni Malinen2009-12-231-1/+1
* Avoid NULL dereference on error path when default driver is usedJouni Malinen2009-12-231-1/+1
* Copy config_methods and device_type configuration for AP modeJouni Malinen2009-12-211-1/+5
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-216-2/+26
* Add "keypad" to config methods for wpa_supplicant AP mode with WPSJouni Malinen2009-12-211-1/+1
* Describe tracing build options for developersJouni Malinen2009-12-201-0/+10
* Add option libbfd support for tracing codeJouni Malinen2009-12-201-0/+8
* dbus: Fix build with "ctrl_iface_" prefix removedJouni Malinen2009-12-201-2/+2
* dbus: Remove the confusing "ctrl_iface_" prefix from file namesJouni Malinen2009-12-2014-37/+37
* dbus: Move some of conditional WPS code into separate filesJouni Malinen2009-12-208-480/+534
* dbus: Remove unnecessary CONFIG_WPS ifdefs from header filesJouni Malinen2009-12-204-9/+0
* dbus: Clean dbus build files on wpa_supplicant 'make clean'Jouni Malinen2009-12-203-0/+76
* dbus: Rename .service file to use the service name as the file nameJouni Malinen2009-12-201-0/+0
* dbus: Add missing .service file for the new D-Bus APIWitold Sowa2009-12-201-0/+4
* Move D-Bus related files into their own subdirectoryJouni Malinen2009-12-2016-23/+23
* Add empty FIPS PRF wrapper for CryptoAPIJouni Malinen2009-12-201-0/+3
* WPS ER: Delay wpa_supplicant termination to allow unsubscriptionJouni Malinen2009-12-195-6/+45
* Free readline() output with free(), not os_free()Jouni Malinen2009-12-191-1/+1
* Add memory allocation analyzer to verify OS wrapper useJouni Malinen2009-12-191-0/+3
* eloop: Remove global user data pointerJouni Malinen2009-12-197-25/+21
* Make hostapd_for_each_interface() take context pointer as argumentJouni Malinen2009-12-191-1/+8
* Add backtrace support for debuggingJouni Malinen2009-12-191-0/+5
* eapol_test: Fix build after RADIUS msg API changesJouni Malinen2009-12-191-8/+10
* Change radius_msg_free() to free the bufferJouni Malinen2009-12-191-10/+3
* Fix xcode build (eap_register.c needs to be included)Jouni Malinen2009-12-181-0/+4
* Show current mode (station/AB/IBSS) in statusJouni Malinen2009-12-162-0/+26
* Initialize new_connection = 1 to fix wpa_supplicant AP mode operstateJouni Malinen2009-12-151-0/+1
* Mark management frame processing functions to use const bufferJouni Malinen2009-12-132-2/+2
* Mark ieee802_11_parse_elems() input and parsed elems constJouni Malinen2009-12-131-4/+4
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-133-7/+54
* Fix VS project files to match with source code file changesJouni Malinen2009-12-136-4/+23
* Remove obsolete Prism54.org driver support (driver_prism54.c)Jouni Malinen2009-12-121-5/+0
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-121-0/+1
* WPS: Add display and keypad config methods for WPS ERJouni Malinen2009-12-121-0/+2
* Fix dh_groups.o build for some configurationsJouni Malinen2009-12-111-7/+4