]> git.ipfire.org Git - thirdparty/hostap.git/history - src
Fix a typo in a doxygen comment
[thirdparty/hostap.git] / src /
2009-12-27  Jouni MalinenFix a typo in a doxygen comment
2009-12-26  Jouni Malineneloop: Fix timeout handler to use local copy of func...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25  Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25  Jouni MalinenReplace src/ap/driver_i.h with non-inlined functions...
2009-12-25  Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25  Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25  Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25  Jouni Malinentest: Use more shared code for driver wrapper AP and...
2009-12-25  Jouni MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25  Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25  Jouni MalinenMove hostapd_prune_associations() into ap/utils.c
2009-12-25  Jouni MalinenMove authentication server setup into separate file
2009-12-25  Jouni MalinenMove iapp.c into src/ap
2009-12-25  Jouni MalinenMove ctrl_iface_ap.c into src/ap
2009-12-25  Jouni Malinenwired: Use os_*() wrappers more consistently
2009-12-24  Jouni MalinenAdd forgotten src/ap/utils.c file
2009-12-24  Jouni MalinenWPS: Fix a memory leak if set_ie_cb() is not set
2009-12-24  Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24  Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24  Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24  Jouni MalinenDrop WPA_TRACE reference before eloop timeout handler...
2009-12-24  Jouni MalinenEnable IPv6 support for libutils.a and libradius.a
2009-12-24  Jouni MalinenRedesign struct hostapd_ip_addr to be of fixed size
2009-12-24  Jouni MalinenComment out CONFIG_IPV6 for now in RADIUS library build
2009-12-24  Jouni MalinenAdd build rules for src/radius/libradius.a
2009-12-24  Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-24  Jouni Malinennl80211: Sync with wireless-testing.git linux/nl80211.h
2009-12-23  Jouni MalinenRename EAP TLS variables to make server and peer code...
2009-12-21  Jouni Malinentrace: Show eloop unregistered handler function name...
2009-12-21  Jouni Malinentrace: Filter out uninteresting functions from backtrace
2009-12-21  Jouni Malinentrace: Add active reference tracking
2009-12-21  Jouni MalinenCheck fread return value
2009-12-21  Jouni Malinennl80211: Use couple more os_*() wrappers for allocation
2009-12-21  Jouni Malinennl80211: Use os_* allocation wrappers to avoid WPA_TRAC...
2009-12-21  Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21  Jouni MalinenWPS: Prefer PSK format if Enrollee does not advertise...
2009-12-21  Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-20  Jouni MalinenAdd option libbfd support for tracing code
2009-12-20  Jouni MalinenGnuTLS: Implement tls_connection_enable_workaround()
2009-12-20  Jouni MalinenGnuTLS: Add support for piggybacked Application Data
2009-12-20  Jouni MalinenGnuTLS: Define empty tls_connection_set_session_ticket_cb()
2009-12-20  Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
2009-12-20  Jouni MalinenAllow TLS flags to be configured (allow MD5, disable...
2009-12-20  Jouni MalinenGnuTLS: Report certificate validation failures with...
2009-12-20  Jouni MalinenOpenSSL: Fix memleak in previous wpabuf changes on...
2009-12-20  Jouni MalinenCheck TLS status on EAP server during handshake
2009-12-20  Jouni MalinenGnuTLS: Use struct wpabuf for push/pull buffers
2009-12-20  Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-20  Jouni MalinenAdd empty FIPS PRF wrapper for CryptoAPI
2009-12-20  Jouni MalinenAdd empty crypto_mod_exp() wrapper for CryptoAPI.
2009-12-20  Jouni MalinenFix MinGW build: CertCreateCertificateContext() is...
2009-12-20  Jouni Malineneloop_win: Fix build after eloop user_data removal
2009-12-20  Jouni MalinenFix lastReqData freeing to use wpabuf_free()
2009-12-20  Jouni Malinenwpabuf: Add WPA_TRACE code to validate correct freeing...
2009-12-20  Jouni Malinenwpabuf: Allow wpabuf_resize(NULL, len) to be used
2009-12-20  Jouni MalinenEAP-FAST server: Piggyback Phase 2 start with end of...
2009-12-19  Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19  Jouni MalinenWPS ER: Unsubscribe from AP events whenever removing...
2009-12-19  Jouni MalinenWPS: Convert Registrar PIN list to use struct dl_list
2009-12-19  Jouni MalinenWPS ER: Convert lists to use struct dl_list
2009-12-19  Jouni MalinenWPS: Remove unused net_if copy
2009-12-19  Jouni Malinendriver_test: Use OS wrappers consistently for memory...
2009-12-19  Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19  Jouni Malineneloop: Do not use printf() or fprintf() directly
2009-12-19  Jouni Malineneloop: Use struct dl_list for timeouts
2009-12-19  Jouni Malineneloop: Remove global user data pointer
2009-12-19  Jouni MalinenFix RADIUS client to cancel IPv6 socket read notifications
2009-12-19  Jouni MalinenFix RADIUS server deinit to cancel timeout for session...
2009-12-19  Jouni MalinenAdd backtrace support for debugging
2009-12-19  Jouni MalinenMake struct radius_msg private to radius.c
2009-12-19  Jouni MalinenConvert RADIUS message code to use wpabuf internally
2009-12-19  Jouni MalinenChange radius_msg_free() to free the buffer
2009-12-19  Jouni MalinenRADIUS message initialization cleanup
2009-12-19  Jouni MalinenAdd documentation for RADIUS code and some minor cleanup
2009-12-19  Jouni MalinenWPS: Remove parent pointer from advertisement state...
2009-12-19  Jouni MalinenWPS: Convert struct advertisement_state_machine to...
2009-12-19  Jouni MalinenWPS: Remove unused struct subscr_addr parent pointer
2009-12-19  Jouni MalinenWPS: Convert struct wps_event_ to use struct dl_list
2009-12-19  Jouni MalinenWPS: Convert struct subscription to use struct dl_list
2009-12-19  Jouni MalinenWPS: Convert struct subscr_addr to use dl_list
2009-12-19  Jouni MalinenAdd generic doubly-linked list implementation
2009-12-18  Masashi HonmaMac OS X: Fix driver_osx.c build
2009-12-18  Snowpin Leeralink: Add WPS support
2009-12-18  Jouni MalinenChange Linux driver wrappers to use shared netlink...
2009-12-18  Jouni Malinennetlink: Move more of the newlink/dellink parsing into...
2009-12-18  Jouni Malinennetlink: Use NLMSG_OK and NLMSG_NEXT macros
2009-12-18  Jouni Malinennl80211/wext: Share netlink new/del link event receive...
2009-12-18  Jouni Malinendriver_nl80211/wext: Share netlink operstate send function
2009-12-18  Jouni MalinenFix netlink payload length calculation
2009-12-16  Jouni Malinendriver_test: Fix AP mode to initialize bss_ctx for...
2009-12-14  Jouni MalinenFix driver_nl80211.c build without CONFIG_CLIENT_MLME
2009-12-14  Jouni MalinenOpenSSL: Silence "Failed to read possible Application...
2009-12-13  Jouni MalinenMark management frame processing functions to use const...
2009-12-13  Jouni MalinenMark ieee802_11_parse_elems() input and parsed elems...
2009-12-13  Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13  Jouni Malinennl80211: Remove some of the unnecessary conditional...
2009-12-13  Jouni MalinenReplace hostapd_button_pushed() with generic driver...
next