Increase EAP server extra room for encryption overhead (for GnuTLS)
[libeap.git] / src /
2009-12-06 Jouni MalinenIncrease EAP server extra room for encryption overhead...
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-05 Jouni MalinenRemove unnecessary defines
2009-12-05 Jouni MalinenAdd forgotten files into libcrypto.a
2009-12-05 Jouni MalinenAdd rules for building src/crypto as a library
2009-12-05 Jouni MalinenAdd build rules for building a library from src/utils...
2009-12-05 Jouni MalinenMove Milenage test code into the new tests directory
2009-12-05 Jouni MalinenMove milenage.[ch] into src/crypto
2009-12-05 Jouni MalinenMove base64 test code into a new tests subdirectory
2009-12-04 Jouni Malinennl80211: Add extra IEs into IBSS join request
2009-12-03 Jouni Malinennl80211: Add support for IBSS networks
2009-12-02 Jouni MalinenAdd more Doxygen documentation for RADIUS server implem...
2009-12-02 Jouni Malinennl80211: Clear BSS state mismatches with deauth as...
2009-12-02 Jouni Malinennl80211: Add debug prints for BSS status in scan results
2009-11-29 Jouni MalinenMove internal EAPOL authenticator defines into their...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenAdd Makefile for the new src/eapol_auth directory
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 MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29 Jouni Malinendriver_prism54: Use hostapd_notif_disassoc() instead...
2009-11-29 Jouni MalinenRemove some unneeded header file inclusions
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-29 Jouni MalinenSplit scan processing for RSN preauthentication into...
2009-11-29 Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-29 Jouni Malinennl80211: Remove unneeded header file: ieee802_11_common.h
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29 Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-29 Jouni MalinenComplete Doxygen documentation for RADIUS client
2009-11-28 Jouni MalinenRemove unused RADIUS client reconfig function
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-28 Jouni MalinenImproved Doxygen documentation for RADIUS client code
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-28 Jouni MalinenFix doxygen file level comments
2009-11-26 Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24 Jouni MalinenResolve some sparse warnings
2009-11-23 Jouni MalinenRemove obsoleted get_scan_results() driver_ops
2009-11-23 Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenAdd cleared deprecation notes on iwl,ndiswrapper,madwif...
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
2009-11-23 Jouni MalinenRemove unneeded set-MTU operation from drivers
2009-11-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-23 Jouni Malinennl80211: Build some client functionality unconditionally
2009-11-23 Jouni Malinennl80211: Remove last remaining WEXT code
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-11-21 Jouni MalinenWPS: Do not try to send byebye advertisements if socket...
2009-11-21 Jouni MalinenFix a typo in a comment
2009-11-21 Jouni MalinenOpenSSL: Remove unneeded MinGW CryptoAPI compat code
2009-11-21 Jouni MalinenGnuTLS: Fix compilation with newer GnuTLS versions
2009-11-21 Jouni MalinenFix strict aliasing issue with the internal SHA-1 imple...
2009-11-21 Jouni MalinenWPS ER: Deinitialize protocol instance with STA after...
2009-11-21 Jouni MalinenWPS ER: Use random event identifier in event URL
2009-11-21 Jouni MalinenWPS: Cleanup subscription URL list handling
2009-11-21 Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-21 Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-21 Jouni MalinenWPS ER: Fetch AP's M1 to learn device type and WPS...
2009-11-21 Jouni MalinenWPS ER: Use (addr,UUID) as the key for AP entries
2009-11-21 Jouni MalinenWPS ER: Stop AP unlink loop on match
2009-11-21 Jouni MalinenWPS ER: Move STA entry unlinking into a separate function
2009-11-21 Jouni MalinenWPS ER: Fix AP entry freeing on timeout
2009-11-20 Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-20 Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-20 Jouni MalinenAdd 'none' driver as an option for wpa_supplicant
2009-11-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-17 Jouni Malinennl80211/SME: Use reassociation when roaming within...
2009-11-15 Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
2009-11-15 Jouni MalinenWPS ER: Deinit WPS protocol data when freeing AP entry
2009-11-15 Jouni MalinenWPS ER: Use learnt AP settings to build credentials...
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS: Determine the OpCode based on message type attribu...
2009-11-15 Jouni MalinenWPS ER: Do not try to process AP Settings in proxied...
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Only send Enrollee notification on Probe Reques...
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-15 Jouni MalinenWPS ER: Store AP UUID in binary format for future use
2009-11-14 Jouni MalinenWPS: Use a dummy WSC_ACK as WLANEvent as the initial...
2009-11-14 Jouni MalinenWPS: Send SSDP byebye notifications when stopping UPnP...
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-13 Jouni MalinenWPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}
2009-11-13 Jouni MalinenWPS: Fix AP to proxy WSC_NACK to ER
2009-11-13 Jouni MalinenWPS: Fix OpCode when proxying WSC_ACK or WSC_NACK from ER
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-13 Jouni MalinenWPS: Fix http_link_update() to nul terminate the result
2009-11-11 Jouni MalinenWPS ER: Add PutWLANResponse generation and transmission
2009-11-11 Jouni MalinenWPS ER: Add STA/Enrollee entries and start processing...
2009-11-11 Felix Fietkauhostapd: fix AP mode initialization for nl80211
2009-11-10 Jouni MalinenWPS ER: Parse WLANEvent notifications and send HTTP...
2009-11-10 Jouni Malinendriver_prism54: Use os_zalloc instead of malloc to...
2009-11-10 Jouni MalinenFix comparison to use correct symbol name (__rand vs...
2009-11-10 Jouni MalinenAdd wpa_msg_ctrl() for ctrl_interface-only messages
2009-11-10 Jouni MalinenWPS: Fixed printf size_t warning on 32-bit builds
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
next