aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-2634-159/+160
* Get rid of direct hostapd_for_each_interface() callsJouni Malinen2009-12-253-9/+11
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-2510-0/+3185
* test: Use more shared code for driver wrapper AP and station modesJouni Malinen2009-12-251-46/+52
* Do not use virtual driver_ops for wpa_supplicant AP modeJouni Malinen2009-12-251-6/+0
* Clean up some of the hostapd.h function prototype definitionsJouni Malinen2009-12-251-7/+5
* Move hostapd_prune_associations() into ap/utils.cJouni Malinen2009-12-252-0/+47
* Move authentication server setup into separate fileJouni Malinen2009-12-252-0/+236
* Move iapp.c into src/apJouni Malinen2009-12-252-0/+579
* Move ctrl_iface_ap.c into src/apJouni Malinen2009-12-252-0/+129
* wired: Use os_*() wrappers more consistentlyJouni Malinen2009-12-251-13/+13
* Add forgotten src/ap/utils.c fileJouni Malinen2009-12-251-0/+41
* WPS: Fix a memory leak if set_ie_cb() is not setJouni Malinen2009-12-251-3/+3
* Move wps_hostapd.c into src/apJouni Malinen2009-12-253-0/+930
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-2539-1/+16646
* Removed hostapd_new_assoc_sta() from driver wrapper APIJouni Malinen2009-12-241-2/+0
* Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ieJouni Malinen2009-12-248-127/+95
* Drop WPA_TRACE reference before eloop timeout handler callJouni Malinen2009-12-241-5/+5
* Enable IPv6 support for libutils.a and libradius.aJouni Malinen2009-12-242-1/+2
* Redesign struct hostapd_ip_addr to be of fixed sizeJouni Malinen2009-12-241-1/+2
* Comment out CONFIG_IPV6 for now in RADIUS library buildJouni Malinen2009-12-241-1/+1
* Add build rules for src/radius/libradius.aJouni Malinen2009-12-242-3/+18
* hostapd: Add WDS (4-address frame) mode with per-station interfacesFelix Fietkau2009-12-243-12/+52
* nl80211: Sync with wireless-testing.git linux/nl80211.hJouni Malinen2009-12-241-4/+56
* Rename EAP TLS variables to make server and peer code consistentJouni Malinen2009-12-2410-92/+119
* trace: Show eloop unregistered handler function name/file/lineJouni Malinen2009-12-223-4/+25
* trace: Filter out uninteresting functions from backtraceJouni Malinen2009-12-221-0/+36
* trace: Add active reference trackingJouni Malinen2009-12-224-3/+106
* Check fread return valueJouni Malinen2009-12-211-1/+6
* nl80211: Use couple more os_*() wrappers for allocationJouni Malinen2009-12-211-3/+3
* nl80211: Use os_* allocation wrappers to avoid WPA_TRACE issuesJouni Malinen2009-12-211-3/+3
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-213-12/+41
* WPS: Prefer PSK format if Enrollee does not advertise DisplayJouni Malinen2009-12-211-1/+22
* WPS: Add option for forcing Registrar to use PSK format in CredentialJouni Malinen2009-12-215-1/+44
* Add option libbfd support for tracing codeJouni Malinen2009-12-201-3/+215
* GnuTLS: Implement tls_connection_enable_workaround()Jouni Malinen2009-12-201-1/+1
* GnuTLS: Add support for piggybacked Application DataJouni Malinen2009-12-201-0/+30
* GnuTLS: Define empty tls_connection_set_session_ticket_cb()Jouni Malinen2009-12-201-0/+8
* Use wpabuf with tls_connection_ia_send_phase_finished()Jouni Malinen2009-12-209-81/+44
* Allow TLS flags to be configured (allow MD5, disable time checks)Jouni Malinen2009-12-203-0/+43
* GnuTLS: Report certificate validation failures with TLS alertJouni Malinen2009-12-201-3/+29
* OpenSSL: Fix memleak in previous wpabuf changes on an error pathJouni Malinen2009-12-201-0/+1
* Check TLS status on EAP server during handshakeJouni Malinen2009-12-201-0/+6
* GnuTLS: Use struct wpabuf for push/pull buffersJouni Malinen2009-12-201-49/+30
* Convert TLS wrapper to use struct wpabufJouni Malinen2009-12-2014-711/+620
* Add empty FIPS PRF wrapper for CryptoAPIJouni Malinen2009-12-201-0/+25
* Add empty crypto_mod_exp() wrapper for CryptoAPI.Jouni Malinen2009-12-201-0/+10
* Fix MinGW build: CertCreateCertificateContext() is now knownJouni Malinen2009-12-201-18/+3
* eloop_win: Fix build after eloop user_data removalJouni Malinen2009-12-201-2/+0
* Fix lastReqData freeing to use wpabuf_free()Jouni Malinen2009-12-201-1/+1