aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* WPS ER: Use random event identifier in event URLJouni Malinen2009-11-212-3/+18
* WPS: Cleanup subscription URL list handlingJouni Malinen2009-11-213-6/+5
* WPS ER: Move SSDP functionality into a separate fileJouni Malinen2009-11-214-245/+284
* wpa_gui: Add peer dialog option for WPS PBCJouni Malinen2009-11-212-6/+50
* wpa_gui: Add WPS config methods and device password ID into peer dataJouni Malinen2009-11-211-1/+74
* wpa_gui: Move peer tooltip into Properties dialogJouni Malinen2009-11-212-45/+122
* WPS ER: Add more AP information into the ctrl_interface messageJouni Malinen2009-11-214-14/+55
* WPS ER: Fetch AP's M1 to learn device type and WPS stateJouni Malinen2009-11-211-36/+90
* WPS ER: Use (addr,UUID) as the key for AP entriesJouni Malinen2009-11-211-17/+22
* WPS ER: Stop AP unlink loop on matchJouni Malinen2009-11-211-0/+1
* WPS ER: Move STA entry unlinking into a separate functionJouni Malinen2009-11-211-15/+22
* WPS ER: Fix AP entry freeing on timeoutJouni Malinen2009-11-211-0/+19
* WPS ER: Refresh ER data on WPS_ER_START when already startedJouni Malinen2009-11-203-1/+17
* WPS ER: Fix Enrollee entry freeing on timeoutJouni Malinen2009-11-201-1/+15
* Add 'none' driver as an option for wpa_supplicantJouni Malinen2009-11-203-11/+50
* wpa_gui: Avoid using freed item in enter_pin()Jouni Malinen2009-11-191-4/+9
* wpa_gui: Add AP and laptop icons for peer dialogJouni Malinen2009-11-198-9/+2455
* wpa_gui: Add support for multiple icon filesMike Shepherd2009-11-191-15/+11
* wpa_gui: Add preliminary WPS ER support into the peers dialogJouni Malinen2009-11-192-5/+177
* WPS: Fix MAC Address inside Credential be that of Enrollee'sJouni Malinen2009-11-193-3/+35
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-175-0/+29
* wpa_supplicant: Fix ctrl_interface group permissions to allow read/executeAnders Aspegren Søndergaard2009-11-161-0/+8
* hostapd: Fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-161-14/+6
* hostapd: Fix BSS channel checks in 40 MHz scanFelix Fietkau2009-11-161-1/+2
* dbus: Allow only root to receive signalsWitold Sowa2009-11-161-1/+2
* wpa_gui-qt4: Fix build with Session Manager disabled in Qt4Christian Rüb2009-11-163-0/+10
* WPS ER: Clear WPS protocol run on PutMessage failureJouni Malinen2009-11-151-0/+4
* WPS ER: Deinit WPS protocol data when freeing AP entryJouni Malinen2009-11-151-0/+2
* WPS ER: Deinit ER before WPS registrar/contextJouni Malinen2009-11-151-5/+5