aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* WPS ER: Use learnt AP settings to build credentials for an EnrolleeJouni Malinen2009-11-153-10/+20
* WPS ER: Add command for fetching current AP settingsJouni Malinen2009-11-158-11/+355
* WPS: Determine the OpCode based on message type attribute (UPnP)Jouni Malinen2009-11-151-0/+11
* WPS ER: Do not try to process AP Settings in proxied M7 to ERJouni Malinen2009-11-153-2/+8
* WPS ER: Add preliminary PBC supportJouni Malinen2009-11-156-0/+58
* WPS ER: Only send Enrollee notification on Probe Request and M1Jouni Malinen2009-11-151-4/+16
* WPS: Do not use ASCII-dump on binary PutWLANResponse NewMessageJouni Malinen2009-11-151-2/+2
* WPS ER: Add ctrl_iface notifications for AP/Enrollee add/removeJouni Malinen2009-11-154-2/+188
* WPS ER: Store AP UUID in binary format for future useJouni Malinen2009-11-151-0/+7
* WPS: Use a dummy WSC_ACK as WLANEvent as the initial event if neededJouni Malinen2009-11-151-3/+43
* WPS: Send SSDP byebye notifications when stopping UPnP advertisementsJouni Malinen2009-11-153-5/+36
* dbus: Use method/property/signal handler arrays for registrationJouni Malinen2009-11-143-358/+336
* dbus: Remove duplicated error printing from registrationJouni Malinen2009-11-141-424/+163
* dbus: Split wpas_dbus_ctrl_iface_init() into helper functionsJouni Malinen2009-11-143-126/+143
* dbus: Minor coding style cleanupJouni Malinen2009-11-141-8/+8
* dbus: Fix some of the function comment typosJouni Malinen2009-11-141-13/+13
* WPS: Remove derivation of management keysJouni Malinen2009-11-143-59/+0