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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wlantest: Fix a copy-paste error in a debug message
Jouni Malinen
2015-05-24
1
-2/+1
*
tests: UPDATE_BEACON to change vendor_elements at runtime
Jouni Malinen
2015-05-24
1
-1/+11
*
tests: EAP-EKE with server OOM
Jouni Malinen
2015-05-24
1
-0/+64
*
tests: WPA2-Enterprise connection using EAP-EKE with serverid NAI
Jouni Malinen
2015-05-24
1
-0/+7
*
tests: ERP with EAP-EKE
Jouni Malinen
2015-05-24
1
-3/+2
*
EAP-EKE: Add Session-Id
Jouni Malinen
2015-05-24
2
-0/+48
*
tests: EAP-TTLS with server certificate valid beyond UNIX time 2^31
Jouni Malinen
2015-05-24
3
-0/+159
*
tests: DH params with 2048-bit key
Jouni Malinen
2015-05-24
2
-1/+18
*
Increase DH key size in the hostapd.conf example
Jouni Malinen
2015-05-24
1
-1/+1
*
tests: Automatic channel selection with chanlist set
Jouni Malinen
2015-05-24
1
-0/+15
*
ACS: Scan only channels specified in the channel list
Srinivasa Duvvuri
2015-05-24
1
-0/+3
*
WPS: Fix build without CONFIG_WPS=y
Jouni Malinen
2015-05-24
1
-0/+2
*
tests: Fix persistent_group_per_sta_psk for P2P Device case
Jouni Malinen
2015-05-08
1
-1/+1
*
tests: Fix go_neg_with_bss_connected with P2P Device
Jouni Malinen
2015-05-08
1
-1/+2
*
tests: Add P2P Device support for persistent_group
Jouni Malinen
2015-05-08
1
-2/+2
*
tests: Update group_ifname after group start
Ben Rosenfeld
2015-05-08
1
-0/+4
*
tests: Use list_networks with p2p=true in test_p2p_channel
Ben Rosenfeld
2015-05-08
1
-1/+1
*
tests: Change persistent_go_client_list to use global interface
Ben Rosenfeld
2015-05-08
1
-5/+5
*
tests: Use global interface in persistent_group_invite_removed_client
Ben Rosenfeld
2015-05-08
1
-1/+1
*
tests: Change list_networks() to use global interface with P2P
Ben Rosenfeld
2015-05-08
2
-7/+10
*
tests: Change persistent_group_per_sta_psk to use global interface
Ben Rosenfeld
2015-05-08
1
-1/+1
*
tests: Change test_p2p_persistent to use the global control interface
Ben Rosenfeld
2015-05-08
1
-3/+3
*
tests: Change p2p_device_nfc_invite to use global interface
Ben Rosenfeld
2015-05-07
1
-1/+1
*
tests: Change p2p_device_misuses() to use group interface
Ben Rosenfeld
2015-05-07
1
-1/+1
*
tests: Skip some tests in P2PS when a dedicated P2P Device is used
Ilan Peer
2015-05-07
1
-4/+22
*
tests: Fix test_p2ps.py to save group results
Ilan Peer
2015-05-07
1
-2/+18
*
tests: Remove all P2P networks in call to reset
Ben Rosenfeld
2015-05-07
1
-0/+1
*
tests: Change test_p2p_messages to use global interface
Ben Rosenfeld
2015-05-07
1
-14/+14
*
tests: Change set_country() to use the global interface to get event
Ben Rosenfeld
2015-05-07
1
-1/+1
*
tests: Change p2p_set_ssid_postfix to use the group interface for SSID
Ben Rosenfeld
2015-05-07
1
-2/+2
*
tests: Fix test_ap_pmf to use own_addr
Ben Rosenfeld
2015-05-07
1
-2/+2
*
P2P: Fix association with an AP/P2P GO that is not a P2P manager
Ilan Peer
2015-05-07
1
-0/+11
*
hostapd: check validity of cwMin/cwMax values
Matthias May
2015-05-07
1
-0/+28
*
vlan: Print libnl error message on vlan_add / vlan_del
Michael Braun
2015-05-07
1
-20/+35
*
Add QCA vendor subcmd for Link Property Query
Sunil Dutt
2015-05-07
1
-0/+1
*
EAP-pwd server: Make sure in_frag_pos is cleared to zero on allocation
Jouni Malinen
2015-05-03
1
-0/+1
*
EAP-pwd peer: Make sure in_frag_pos is cleared to zero on allocation
Jouni Malinen
2015-05-03
1
-0/+1
*
EAP-pwd peer: Fix asymmetric fragmentation behavior
Jouni Malinen
2015-05-03
1
-0/+1
*
EAP-pwd server: Fix Total-Length parsing for fragment reassembly
Jouni Malinen
2015-05-03
1
-0/+10
*
EAP-pwd peer: Fix Total-Length parsing for fragment reassembly
Jouni Malinen
2015-05-03
1
-0/+12
*
EAP-pwd server: Fix payload length validation for Commit and Confirm
Jouni Malinen
2015-05-03
1
-0/+19
*
EAP-pwd peer: Fix payload length validation for Commit and Confirm
Jouni Malinen
2015-05-03
1
-0/+29
*
tests: Add a STA entry for ap-mgmt-fuzzer
Jouni Malinen
2015-05-03
1
-0/+7
*
tests: Invalid WMM Action frame
Jouni Malinen
2015-05-03
1
-0/+12
*
AP WMM: Fix integer underflow in WMM Action frame parser
Jouni Malinen
2015-05-03
1
-0/+3
*
tests: WPS HTTP protocol tests
Jouni Malinen
2015-05-03
1
-0/+162
*
WPS: Add more debug prints to httpread
Jouni Malinen
2015-05-03
1
-5/+27
*
WPS: Replace the httpread_debug design with standard debug prints
Jouni Malinen
2015-05-03
1
-43/+18
*
WPS: Check maximum HTTP body length earlier in the process
Jouni Malinen
2015-05-03
1
-0/+13
*
WPS: Extra validation step for HTTP reader
Jouni Malinen
2015-05-03
1
-0/+5
[next]