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
/
wpa_supplicant
Commit message (
Expand
)
Author
Age
Files
Lines
*
P2P: Add initial version of P2P Module
Jouni Malinen
2010-09-09
8
-2/+3378
*
P2P: Do not register l2_packet on dedicated P2P device interface
Jouni Malinen
2010-09-09
1
-1/+6
*
P2P: Add TODO note for Group Formation bit use in AP selection
Jouni Malinen
2010-09-09
1
-0/+8
*
P2P: Remove 802.11b rates from wpa_supplicant AP mode operations
Jouni Malinen
2010-09-09
1
-0/+28
*
P2P: Use config block with disabled==2 to store persistent groups
Jouni Malinen
2010-09-09
3
-17/+37
*
P2P: Add driver operations for P2P use
Jouni Malinen
2010-09-09
1
-0/+31
*
P2P: Do not save temporary networks
Jouni Malinen
2010-09-09
2
-2/+6
*
P2P: Do not filter BSSes based on SSID during P2P Provisioning
Jouni Malinen
2010-09-09
1
-0/+9
*
P2P: Let WPS code know if it is used in a P2P group
Jouni Malinen
2010-09-09
5
-14/+20
*
P2P: Add global configuration parameters for P2P
Jouni Malinen
2010-09-09
4
-0/+85
*
P2P: Add dynamic network config block parameters for P2P
Jouni Malinen
2010-09-09
5
-2/+41
*
Allow ctrl_iface SET command to change global config parameters
Jouni Malinen
2010-09-09
5
-2/+62
*
Add flag indicating which global configuration parameters have changed
Jouni Malinen
2010-09-09
2
-27/+43
*
Move global configuration parser into config.c
Jouni Malinen
2010-09-09
3
-233/+236
*
WPS: Make fragment size configurable for EAP-WSC peer
Jouni Malinen
2010-09-09
3
-0/+9
*
WPS: Fix CONFIG_WPS_STRICT build option
Jouni Malinen
2010-09-09
1
-5/+5
*
WPS 2.0: Make sure PHY/VIRT flag gets set for PBC
Jouni Malinen
2010-09-09
1
-0/+3
*
WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)
Jouni Malinen
2010-09-09
5
-0/+12
*
WPS 2.0: Validate WPS attributes in management frames and WSC messages
Jouni Malinen
2010-09-09
5
-0/+85
*
WPS 2.0: Add virtual/physical display and pushbutton config methods
Jouni Malinen
2010-09-09
2
-4/+8
*
WPS 2.0: Add support for AuthorizedMACs attribute
Jouni Malinen
2010-09-09
7
-30/+65
*
bgscan learn: Fix build
Jouni Malinen
2010-09-09
1
-0/+1
*
dbus: Verify WPA/RSN IE parser result before returning data
Jouni Malinen
2010-09-04
1
-4/+10
*
wpa_supplicant AP: Make sure deauth/disassoc event is valid
Jouni Malinen
2010-09-04
1
-2/+2
*
wpa_gui-qt4: Update copyright years to include 2010
Jouni Malinen
2010-09-04
1
-2/+2
*
Update WinPcap to the latest stable version 4.1.2
Jouni Malinen
2010-09-04
1
-3/+3
*
NDIS: Fix association for WPS provisioning with protected AP
Jouni Malinen
2010-09-04
1
-1/+5
*
Add libgcc_s_dw2-1.dll to the Windows installation package
Jouni Malinen
2010-09-04
1
-0/+2
*
winreg: Get rid of compiler warning
Jouni Malinen
2010-09-02
1
-1/+1
*
Fix BSS selection with multiple configured networks
Jouni Malinen
2010-08-28
1
-8/+8
*
Solaris: Add support for wired IEEE 802.1X client
Masashi Honma
2010-08-28
1
-0/+4
*
bgscan learn: Skip immediate scan on initial signal event
Jouni Malinen
2010-08-27
1
-14/+23
*
bgscan simple: Skip immediate scan on initial signal event
Jouni Malinen
2010-08-27
1
-14/+25
*
Merge WPA and non-WPA network selection routines
Jouni Malinen
2010-08-27
1
-213/+101
*
Add current signal strength into signal quality change events
Jouni Malinen
2010-08-27
5
-10/+17
*
Share common code in wpa_supplicant_{disassociate,deauthenticate}()
Jouni Malinen
2010-08-26
1
-22/+22
*
Cancel authentication timeout on local deauth/disassoc request
Jouni Malinen
2010-08-26
1
-0/+2
*
WPS: Fix unused variable warning
Masashi Honma
2010-08-20
1
-1/+1
*
dbus: Deauthenticate instead of disassociate on disconnect command
Jouni Malinen
2010-08-18
2
-4/+7
*
sme: Check for prev_bssid from sme_event_disassoc
Samuel Ortiz
2010-08-18
1
-2/+2
*
Add more debug info on deauth/disassoc events and commands
Jouni Malinen
2010-08-17
1
-1/+17
*
sme: Try all authentication algorithms when the first one fails
Samuel Ortiz
2010-08-17
1
-1/+27
*
Add a mechanism to insert notes to wpa_supplicant debug log
Jouni Malinen
2010-08-11
2
-0/+18
*
wpa_cli: Clean up redrawing and filter out BSS added/removed events
Jouni Malinen
2010-08-11
1
-18/+54
*
Remove get-first-scan-results-before-request optimization
Jouni Malinen
2010-07-18
3
-39/+4
*
Add some more debug for driver events
Jouni Malinen
2010-07-18
1
-0/+3
*
Ignore scan results in wpa_supplicant AP mode
Jouni Malinen
2010-07-18
1
-1/+13
*
WPS: Do not allow Label and Display config methods to be enabled
Jouni Malinen
2010-07-18
1
-0/+7
*
SME: Do not skip initial scan request
Jouni Malinen
2010-07-18
1
-0/+1
*
SME: Retry scan after authentication failure
Jouni Malinen
2010-07-18
1
-0/+1
[next]