P2P: Set channel list per channel instead of per band
[libeap.git] / src / rsn_supp /
2010-08-14 Daniel GryniewiczFix RSN preauth candidate list clearing to avoid segfaults
2010-05-01 Jouni MalinenFix fallback from failed PMKSA caching into full EAP...
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-11 Jouni MalinenFT: Fix wpa_sm_set_ft_params wrapper for non-FT build
2010-04-11 Jouni MalinenFix wpa_sm_has_ptk() no-WPA wrapper location
2010-04-10 Jouni MalinenSME: Do not try to use FT over-the-air if PTK is not...
2010-04-10 Jouni MalinenFT: Verify that MDIE and FTIE matches between AssocResp...
2010-04-10 Jouni MalinenSplit EAPOL-Key msg 3/4 Key Data validation into helper...
2010-04-10 Jouni MalinenAdd more verbose debugging for EAPOL-Key Key Data field...
2010-04-10 Jouni MalinenFT: Copy MDIE and FTIE from (Re)Association Response...
2010-04-10 Jouni MalinenFT: Clean up wpa_sm_set_ft_params() by using common...
2010-04-09 Jouni MalinenFT: Validate protect IE count in FTIE MIC Control
2010-04-09 Jouni MalinenFT: Validate SNonce and ANonce values during FT Protoco...
2010-04-09 Jouni MalinenFT: Set FT Capability and Policy properly in MDIE durin...
2010-04-09 Jouni MalinenFT: Copy FT Capability and Policy to MDIE from target AP
2010-04-09 Jouni MalinenFT: Add R1KH-ID into FT auth seq 3rd message (Reassoc...
2010-04-08 Jouni MalinenFix compiler warning on non-802.11r build
2010-04-07 Jouni MalinenFT: Fix GTK subelement format in FTIE
2010-04-07 Jouni MalinenFT: Fix FT 4-Way Handshake to include PMKR1Name in...
2010-03-29 Jouni MalinenAdd a drop_sa command to allow 802.11w testing
2010-03-29 Jouni MalinenMFP: Add MFPR flag into station RSN IE if 802.11w is...
2010-03-13 Jouni MalinenFT: Clean EAPOL supp portValid to force re-entry to...
2010-03-13 Jouni MalinenFT: Add driver op for marking a STA authenticated
2010-03-13 Jouni MalinenFT: Add a workaround to set PTK after reassociation
2010-01-10 Jouni MalinenUse zero address when reporting unknown peer in SMK...
2010-01-06 Jouni MalinenConvert RSN pre-authentication to use struct dl_list
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-06 Jouni MalinenFix rsn_preauth_scan_result() inline wrapper for no...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
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-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-10-16 Jouni MalinenAdd AP mode WPA status into ctrl_iface
2009-08-16 Jouni MalinenVerify that EAPOL-Key MIC generation succeeds
2009-08-16 Jouni MalinenVerify that RC4 operation succeeds
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-04-20 Jouni MalinenDisconnect if 4-way handshake processing fails
2009-04-01 Jouni MalinenFix SHA-256-based KDF when using CCMP as the pairwise...
2009-03-09 Jouni MalinenFT: Add RIC Request processing and RIC Response generation
2009-03-09 Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-02-19 Jouni MalinenAllow SHA256-based key handshake to be used without...
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-01-17 Jouni MalinenAdded a separate ctx pointer for wpa_msg() calls in...
2009-01-14 Jouni MalinenMoved rsn_pmkid() into shared code to avoid duplication
2009-01-13 Jouni MalinenRemoved wpa_sm dereference from pmksa_cache_list()
2009-01-13 Jouni MalinenMoved proto == RSN validation from pmksa_cache.c into...
2008-12-26 Jouni MalinenAdd Key Length field into IGTK sub-element (FTIE) per...
2008-11-28 Jouni MalinenWPS: Moved mac_addr and uuid configuration into wps_context
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-21 Jouni MalinenFixed canceling of PMKSA caching with driver generated...
2008-11-06 Jouni MalinenAdded support for enforcing frequent PTK rekeying
2008-09-01 Jouni MalinenMFP + FT: Added support for sending IGTK in FTIE
2008-08-31 Jouni MalinenAdded support for using SHA256-based stronger key deriv...
2008-08-30 Jouni MalinenUpdated MFP defines based on IEEE 802.11w/D6.0 and...
2008-08-15 Jouni MalinenIEEE Std 802.11r-2008 has been released, so update...
2008-08-03 Jouni MalinenFixed opportunistic key caching (OKC)
2008-07-06 Michael BernhardMake proactive key caching working again
2008-06-09 Jouni MalinenFixed race condition between disassociation event and...
2008-06-05 Jouni MalinenRead Michael MIC keys through TK2 union instead of...
2008-06-03 Jouni MalinenIntroduced new helper function is_zero_ether_addr()
2008-03-12 Jouni MalinenFT: Use correct BSSID when deriving PTK and verifying MIC
2008-03-12 Jouni MalinenDelete PTK SA on (re)association if this is not part...
2008-03-12 Jouni MalinenSilence gcc 4.3.0 warnings about invalid array indexes
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...