Include common/eapol_common.h explicit and fix eapol_auth_logger enum
[libeap.git] / src /
2009-11-29 Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29 Jouni Malinendriver_prism54: Use hostapd_notif_disassoc() instead...
2009-11-29 Jouni MalinenRemove some unneeded header file inclusions
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenSplit scan processing for RSN preauthentication into...
2009-11-29 Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-29 Jouni Malinennl80211: Remove unneeded header file: ieee802_11_common.h
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29 Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-29 Jouni MalinenComplete Doxygen documentation for RADIUS client
2009-11-28 Jouni MalinenRemove unused RADIUS client reconfig function
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-28 Jouni MalinenImproved Doxygen documentation for RADIUS client code
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-26 Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24 Jouni MalinenResolve some sparse warnings
2009-11-23 Jouni MalinenRemove obsoleted get_scan_results() driver_ops
2009-11-23 Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenAdd cleared deprecation notes on iwl,ndiswrapper,madwif...
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
2009-11-23 Jouni MalinenRemove unneeded set-MTU operation from drivers
2009-11-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-23 Jouni Malinennl80211: Build some client functionality unconditionally
2009-11-23 Jouni Malinennl80211: Remove last remaining WEXT code
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-11-21 Jouni MalinenWPS: Do not try to send byebye advertisements if socket...
2009-11-21 Jouni MalinenFix a typo in a comment
2009-11-21 Jouni MalinenOpenSSL: Remove unneeded MinGW CryptoAPI compat code
2009-11-21 Jouni MalinenGnuTLS: Fix compilation with newer GnuTLS versions
2009-11-21 Jouni MalinenFix strict aliasing issue with the internal SHA-1 imple...
2009-11-21 Jouni MalinenWPS ER: Deinitialize protocol instance with STA after...
2009-11-21 Jouni MalinenWPS ER: Use random event identifier in event URL
2009-11-21 Jouni MalinenWPS: Cleanup subscription URL list handling
2009-11-21 Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-21 Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-21 Jouni MalinenWPS ER: Fetch AP's M1 to learn device type and WPS...
2009-11-21 Jouni MalinenWPS ER: Use (addr,UUID) as the key for AP entries
2009-11-21 Jouni MalinenWPS ER: Stop AP unlink loop on match
2009-11-21 Jouni MalinenWPS ER: Move STA entry unlinking into a separate function
2009-11-21 Jouni MalinenWPS ER: Fix AP entry freeing on timeout
2009-11-20 Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-20 Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-20 Jouni MalinenAdd 'none' driver as an option for wpa_supplicant
2009-11-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-17 Jouni Malinennl80211/SME: Use reassociation when roaming within...
2009-11-15 Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
2009-11-15 Jouni MalinenWPS ER: Deinit WPS protocol data when freeing AP entry
2009-11-15 Jouni MalinenWPS ER: Use learnt AP settings to build credentials...
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS: Determine the OpCode based on message type attribu...
2009-11-15 Jouni MalinenWPS ER: Do not try to process AP Settings in proxied...
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Only send Enrollee notification on Probe Reques...
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-15 Jouni MalinenWPS ER: Store AP UUID in binary format for future use
2009-11-14 Jouni MalinenWPS: Use a dummy WSC_ACK as WLANEvent as the initial...
2009-11-14 Jouni MalinenWPS: Send SSDP byebye notifications when stopping UPnP...
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-13 Jouni MalinenWPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}
2009-11-13 Jouni MalinenWPS: Fix AP to proxy WSC_NACK to ER
2009-11-13 Jouni MalinenWPS: Fix OpCode when proxying WSC_ACK or WSC_NACK from ER
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-13 Jouni MalinenWPS: Fix http_link_update() to nul terminate the result
2009-11-11 Jouni MalinenWPS ER: Add PutWLANResponse generation and transmission
2009-11-11 Jouni MalinenWPS ER: Add STA/Enrollee entries and start processing...
2009-11-11 Felix Fietkauhostapd: fix AP mode initialization for nl80211
2009-11-10 Jouni MalinenWPS ER: Parse WLANEvent notifications and send HTTP...
2009-11-10 Jouni Malinendriver_prism54: Use os_zalloc instead of malloc to...
2009-11-10 Jouni MalinenFix comparison to use correct symbol name (__rand vs...
2009-11-10 Jouni MalinenAdd wpa_msg_ctrl() for ctrl_interface-only messages
2009-11-10 Jouni MalinenWPS: Fixed printf size_t warning on 32-bit builds
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
2009-11-08 Jouni MalinenWPS: Read HTTP request within HTTP server code
2009-11-08 Jouni MalinenWPS: Add HTTP server module
2009-11-08 Jouni MalinenWPS ER: Fetch and parse device description
2009-11-08 Jouni MalinenWPS: Move generic UPnP XML helper functionality into...
2009-11-08 Jouni MalinenWPS: Add HTTP client module to clean up code
2009-11-07 Jouni MalinenWPS: Mark functions static
2009-11-07 Jouni MalinenWPS: Add initial part of External Registrar functionality
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-11-05 Jouni MalinenUse type-punning to avoid breaking strict aliasing...
2009-11-04 Jouni MalinenWork around some gcc 4.4 strict-aliasing warnings
2009-11-02 Jouni MalinenAdd Xcode project file for building wpa_supplicant
2009-11-01 Andriy TkachukWPS: SelectedRegistrar expiration for internal PIN...
2009-11-01 Jouni MalinenWPS: Abort ongoing PBC protocol run if session overlap...
2009-11-01 Oleg KravtsovWPS: Add PBC overlap and timeout events from WPS module
2009-11-01 Jouni MalinenWPS: Use Config Error 12 to indicate PBC overlap in M2D
2009-10-22 Jouni MalinenFix dbus build without EAP
2009-10-17 Jouni MalinenMove shared MD5/SHA-1 internal definitions into header...
2009-10-17 Jouni MalinenMove shared DES definitions into a header file
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
next