Remove src/crypto from default include path
[libeap.git] / hostapd / ieee802_1x.c
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenMake HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUM...
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenChange EAPOL authenticator hapd pointers to be opaque...
2009-11-29 Jouni MalinenRemove dependency on sta_info.h from eapol_sm.c
2009-11-29 Jouni MalinenAdd EAPOL authenticator event callback
2009-11-29 Jouni MalinenGet PMKSA cache status as EAPOL alloc flag
2009-11-29 Jouni MalinenInitialize EAPOL authenticator flags during allocation
2009-11-29 Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
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-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-10-16 Jouni MalinenAdd ctrl_iface events for AP mode STA connect/disconnect
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-04-22 Jouni MalinenMove default_wep_key variable into EAPOL authenticator...
2009-03-25 Jouni MalinenMove hostapd driver_ops to use similar set_key with...
2009-01-21 Jouni MalinenFixed WPS with open and shared WEP networks
2009-01-13 Jouni MalinenMoved RADIUS Class attribute helpers into RADIUS module
2009-01-12 Jouni MalinenAdded build option for removing VLAN support (CONFIG_NO...
2009-01-12 Jouni MalinenFixed CONFIG_NO_HOSTAPD_LOGGER build
2009-01-09 Jouni MalinenMoved association check from driver_*.c into ieee802_1x...
2009-01-09 Jouni MalinenMoved TX status processing for STA entries away from...
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-08 Jouni MalinenAdded support for removing RADIUS accounting and RADIUS...
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-02 Jouni MalinenInclude ieee802_11_defs.h explicitly instead of assumin...
2008-12-29 Jouni MalinenDisconnect the STA if EAP timeout is reached
2008-12-29 Jouni MalinenFixed retransmission of EAP requests if no response...
2008-11-30 Jouni MalinenClear various flags on re-association to allow key_mgmt...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-23 Jouni MalinenSimplified RADIUS accounting id usage
2008-11-23 Jouni MalinenAllocate new Acct-Session-Id on EAPOL-Logoff
2008-10-19 Jouni MalinenEAP-FAST: Allow A-ID and A-ID-Info to be configured...
2008-10-08 Jouni MalinenEAP-FAST: Make PAC-Key lifetime values configurable
2008-10-08 Jouni MalinenEAP-FAST: Added support for disabling anonymous/authent...
2008-08-31 Jouni MalinenAdded support for using SHA256-based stronger key deriv...
2008-08-03 Jouni MalinenAdded support for opportunistic key caching (OKC)
2008-03-09 Jouni MalinenTNC: Provide 'tnc' configuration option for EAP server...
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...