]> git.ipfire.org Git - thirdparty/hostap.git/shortlog
thirdparty/hostap.git
2011-11-30  Subrat DashWPS: Fix stopping of active WPS operation on dual concu...
2011-11-30  Jouni MalinenWPS ER: Fix segfault in some selected registrar change...
2011-11-29  Arik NemtsovSet ht_capab from based on driver capabilities when...
2011-11-29  Jouni MalinenIncrease min sched_scan interval from 2 to 10 seconds
2011-11-29  Dmitry ShmidtAndroid: nl80211: Add Android specific PNO configuration
2011-11-29  Dmitry ShmidtAndroid: wext: Add sched_scan functions for PNO
2011-11-29  Dmitry ShmidtAndroid: wext: Add driver state events
2011-11-29  Dmitry ShmidtFix pno_start() to initialize SSID list properly
2011-11-28  Jouni MalinenUse normal scan before sched_scan if that can speed...
2011-11-28  Jouni MalinenAdd broadcast SSID for sched_scan for scan_ssid=0 networks
2011-11-28  Jouni MalinenUse common code for disabled network case in sched_scan
2011-11-28  Jouni MalinenDrop sched_scan filter if not enough match sets supported
2011-11-28  Jouni MalinenMake sched_scan debug clearer on timeout use
2011-11-28  Jouni MalinenStop sched_scan on DISCONNECT command
2011-11-28  Jouni MalinenAdd preferred network offload (PNO) functionality
2011-11-28  Jouni MalinenFix sched_scan filter_ssids setting for no filters...
2011-11-27  Jouni MalinenInterworking: Verify that BSS information includes...
2011-11-27  Jouni MalinenEAP-AKA: Use strdup instead of strlen + malloc + memcpy
2011-11-27  Jouni MalinenEAP-PEAP: Remove unused hdr assignment
2011-11-27  Jouni MalinenEAP-PSK: Fix memory leak on error path
2011-11-27  Jouni MalinenTLS: Add support for SHA256-based cipher suites from...
2011-11-27  Jouni Malinenwpa_passphrase: Include SHA256 objects to fix some...
2011-11-27  Jouni MalinenTLS: Update file headers to include TLS v1.2 support
2011-11-27  Jouni MalinenInclude TLS v1.1 and v1.2 support in library build
2011-11-27  Jouni MalinenTLS: Allow TLS v1.2 to be negotiated
2011-11-27  Jouni MalinenTLS: Add TLS v1.2 style CertificateVerify functionality
2011-11-27  Jouni MalinenTLS: Add SHA256-based verify_data derivation for TLS...
2011-11-27  Jouni MalinenTLS: Maintain SHA256-based hash values for TLS v1.2
2011-11-27  Jouni MalinenTLS: Add build configuration for TLS v1.2 support
2011-11-27  Jouni MalinenTLS: Assume explicit IV for TLS v1.1 and newer
2011-11-27  Jouni MalinenTLS: Increase maximum MAC key from 20 to 32 octets
2011-11-27  Jouni MalinenTLS: Pass version to tls_prf() in preparation for new...
2011-11-27  Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-27  Jouni MalinenTLS: Add helper functions for version number handling
2011-11-27  Jouni MalinenAdd implementation of TLS v1.2 PRF (P_SHA256)
2011-11-27  Jouni Malinenhostapd: Define CONFIG_SHA256 for SHA256 builds
2011-11-27  Jouni MalinenAdd SHA256-hash functions to generic crypto_hash_*...
2011-11-27  Jouni Malinentest-https: Fix memory leaks in TLS processing
2011-11-27  Jouni MalinenTLS: Add a debug information on unsupported private...
2011-11-25  Dmitry Shmidtwpa_cli: Add action script call on P2P-GO-NEG-FAILURE...
2011-11-25  Jouni Malinenwext: Define some new values if linux/wireless.h is...
2011-11-25  Dmitry ShmidtP2P: Send STA connected/disconnected events to parent...
2011-11-25  Jouni MalinenFix sched_scan filter setting for max_match_sets == 0
2011-11-25  Jouni Malinennl80211: Do not set sched_scan filter if driver does...
2011-11-25  Jouni Malinennl80211: Implement set_p2p_powersave for legacy_ps...
2011-11-24  Jouni MalinenUse wpa_key_mgmt_*() helpers
2011-11-24  Jouni MalinenDo not save an invalid network block in wpa_supplicant...
2011-11-24  Jouni MalinenDo not write all zeros device_type
2011-11-24  Jouni MalinenWPS: Include WSC IE in (Re)Association Response for...
2011-11-24  Dmitry ShmidtAdd 'get country' command
2011-11-24  David Spinadelwpa_cli: Correct return value of wpa_cli_cmd_p2p_peers
2011-11-24  Jouni MalinenAdd test program for RC4 (test vectors from RFC 6229)
2011-11-23  Dmitry ShmidtAndroid: Move WPA_BUILD check in Android.mk
2011-11-23  Jeff BrownAndroid: Remove the simulator target from all makefiles
2011-11-20  Jouni MalinenMove wpa_sm_remove_pmkid() call to PMKSA cache entry...
2011-11-20  Jouni MalinenFix wired EAPOL authenticator
2011-11-20  Jouni MalinenAvoid possible compiler warning in os_gmtime()
2011-11-19  Kel Moddermanwpa_gui-qt4: Improve scan results signal display
2011-11-19  Johannes Bergnl80211: Set offchannel-OK selectively
2011-11-19  Johannes Bergnl80211: Move preq NL handle into BSS
2011-11-19  Jouni Malinennl80211: Add no_ack support for NL80211_CMD_FRAME
2011-11-19  Helmut Schaanl80211: Implement noack policy for send_mlme
2011-11-19  Jouni MalinenP2P: Send Listen state Probe Response frames without...
2011-11-19  Helmut SchaaAvoid excessive probe response retries
2011-11-19  Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-11-19  Jouni MalinenDo not try to add wildcard SSID into active sched_scan
2011-11-19  Jouni MalinenEAP-pwd: Remove struct eap_pwd_hdr
2011-11-19  Dan HarkinsEAP-pwd: Fix zero-padding of input to H()
2011-11-19  Dan HarkinsEAP-pwd: Fix KDF for group 21
2011-11-19  Dan HarkinsEAP-pwd: Document group configuration for hostapd authe...
2011-11-19  Johannes Bergnl80211: Support in-kernel station poll
2011-11-19  Johannes Bergnl80211: Use non-receiving socket for EAPOL TX
2011-11-19  Johannes Bergnl80211: Use device AP SME capability
2011-11-19  Jouni Malinennl80211: Sync with wireless-testing.git linux/nl80211.h
2011-11-19  Johannes BergAP: Add explicit EAPOL TX status event
2011-11-19  Maciej SzmigieroOpenSSL: Read certificate chain from server_cert file
2011-11-19  Alan T. DeKokwpa_supplicant: Make objects depend on the .config...
2011-11-19  Jithu Jancenl80211: Implement shared_freq
2011-11-18  Ben Greearnl80211: Make MLME failure messages unique
2011-11-18  Johannes BergP2P: Clear WPS method when GO negotiation fails
2011-11-18  Johannes BergP2P: Simplify code in wpas_p2p_connect()
2011-11-18  Dan Williamsnl80211: Fix UNSPEC signal quality reporting
2011-11-18  Jithu JanceP2P: Indicate GO Negotiation failure on peer expiration
2011-11-18  Eyal Shapirasched scan: Fix passive scanning
2011-11-18  Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18  Jouni MalinenP2P: Fix collection of member-in-group information...
2011-11-18  Jouni MalinenMark local functions static
2011-11-18  Jouni MalinenInclude wpa_auth_glue.h to verify function prototypes
2011-11-18  Jouni MalinenInclude list.h after trace.h to avoid offsetof refinition
2011-11-18  Jouni MalinenInclude wpa_supplicant_i.h to verify function prototype...
2011-11-18  Jouni MalinenRemove incorrect le16 type cast
2011-11-17  Jouni MalinenFix the debug message in the previous commit
2011-11-17  Jouni MalinenSet Secure=1 for EAPOL-Key msg 3/4 in WPA conditional...
2011-11-17  Jouni MalinenUse a single define for maximum number of EAP methods
2011-11-17  Jouni MalinenRemove unused header file inclusion
2011-11-17  Jouni MalinenWPS: Use strdup to initialize dev_password for PBC
2011-11-17  Jouni MalinenAvoid 0-length memmove from buffer end to keep static...
2011-11-17  Jouni MalinenP2P: Cancel previous operation before starting new...
2011-11-17  Jouni MalinenRemove obsolete build tests
2011-11-16  Johannes Bergnl80211: Get rid of family/cache objects
next