aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* driver_prism54: Use hostapd_notif_disassoc() instead of private copyJouni Malinen2009-11-291-13/+1
* Remove some unneeded header file inclusionsJouni Malinen2009-11-292-4/+3
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-2913-2/+12
* Remove src/common from default header file pathJouni Malinen2009-11-2982-114/+106
* Split scan processing for RSN preauthentication into partsJouni Malinen2009-11-293-46/+80
* Add Doxygen documentation for directoriesJouni Malinen2009-11-291-0/+96
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-294-32/+31
* nl80211: Remove unneeded header file: ieee802_11_common.hJouni Malinen2009-11-291-4/+0
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-296-27/+14
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-292-126/+17
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-293-6/+14
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-294-25/+31
* Complete Doxygen documentation for RADIUS clientJouni Malinen2009-11-292-12/+115
* Replace hostapd devel doc link with shared doc with wpa_supplicantJouni Malinen2009-11-291-2/+2
* Remove unused RADIUS client reconfig functionJouni Malinen2009-11-282-66/+0
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-286-12/+5
* Improved Doxygen documentation for RADIUS client codeJouni Malinen2009-11-282-49/+363
* Fix doxygen file level commentsJouni Malinen2009-11-283-3/+3
* Fix doxygen references to EAP server/peer moduleJouni Malinen2009-11-282-3/+3
* Remove old wpa_supplicant/hostapd doxygen filesJouni Malinen2009-11-2825-3477/+0
* Add new, shared doxygen documentation for hostapd and wpa_supplicantJouni Malinen2009-11-2814-0/+3866
* Fix doxygen file level commentsJouni Malinen2009-11-284-3/+17
* Fix init2() driver_ops to get the correct global driver contextJouni Malinen2009-11-283-1/+5
* WPS: Update couple of missed Primary Device Type usesJouni Malinen2009-11-262-14/+11
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-268-95/+84
* Resolve some sparse warningsJouni Malinen2009-11-2510-2/+10
* Fix internal crypto build with some configurationsJouni Malinen2009-11-242-0/+2
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-236-265/+61
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-2318-110/+81
* Remove deprecated driver_ops handlersJouni Malinen2009-11-2320-302/+90
* Fix CONFIG_AP=y build after driver_ops set_key mergeJouni Malinen2009-11-231-1/+1
* Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappersJouni Malinen2009-11-234-3/+15
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-2319-117/+81
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-233-25/+5
* Remove unneeded set-MTU operation from driversJouni Malinen2009-11-233-33/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-2311-86/+53
* nl80211: Build some client functionality unconditionallyJouni Malinen2009-11-231-23/+11
* nl80211: Remove last remaining WEXT codeJouni Malinen2009-11-231-37/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-238-125/+28
* Preparations for v0.7.0 releaseJouni Malinen2009-11-216-26/+10
* WPS: Do not try to send byebye advertisements if socket is not validJouni Malinen2009-11-211-1/+1
* Fix Visual Studio projects to match with source code file changesJouni Malinen2009-11-214-13/+13
* Update ChangeLog files for 0.7.0 releaseJouni Malinen2009-11-212-0/+48
* Fix a typo in a commentJouni Malinen2009-11-211-1/+1
* wpa_gui: Only move to WPS tab if inactive/disconnect and AP readyJouni Malinen2009-11-211-3/+6
* OpenSSL: Remove unneeded MinGW CryptoAPI compat codeJouni Malinen2009-11-211-68/+0
* GnuTLS: Fix compilation with newer GnuTLS versionsJouni Malinen2009-11-211-0/+4
* Fix strict aliasing issue with the internal SHA-1 implementationJouni Malinen2009-11-211-2/+2
* WPS ER: Deinitialize protocol instance with STA after completionJouni Malinen2009-11-211-0/+12
* wpa_gui: Add peers menu option for learning AP configuration (ER)Jouni Malinen2009-11-212-0/+35