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
*
OpenSSL: Make dh5_init() match the generic implementation
Jouni Malinen
2016-05-13
1
-0/+2
*
WPS: Fix segmentation fault in new DH key derivation
Rujun Wang
2016-05-13
1
-1/+1
*
OpenSSL: BoringSSL has SSL_get_client_random(), etc.
David Benjamin
2016-05-10
1
-2/+6
*
tests: Open network connection with pmf=2
Jouni Malinen
2016-05-05
1
-0/+23
*
Skip connection attempt for non-RSN networks if PMF is set to required
Sunil Dutt
2016-05-05
1
-0/+8
*
Ignore pmf=1/2 parameter for non-RSN networks
Jouni Malinen
2016-05-05
3
-5/+21
*
tests: wpa_supplicant config file parsing of arbitrary global values
Jouni Malinen
2016-05-02
1
-0/+52
*
Reject SET commands with newline characters in the string values
Jouni Malinen
2016-05-02
1
-0/+6
*
tests: Use \t instead of \n in discovery_ctrl_char_in_devname
Jouni Malinen
2016-05-02
1
-1/+1
*
tests: wpa_supplicant config parsing of arbitrary cred values
Jouni Malinen
2016-05-02
1
-0/+48
*
Reject SET_CRED commands with newline characters in the string values
Jouni Malinen
2016-05-02
1
-1/+8
*
Remove newlines from wpa_supplicant config network output
Paul Stewart
2016-05-02
3
-2/+25
*
tests: wpa_supplicant config file writing with arbitrary PSK value
Jouni Malinen
2016-05-02
1
-0/+45
*
Reject psk parameter set with invalid passphrase character
Jouni Malinen
2016-05-02
1
-0/+6
*
tests: wpa_supplicant config file parsing/writing with WPS
Jouni Malinen
2016-05-02
3
-0/+96
*
WPS: Reject a Credential with invalid passphrase
Jouni Malinen
2016-05-02
3
-0/+23
*
nl80211: Try running without mgmt frame subscription (driver AP SME)
Rafał Miłecki
2016-04-28
1
-1/+2
*
Android: Remove EAP-FAST option
Dmitry Shmidt
2016-04-28
1
-1/+1
*
WPS: Explicitly clear wpabuf memory with key information
Jouni Malinen
2016-04-28
5
-48/+48
*
tests: Do not use tabs for indentation
Jouni Malinen
2016-04-24
7
-52/+52
*
tests: Test configuration propagation to group interface
Andrei Otcheretianski
2016-04-24
1
-0/+28
*
P2P: Copy config from p2pdev when not using dedicated group interface
Andrei Otcheretianski
2016-04-24
1
-21/+12
*
P2P: Fix wpas_p2p_nfc_auth_join()
Andrei Otcheretianski
2016-04-24
1
-9/+9
*
tests: Fix persistent_group_peer_dropped tests
Andrei Otcheretianski
2016-04-24
1
-2/+2
*
tests: Don't use proxy in urllib.urlopen()
Andrei Otcheretianski
2016-04-24
1
-3/+4
*
tests: Use global control interface for P2P configurations
Andrei Otcheretianski
2016-04-24
1
-52/+52
*
tests: Use global control interface to set p2p_no_group_iface
Ilan Peer
2016-04-24
2
-16/+16
*
tests: Parse group results in a couple of p2p_channel tests
Ilan Peer
2016-04-24
1
-0/+2
*
tests: Modify use of GET command to support P2P Device interface
Avraham Stern
2016-04-24
1
-2/+2
*
tests: persistent_group_profile_add to support P2P Device interface
Avraham Stern
2016-04-24
2
-5/+26
*
tests: Store P2P Device ifname in class WpaSupplicant
Avraham Stern
2016-04-24
1
-0/+10
*
tests: Modify p2p_msg_long_ssid to support P2P Device interface
Avraham Stern
2016-04-24
1
-1/+1
*
tests: Modify autogo_scan to support P2P Device interface
Avraham Stern
2016-04-24
1
-4/+10
*
tests: Fix error message in test_p2ps_connect_p2ps_method_4()
Ilan Peer
2016-04-24
1
-2/+2
*
tests: Add couple of roam failure tests
Ilan Peer
2016-04-24
1
-0/+53
*
tests: Remove unused eap_connect import
Jouni Malinen
2016-04-24
1
-1/+0
*
tests: Convert Host() class to use list of arguments instead of string
Jouni Malinen
2016-04-24
3
-13/+9
*
tests: Print traceback if test fails
Janusz Dziedzic
2016-04-24
1
-0/+2
*
tests: Use hapd from hostapd.add_bss()
Janusz Dziedzic
2016-04-24
2
-9/+4
*
tests: Use hapd from hostapd.add_ap()
Janusz Dziedzic
2016-04-24
9
-234/+166
*
tests: Use hapd from hostapd.add_ap() in start_ap_er()
Janusz Dziedzic
2016-04-24
1
-20/+16
*
tests: Use hapd from hostapd.add_ap() in TDLS
Janusz Dziedzic
2016-04-24
1
-47/+45
*
tests: Pass apdev to HostapdGlobal() in ap_add_with_driver
Janusz Dziedzic
2016-04-24
1
-2/+7
*
tests: Use hapd from hostapd.add_ap() in eap_connect()
Janusz Dziedzic
2016-04-24
2
-256/+251
*
tests: Use hapd from hostapd.add_iface()
Janusz Dziedzic
2016-04-24
3
-11/+4
*
tests: Pass apdev to HostapdGlobal()
Janusz Dziedzic
2016-04-24
5
-7/+7
*
tests: Replace HostapdGlobal() + remove() with hostapd.remove_bss()
Janusz Dziedzic
2016-04-24
6
-25/+17
*
tests: Use hostapd.add_ap() instead of HostapdGlobal() (DFS)
Janusz Dziedzic
2016-04-24
1
-7/+1
*
tests: Use hostapd.remove_bss() instead of HostapdGlobal() (WPS)
Janusz Dziedzic
2016-04-24
1
-6/+3
*
tests: Use hostapd.add_ap() instead of HostapdGlobal() (PSK)
Janusz Dziedzic
2016-04-24
1
-7/+1
[next]