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
...
*
Avoid warnings on unused function/variables if debug is disabled
Jouni Malinen
2010-03-06
3
-0/+6
*
wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSD
Kel Modderman
2010-03-06
5
-10/+13
*
bsd: Use os_strlcpy instead of strlcpy
Jouni Malinen
2010-03-06
1
-4/+4
*
Add optional scan result filter based on SSID
Jouni Malinen
2010-03-05
2
-2/+95
*
Add suspend/resume notifications
Jouni Malinen
2010-02-27
3
-1/+26
*
Rename EAP server source files to avoid duplicate names
Jouni Malinen
2010-02-19
21
-0/+0
*
Make EAPOL Authenticator buildable with Microsoft compiler
Jouni Malinen
2010-02-19
2
-3/+11
*
bsd: Use device capability information
Masashi Honma
2010-02-16
1
-5/+57
*
nl80211: Add support for off-channel Action TX/RX commands
Jouni Malinen
2010-02-16
1
-9/+207
*
Add alloc_interface_addr() drv op option for specifying ifname
Jouni Malinen
2010-02-16
3
-6/+19
*
Sync with linux/nl80211.h from wireless-testing.git
Jouni Malinen
2010-02-16
1
-1/+40
*
EAP-TNC: Add Flags field into fragment acknowledgement
Jouni Malinen
2010-02-14
2
-2/+4
*
EAP-TNC server: Fix processing when last message is fragmented
Jouni Malinen
2010-02-13
1
-2/+13
*
EAP-TNC: Accept fragment ack frame with Flags field
Jouni Malinen
2010-02-13
2
-2/+2
*
bsd: Aggregate ioctl routines
Masashi Honma
2010-02-13
1
-58/+29
*
FreeBSD: Add support for FreeBSD 8.0 STA/AP
Masashi Honma
2010-02-13
1
-23/+69
*
FreeBSD: Enable channel control
Masashi Honma
2010-02-13
1
-5/+5
*
bsd: Unify wpa_driver_bsd_ops
Masashi Honma
2010-02-13
1
-324/+145
*
bsd: Unify struct bsd_driver_data and struct wpa_driver_bsd_data
Masashi Honma
2010-02-13
1
-63/+45
*
bsd: Use same field name between hostapd and wpa_supplicant
Masashi Honma
2010-02-13
1
-54/+36
*
Add TLS client events, server probing, and srv cert matching
Jouni Malinen
2010-02-13
5
-24/+372
*
Fix memory leak on TLS setup error path
Jouni Malinen
2010-02-13
1
-0/+4
*
Fix TLS in/out buffer freeing
Jouni Malinen
2010-02-12
1
-2/+6
*
OpenSSL: Fix tls_init(NULL) with FIPS-enabled build
Jouni Malinen
2010-02-12
1
-2/+2
*
WPS: Fix AP operation with internal Registrar when ER is also active
Jouni Malinen
2010-02-12
2
-1/+3
*
Add new ctrl_iface event for EAP methods proposed by the server
Jouni Malinen
2010-02-11
2
-0/+8
*
nl80211: Do not try to remove non-existing STA WDS interface
Jouni Malinen
2010-02-10
1
-3/+8
*
driver_bsd: Fix build without SIOCS80211CHANNEL
Jouni Malinen
2010-02-08
1
-0/+6
*
driver_bsd.c: Enable AP mode wpa_supplicant
Masashi Honma
2010-02-08
1
-163/+348
*
driver_bsd: Clean up EAPOL frame transmission code
Masashi Honma
2010-02-08
1
-33/+5
*
driver_bsd.c: Reduce code duplication (setkey)
Masashi Honma
2010-02-08
1
-113/+75
*
driver_bsd.c: Reduce code duplication (ifflag)
Masashi Honma
2010-02-08
1
-67/+41
*
driver_bsd.c: Reduce code duplication (MLME)
Masashi Honma
2010-02-08
1
-41/+25
*
driver_bsd.c: Reduce code duplication (DELKEY)
Masashi Honma
2010-02-08
1
-45/+25
*
bsd: Enable auto configuration
Masashi Honma
2010-02-08
1
-0/+91
*
driver_bsd.c: Use os_free() instead of free()
Masashi Honma
2010-02-08
1
-2/+2
*
driver_ps3: Remove legacy ps3 wpa driver
Hamish Guthrie
2010-02-08
3
-198/+0
*
nl80211: Dump scan results in debug log if association command fails
Jouni Malinen
2010-01-25
1
-8/+44
*
nl80211: Clear cfg80211 authentication data for old entries
Jouni Malinen
2010-01-25
1
-1/+2
*
ap: Reorder authsrv_init() to fix IEEE 802.1X initialization
Christian Lamparter
2010-01-17
1
-3/+3
*
Preparations for v0.7.1 release
hostap_0_7_1
Jouni Malinen
2010-01-16
1
-1/+1
*
Make sure the resutl from readlink is properly null terminated
Jouni Malinen
2010-01-16
1
-1/+2
*
Fetch IEs from both Beacon and Probe Response frames if available
Jouni Malinen
2010-01-16
2
-6/+29
*
hostapd: Detect bridge interface automatically
Jouni Malinen
2010-01-16
5
-2/+214
*
driver_test: Learn scan result channel from DS Params IE
Jouni Malinen
2010-01-16
1
-0/+26
*
driver_test: Initialize bss_ctx based on drv->ctx for new BSS interfaces
Jouni Malinen
2010-01-16
1
-0/+1
*
driver_test: Add support for per-SSID scans for non-MLME case
Jouni Malinen
2010-01-16
1
-0/+18
*
Add deinit_ap driver op to help wpa_supplicant AP mode use
Jouni Malinen
2010-01-16
3
-1/+30
*
Add BSSID to TX/RX Action frame driver ops
Jouni Malinen
2010-01-16
2
-4/+16
*
Add driver op for disabling 802.11b rates
Jouni Malinen
2010-01-16
3
-1/+81
[prev]
[next]