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
/
ap
Commit message (
Expand
)
Author
Age
Files
Lines
*
FT: Force key configuration after association in FT-over-DS
Jouni Malinen
2010-04-04
3
-1/+3
*
Add AP-STA-DISCONNECT event for driver-based MLME
Jouni Malinen
2010-04-04
1
-0/+3
*
Allow hostapd_notif_assoc() to be called with all IEs
Jouni Malinen
2010-04-04
1
-0/+22
*
Fix Windows compilation issues with AP mode code
Jouni Malinen
2010-04-04
4
-9/+3
*
MFP: Fix IGTK PN in group rekeying
Jouni Malinen
2010-03-30
1
-1/+2
*
MFP: Add SA Query Request processing in AP mode
Jouni Malinen
2010-03-29
1
-0/+45
*
Fix ctrl_iface get-STA-MIB for WPS disabled case
Jouni Malinen
2010-03-29
1
-0/+2
*
Fix wpa_auth_iface_iter() to skip BSSes without Authenticator
Jouni Malinen
2010-03-27
1
-1/+2
*
FT: Fix Authorized flag setting for FT protocol
Jouni Malinen
2010-03-13
2
-5/+11
*
FT: Fix PTK configuration in authenticator
Jouni Malinen
2010-03-13
3
-4/+15
*
FT: Include pairwise cipher suite in PMK-R0 SA and PMK-R1 SA
Jouni Malinen
2010-03-07
2
-20/+45
*
Remove unnecessary ifname parameter from set_ap_wps_ie() driver op
Jouni Malinen
2010-03-07
1
-2/+1
*
Remove unnecessary ifname parameter from set_ht_params() driver op
Jouni Malinen
2010-03-07
2
-7/+6
*
Remove unnecessary ifname parameter to sta_set_flags() driver op
Jouni Malinen
2010-03-07
1
-1/+1
*
Remove unnecessary ifname parameter from sta_add() driver op
Jouni Malinen
2010-03-07
3
-6/+6
*
Remove unnecessary ifname parameter from hapd_get_ssid/hapd_set_ssid
Jouni Malinen
2010-03-07
1
-4/+2
*
Remove unnecessary ifname parameter from set_generic_elem() driver op
Jouni Malinen
2010-03-07
1
-2/+1
*
Remove unneeded ifname parameter from set_privacy() driver op
Jouni Malinen
2010-03-07
1
-2/+1
*
Avoid crash after driver init failure
Jouni Malinen
2010-03-07
1
-1/+1
*
Remove unneeded iface parameter from if_add() driver op
Jouni Malinen
2010-03-07
1
-2/+2
*
Remove unnecessary ifname parameter from set_beacon()
Jouni Malinen
2010-03-06
3
-5/+4
*
hostapd: allow stations to move between different bss interfaces
Felix Fietkau
2010-03-06
1
-14/+14
*
hostapd: Fix interface selection for the nl80211 driver
Felix Fietkau
2010-03-06
3
-5/+8
*
hostapd: fix bogus nl80211 interface remove messages for STA WDS
Felix Fietkau
2010-03-06
1
-1/+2
*
hostapd: add ifname to the sta_set_flags callback
Felix Fietkau
2010-03-06
1
-1/+1
*
Make EAPOL Authenticator buildable with Microsoft compiler
Jouni Malinen
2010-02-19
1
-1/+9
*
ap: Reorder authsrv_init() to fix IEEE 802.1X initialization
Christian Lamparter
2010-01-17
1
-3/+3
*
IBSS RSN: Check explicitly that WPA auth sm assoc call succeeded
Jouni Malinen
2010-01-10
2
-15/+14
*
Avoid a theoretical use-after-free in WPA auth sm init
Jouni Malinen
2010-01-10
1
-5/+8
*
Fix memory leak on RSN preauth init error path
Jouni Malinen
2010-01-06
1
-0/+1
*
Fix WMM default parameters
Lennert Buytenhek
2010-01-06
1
-3/+3
*
Share the same enum for MFP configuration
Jouni Malinen
2010-01-03
3
-12/+8
*
Remove src/drivers/scan_helpers.c
Jouni Malinen
2010-01-03
1
-0/+14
*
Use generic driver event notification for AP mode assoc/disassoc
Jouni Malinen
2010-01-03
2
-0/+18
*
Use driver event, EVENT_EAPOL_RX, for EAPOL frame indication
Jouni Malinen
2010-01-03
1
-45/+45
*
Replace hostapd_notif_new_sta() with new driver event, EVENT_NEW_STA
Jouni Malinen
2010-01-03
1
-1/+3
*
Remove unnecessary wpa_event_type typedef
Jouni Malinen
2010-01-03
1
-1/+1
*
Move struct hostapd_frame_info definition away from driver API
Jouni Malinen
2010-01-03
2
-8/+18
*
Remove struct ieee80211_hdr dependency from EVENT_RX_FROM_UNKNOWN
Jouni Malinen
2010-01-03
1
-3/+3
*
Replace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ driver event
Jouni Malinen
2010-01-03
1
-17/+22
*
WPS: Add Enrollee-seen event message and wpa_gui-qt4 Peers entry
Jouni Malinen
2009-12-28
1
-0/+24
*
Allow Probe Request callbacks to terminate iteration
Jouni Malinen
2009-12-28
5
-17/+26
*
Allocate Probe Response and Beacon buffers based on WPS IE length
Jouni Malinen
2009-12-28
1
-2/+13
*
Split hostapd_interface_deinit() into deinit and free parts
Jouni Malinen
2009-12-27
2
-0/+7
*
Get rid of unnecessary typedefs for enums.
Jouni Malinen
2009-12-26
7
-11/+11
*
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
[next]