Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / src /
2011-04-27 Luke Howardremove CONFIG_FIPS substitutions when building md5...
2011-03-15 Luke HowardMerge branch 'moonshot' of ssh://moonshot.suchdamage...
2011-03-15 Luke HowardFix unused parameter warning when building mech_eap
2010-10-19 Luke HowardMake peer headers build with C++ sources
2010-10-17 Jouni MalinenWPS: Do not drop subscriptions based on max queue length origin/HEAD origin/master
2010-10-17 Jouni MalinenWPS UPnP: Add more priority for queuing EAP events
2010-10-17 Jouni MalinenWPS UPnP: Throttle WLANEvent notifications to 5 per...
2010-10-17 Jouni MalinenWPS: Limit Probe Request event queuing if subscriber...
2010-10-17 Jouni MalinenWPS: Schedule sending of pending events after failure
2010-10-17 Jouni MalinenWPS: Separate local error from max queue length reached
2010-10-17 Jouni MalinenWPS UPnP: Improved event notification failure processing
2010-10-17 Jouni MalinenWPS: Convert assert() to error return
2010-10-17 Jouni MalinenWPS UPnP: Fix memory leak on retry case
2010-10-17 Jouni MalinenWPS: Add more debug info for UPnP operations
2010-10-17 Jouni MalinenWPS: Remove unused define
2010-10-17 Jouni MalinenWPS: Cleaned up URL parser not to modify const buffer
2010-10-17 Jouni MalinenWPS: Drop subscription if it does not have any valid...
2010-10-17 Jouni MalinenWPS: Remove unused error path code
2010-10-17 Jouni MalinenWPS UPnP: Fix HTTP client timeout event code
2010-10-15 Jouni MalinenFix build with drivers that use driver_wext.c
2010-10-15 Jouni Malinennl80211: Indicate channel list change events
2010-10-15 Jouni MalinenP2P: Add mechanism for updating P2P channel list based...
2010-10-14 Anil Gathala SudhaP2P: Send AP mode WPS-FAIL event to parent interface
2010-10-14 Jouni MalinenWPS: Add WPS-FAIL ctrl_interface event for hostapd
2010-10-14 Jouni MalinenWPS: Add Config Error into WPS-FAIL events
2010-10-14 Jouni MalinenP2P: Reject multi-channel concurrent operations dependi...
2010-10-14 Jouni MalinenP2P: Share code for p2p_connect/authorize channel prepa...
2010-10-14 Jouni MalinenP2P: Verify that p2p_connect forced frequency is allowe...
2010-10-12 Paul Stewartnl80211: Add more details into signal change events
2010-10-11 Jouni MalinenWPS: Workaround broken Credential encoding from some...
2010-10-10 Johannes Bergnl80211: Use nl80211 for Probe Request/Response frames
2010-10-10 Johannes Bergnl80211: Refactor Action frame TX
2010-10-10 Johannes Bergnl80211: Use new frame registration API
2010-10-10 Johannes Bergnl80211: support intra-BSS configuration
2010-10-10 Johannes Bergnl80211: work around libnl bug
2010-10-10 Jouni MalinenWPS: Fix WPS commands in wpa_supplicant AP mode
2010-10-10 Jouni MalinenP2P: Fix a typo to fix CONFIG_P2P=y build
2010-10-09 Jouni Malinennl80211: Sync with wireless-testing.git
2010-10-09 Jouni MalinenEAP server: Allow reauth to be started with passthrough
2010-10-08 Jouni MalinenP2P: Extend P2P manager functionality to work with...
2010-10-08 Jouni MalinenP2P: Fix a typo in P2P manager definition
2010-10-08 Jouni MalinenApply WPS configuration changes to all interfaces that...
2010-10-08 Jouni MalinenDisable AP PIN on all interfaces controlled by the...
2010-10-08 Jouni MalinenApply hostapd WPS commands to all interfaces on concurr...
2010-10-07 Jouni MalinenAllow a postfix to be defined for the version number
2010-10-06 Jouni MalinenFix wpa_supplicant AP mode with WPS not to crash
2010-10-06 Jouni MalinenFix AP mode 40 MHz pri/sec channel parsing in overlap...
2010-10-04 David A Benjaminwext: Fix scan result signal levels when driver reports...
2010-09-30 Jouni Malinennl80211: Include linux/rtnetlink.h explicitly
2010-09-30 Jouni Malinennl80211: Sync the header file with wireless-testing.git
2010-09-25 Jouni Malinenatheros: Prefer WSC IE in (Re)Association Request frame
2010-09-24 Jouni MalinenWPS ER: Add more debug info on initialization errors
2010-09-23 Jouni MalinenWPS ER: Make sure PIN timeout does not interrupt PBC...
2010-09-23 Jouni MalinenWPS: Fix hostapd reconfig to update WPS UPnP string...
2010-09-23 Jouni MalinenWPS: Add more debug details for Credential building
2010-09-23 Jouni MalinenWPS ER: Fix debug message for protocol run done case
2010-09-23 Jouni MalinenWPS: Fix strict validation of encrypted data for WSC...
2010-09-23 Jouni Malinenhostapd: Add virt/phy flag for Display/PushButton if...
2010-09-22 Jouni MalinenWPS: Making some parsing messages use excessive debug...
2010-09-22 Jouni MalinenWPS: Fix strict validation of (Re)Association Response
2010-09-22 Jouni MalinenWPS 2.0: Provide (Re)Association Response WPS IE to...
2010-09-22 Jouni MalinenWPS: Add MAC address to validation error message for...
2010-09-22 Jouni MalinenWPS: Make testing operations configurable at runtime
2010-09-22 Jouni MalinenWPS 2.0: Fix AuthorizedMACs check to accept wildcard...
2010-09-22 Jouni MalinenP2P: Fill in default Config Methods in Invitation Request
2010-09-20 Jouni MalinenWPS: Fix Beacon WPS IE on concurrent dualband AP in...
2010-09-20 Jouni MalinenWPS: Add BSSID to strict validation error messages
2010-09-20 Jouni MalinenWPS: Use same UUID in multi-interface case
2010-09-20 Jouni MalinenWPS: Fix CONFIG_WPS_OOB build
2010-09-15 Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15 Jouni MalinenEAP-pwd: Move bnctx into per-protocol instance structure
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-09-10 Sudhakar SwaminathanP2P: Add option for disabling intra BSS distribution
2010-09-10 Ardong ChenP2P: Fix invitation_received callback to use NULL bssid...
2010-09-10 Jouni MalinenP2P: Make sure parsed Device Name gets null terminated
2010-09-10 Jouni MalinenP2P: Add peer timeout into group formation 15 second...
2010-09-10 Ardong ChenWPS: Allow pending WPS operation to be cancelled
2010-09-10 Jouni MalinenP2P: Provide local event on GO Neg Req rejection
2010-09-10 Ardong ChenP2P: Process Invitation Request from previously unknown...
2010-09-10 Ardong ChenP2P: Add peer entry based on Provision Discovery Request
2010-09-09 Jouni MalinenFix build without CONFIG_P2P=y
2010-09-09 Jouni MalinenP2P: Use SSID from GO Negotiation to limit WPS provisio...
2010-09-09 Jouni MalinenP2P: Use operating frequency from peer table as backup...
2010-09-09 Jouni MalinenP2P: Add a workaround for Extended Listen Timing gettin...
2010-09-09 Jouni MalinenP2P: Fix cross connection allowed parser to use correct...
2010-09-09 Jouni MalinenP2P: Allow P2P IE without Device Info in (Re)Assoc Req
2010-09-09 Jouni MalinenAdd test command for disabling/enabling A-MPDU aggregation
2010-09-09 Jouni MalinenP2P: Fix code order to avoid potential NULL pointer...
2010-09-09 Jouni MalinenP2P: Allow driver wrapper to indicate how many stations...
2010-09-09 Jouni MalinenP2P: Add mechanism for configuring UAPSD parameters...
2010-09-09 Jouni MalinenP2P: Fix build after WSC 2.0 change to use WFA vendor...
2010-09-09 Jouni MalinenWPS: Fix ER PBC overlap detection build with P2P changes
2010-09-09 Jouni MalinenP2P: Fix GAS fragmentation to match with IEEE 802.11u
2010-09-09 Jouni MalinenP2P: Add Device Password ID to GO Neg Request RX event
2010-09-09 Jouni MalinenP2P: Fix p2p_connect join with interface address
2010-09-09 Jouni MalinenP2P: Add support for cross connection
2010-09-09 Jouni MalinenP2P: Add defined values for P2P Manageability Bitmap
2010-09-09 Jouni MalinenP2P: Fix device discoverability to not wait before...
2010-09-09 Jouni MalinenP2P: Disable periodic NoA when non-P2P STA is connected
2010-09-09 Jouni MalinenP2P: Include P2P IE in (Re)AssocReq to infra AP if...
next