index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ driver event
Jouni Malinen
2010-01-03
5
-38/+72
*
Replace wpa_supplicant_sta_rx() call with driver event
Jouni Malinen
2010-01-03
4
-36/+24
*
Only expire scanned BSSes based on new scan results
Jouni Malinen
2010-01-02
2
-5/+64
*
WPS: Fix Probe Request processing to handle missing attribute
Jouni Malinen
2010-01-01
1
-0/+5
*
nl80211/wext: Hardcode all auth_algs as supported
Jouni Malinen
2010-01-01
2
-0/+6
*
WPS: Add Enrollee-seen event message and wpa_gui-qt4 Peers entry
Jouni Malinen
2009-12-28
4
-0/+65
*
Mark wpabuf_get_trace() static
Jouni Malinen
2009-12-28
1
-1/+1
*
Include header file to verify prototypes
Jouni Malinen
2009-12-28
1
-0/+1
*
test: Register more complete set of channels and rates
Jouni Malinen
2009-12-28
1
-17/+44
*
test: Use previously requested BSSID when adding a new interface
Jouni Malinen
2009-12-28
1
-1/+10
*
nl80211: Add more debug prints for mode changes and interface add/remove
Jouni Malinen
2009-12-28
1
-1/+14
*
Add an option for driver wrappers to report operational frequency
Jouni Malinen
2009-12-28
2
-1/+11
*
Allow Probe Request callbacks to terminate iteration
Jouni Malinen
2009-12-28
6
-19/+28
*
Allocate Probe Response and Beacon buffers based on WPS IE length
Jouni Malinen
2009-12-28
1
-2/+13
*
Add ctrl_iface events for BSS added/removed
Jouni Malinen
2009-12-27
1
-0/+4
*
Split hostapd_interface_deinit() into deinit and free parts
Jouni Malinen
2009-12-27
2
-0/+7
*
test: Add WPA_TRACE reference check for driver ctx
Jouni Malinen
2009-12-27
1
-6/+10
*
Fix a typo in a doxygen comment
Jouni Malinen
2009-12-27
1
-1/+1
*
eloop: Fix timeout handler to use local copy of func pointer
Jouni Malinen
2009-12-26
1
-2/+3
*
Get rid of unnecessary typedefs for enums.
Jouni Malinen
2009-12-26
28
-82/+108
*
Include header files explicitly in *.c, not via header files
Jouni Malinen
2009-12-25
13
-3/+18
*
Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.c
Jouni Malinen
2009-12-25
7
-211/+232
*
Remove ap_config.h dependency from driver_i.h
Jouni Malinen
2009-12-25
6
-63/+76
*
Rename some src/ap files to avoid duplicate file names
Jouni Malinen
2009-12-25
34
-159/+160
*
Get rid of direct hostapd_for_each_interface() calls
Jouni Malinen
2009-12-25
3
-9/+11
*
Move rest of the generic AP mode functionality into src/ap
Jouni Malinen
2009-12-25
10
-0/+3185
*
test: Use more shared code for driver wrapper AP and station modes
Jouni Malinen
2009-12-25
1
-46/+52
*
Do not use virtual driver_ops for wpa_supplicant AP mode
Jouni Malinen
2009-12-25
1
-6/+0
*
Clean up some of the hostapd.h function prototype definitions
Jouni Malinen
2009-12-25
1
-7/+5
*
Move hostapd_prune_associations() into ap/utils.c
Jouni Malinen
2009-12-25
2
-0/+47
*
Move authentication server setup into separate file
Jouni Malinen
2009-12-25
2
-0/+236
*
Move iapp.c into src/ap
Jouni Malinen
2009-12-25
2
-0/+579
*
Move ctrl_iface_ap.c into src/ap
Jouni Malinen
2009-12-25
2
-0/+129
*
wired: Use os_*() wrappers more consistently
Jouni Malinen
2009-12-25
1
-13/+13
*
Add forgotten src/ap/utils.c file
Jouni Malinen
2009-12-24
1
-0/+41
*
WPS: Fix a memory leak if set_ie_cb() is not set
Jouni Malinen
2009-12-24
1
-3/+3
*
Move wps_hostapd.c into src/ap
Jouni Malinen
2009-12-24
3
-0/+930
*
Move generic AP functionality implementation into src/ap
Jouni Malinen
2009-12-24
39
-1/+16646
*
Removed hostapd_new_assoc_sta() from driver wrapper API
Jouni Malinen
2009-12-24
1
-2/+0
*
Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ie
Jouni Malinen
2009-12-24
8
-127/+95
*
Drop WPA_TRACE reference before eloop timeout handler call
Jouni Malinen
2009-12-24
1
-5/+5
*
Enable IPv6 support for libutils.a and libradius.a
Jouni Malinen
2009-12-24
2
-1/+2
*
Redesign struct hostapd_ip_addr to be of fixed size
Jouni Malinen
2009-12-24
1
-1/+2
*
Comment out CONFIG_IPV6 for now in RADIUS library build
Jouni Malinen
2009-12-24
1
-1/+1
*
Add build rules for src/radius/libradius.a
Jouni Malinen
2009-12-24
2
-3/+18
*
hostapd: Add WDS (4-address frame) mode with per-station interfaces
Felix Fietkau
2009-12-24
3
-12/+52
*
nl80211: Sync with wireless-testing.git linux/nl80211.h
Jouni Malinen
2009-12-24
1
-4/+56
*
Rename EAP TLS variables to make server and peer code consistent
Jouni Malinen
2009-12-23
10
-92/+119
*
trace: Show eloop unregistered handler function name/file/line
Jouni Malinen
2009-12-21
3
-4/+25
*
trace: Filter out uninteresting functions from backtrace
Jouni Malinen
2009-12-21
1
-0/+36
[next]