Reject association if HT STA tries to use TKIP as pairwise cipher
[libeap.git] / wpa_supplicant /
2008-12-21 Jouni MalinenAdd Start menu shortcuts to wpa_gui and uninstall
2008-12-21 Jouni MalinenFixed PBC overlap detection to handle case of missing...
2008-12-21 Jouni Malinenwpa_gui-qt4: Added wpasvc start/stop functionality...
2008-12-21 Jouni MalinenSilence a compiler warning
2008-12-20 Jouni MalinenAdded more notes about WPS GUI scan operations and...
2008-12-20 Jouni MalinenWPS: Added support for wildcard SSID matching in ap_sca...
2008-12-20 Jouni MalinenFixed a typo in a comment
2008-12-20 Jouni MalinenRegister wpasvc service on install and unregister on...
2008-12-20 Jouni MalinenAdded Windows NSIS installer for wpa_supplicant
2008-12-20 Jouni MalinenChanged win_gui cross compilation to use cleaner Qt...
2008-12-20 Jouni MalinenIANA allocated EAP method type 51 to EAP-GPSK
2008-12-19 Jouni MalinenWPS: Added event callback for successfully completed...
2008-12-19 Jouni MalinenWPS: Added callback for failure-after-M2/M2D
2008-12-18 Jouni MalinenWPS: Added event callback and M2D notification
2008-12-18 Jouni MalinenFixed global conf write to skip default values for...
2008-12-18 Jouni MalinenFixed PSK editing in wpa_gui (copy-paste bug in field...
2008-12-17 Jouni MalinenWPS: Fixed deinit code for freeing config and registrar...
2008-12-16 Jouni MalinenWPS: Added wpa_gui-qt4 support for BSS selection and...
2008-12-16 Jouni MalinenUse less frequent polling when wpa_gui is hidden
2008-12-15 Jouni MalinenWPS: Added WPS support into wpa_gui-qt4
2008-12-15 Jouni MalinenUse a fixed wps_msg prefix with WPS creds notification
2008-12-15 Jouni MalinenWPS: Added control interface notification for available...
2008-12-15 Jouni MalinenFixed memory leak in WPS PBC overlap detection
2008-12-14 Jouni MalinenFixed interoperability issue with PEAPv0 cryptobinding...
2008-12-14 Jouni MalinenCleaned up EAP-MSCHAPv2 key derivation
2008-12-13 Jouni MalinenAdded INT_RANGE parser for global configuration variables
2008-12-13 Jouni MalinenUse shared string parser for global configuration fields
2008-12-13 Jouni MalinenShare the same global config parser function for intege...
2008-12-13 Jouni MalinenFirst step in cleaning up global config parser: use...
2008-12-13 Jouni MalinenAdded configuration of WPS device parameters for wpa_su...
2008-12-12 Jouni Malinendriver_test: Optional support for using UDP socket
2008-12-10 Jouni MalinenWorkaround number of compiler warnings with newer MinGW...
2008-12-10 Jouni MalinenSHA256 is needed for EAP-AKA' and WPS
2008-12-09 Jouni MalinenRenamed the 'alpha2' variable to 'country' to match...
2008-12-09 Jouni MalinenAdded documentation for the new 'country' configuration...
2008-12-09 Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-12-09 Helmut Schaawpa_supplicant: print password field only if -K is...
2008-12-08 Jouni MalinenFixed a typo in wpa_supplicant manpage
2008-12-08 Jouni MalinenWPS: Added [WPS], [WPS-PIN], [WPS-PBC] flags for scan...
2008-12-07 Jouni MalinenAdded EAP-FAST interop test results with Radiator 4.3.1
2008-12-07 Jouni MalinenMerged EAP-AKA' into eap_aka.c and added it to defconfi...
2008-12-03 Jouni MalinenRemoved mac_addr from eapol_ctx to fix the eapol_test...
2008-12-02 Jouni MalinenAdd a starting point for EAP-AKA' (draft-arkko-eap...
2008-11-30 Jouni MalinenWPS: Added note about update_config and added WPS to...
2008-11-30 Jouni MalinenWPS: Added initial documentation on using WPS with...
2008-11-30 Jouni MalinenAlways clear EAP altAccept and altReject variables...
2008-11-29 Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-29 Jouni MalinenWPS: Added WPS into key_mgmt config write handler
2008-11-29 Jouni MalinenWPS: Added wpa_supplicant ctrl_iface commands to start...
2008-11-29 Jouni MalinenFixed wpa_config_parse_string() not to modify const...
2008-11-29 Jouni MalinenWPS: Set Request Type properly into WPS IE in ProbeReq...
2008-11-29 Jouni MalinenWPS: Split wps_common.c into parts
2008-11-29 Jouni MalinenWPS: Moved RF Bands processing into wps_dev_attr.c
2008-11-29 Jouni MalinenWPS: Moved ProbeReq/AssocReq WPS IE building into wps_c...
2008-11-29 Jouni MalinenWPS: Pass device data into wps_enrollee_build_probe_req...
2008-11-28 Jouni MalinenWPS: Moved mac_addr and uuid configuration into wps_context
2008-11-28 Jouni MalinenWPS: Moved wps_context initialization into wps_supplicant.c
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-28 Jouni MalinenWPS: Move WPS glue code from wpas_glue.c to wps_supplic...
2008-11-26 Jouni MalinenWPS: Moved UUID configuration from phase1 into global...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-23 Jouni MalinenPreparations for 0.6.6 release hostap_0_6_6
2008-11-21 Jouni MalinenAdded an attribution based on the original SSLeay licen...
2008-11-21 Jouni MalinenFixed canceling of PMKSA caching with driver generated...
2008-11-21 Jouni MalinenRemove the unwanted Windows console from the Windows...
2008-11-21 Jouni MalinenSilence printf() calls in wpa_gui to avoid stdout outpu...
2008-11-21 Jouni Malinenwpa_gui: Add a PNG version of the tray icon for Windows...
2008-11-20 Jouni MalinenChanged PEAPv0 cryptobinding to be disabled by default
2008-11-18 Carolin LatzeSeparate OpenSSL engine configuration for Phase 2
2008-11-18 Jouke WitteveenAdd RoboSwitch driver interface for wpa_supplicant
2008-11-18 Jouni MalinenUpdated userspace MLME instructions for current mac80211
2008-11-16 Jouni MalinenOpenSSL 0.9.9 API change for EAP-FAST session ticket...
2008-11-16 Jouni MalinenUpdated interop results for ACS 4.2
2008-11-11 Kel Moddermanwpa_gui-qt4: tweak icon Makefile
2008-11-11 Martin Michlmayrwpa_gui-qt4: FTBFS with GCC 4.4: missing #include
2008-11-08 Jouni MalinenAdded an optional mitigation mechanism for certain...
2008-11-07 Jouni MalinenFixed EAP-AKA RES Length field in AT_RES as length...
2008-11-06 Jouni MalinenAdded support for enforcing frequent PTK rekeying
2008-11-06 Jouni MalinenAdded Milenage-GSM simulator for EAP-SIM
2008-11-05 Jouni MalinenAdded Milenage USIM emulator for EAP-AKA (can be used...
2008-11-01 Jouni MalinenPreparations for 0.6.5 release hostap_0_6_5
2008-11-01 Jouni MalinenAdded a comment about VS2008EE and updated WinPcap...
2008-11-01 Jouni MalinenFixed ctrl_iface BSS command to fetch scan results...
2008-11-01 Jouni MalinenUpdated VS2005 project files with new and removed C...
2008-11-01 Jouni MalinenUse os_snprintf() instead of snprintf()
2008-10-29 Jouni MalinenUse the common ieee802_11_parse_elems() implementations...
2008-10-29 Jouni MalinenVerify fread(), fwrite(), and system() return values
2008-10-14 Jouni MalinenAvoid some gcc 4.3 warnings about deprecated string...
2008-10-07 Jouni Malinenwpa_gui-qt4: Set EAP-FAST provisioning parameters if...
2008-10-02 Jouni MalinenRegister a quick auth timeout if EAPOL fails to avoid...
2008-10-02 Jouni MalinenAdded debug_timestamp option to Windows registry
2008-10-02 Jouni MalinenSet update_config=1 in the example Windows registry...
2008-10-02 Jouni MalinenSave config after blob updates from EAP (if update_conf...
2008-10-02 Jouni Malinenwpa_gui-qt4: Fixed phase2 format for EAP-FAST GTC+MSCHA...
2008-10-02 Jouni MalinenFixed a typo
2008-10-02 Jouni Malinenwpa_gui-qt4: Set EAP-FAST provisioning parameters
2008-10-02 Jouni Malinenwpa_gui-qt4: Unset string variables instead of setting...
2008-10-02 Jouni MalinenExtended ctrl_iface SET_NETWORK to allow variables...
2008-10-01 Jouni Malinenwpa_gui-qt4: Added support for configuring Phase 2...
2008-10-01 Jouni MalinenAdd pcsc="" to configuration for EAP-SIM and EAP-AKA
next