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
*
hostapd: Add a database of neighboring APs
David Spinadel
2016-04-16
2
-0/+2
*
Fix spelling of "neighbor" in a function name
Jouni Malinen
2016-04-16
1
-3/+3
*
wpa_supplicant: Add LCI and civic request to Neighbor Report Request
David Spinadel
2016-04-16
4
-13/+108
*
utils: Add ssid_parse() function
David Spinadel
2016-04-16
1
-5/+0
*
utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it
David Spinadel
2016-04-09
1
-12/+2
*
Extend VENDOR_ELEM parameters to cover non-P2P Probe Request frame
Jouni Malinen
2016-04-08
1
-0/+7
*
HS 2.0: Add support for configuring frame filters
Matti Gottlieb
2016-04-08
5
-1/+61
*
driver: Add a packet filtering function declaration
Matti Gottlieb
2016-04-08
1
-0/+9
*
wpa_supplicant: "don't care" value for pbss in ssid structure
Lior David
2016-04-08
7
-9/+36
*
Mark wpa_supplicant_{start,stop}_sched_scan() static
Jouni Malinen
2016-04-07
2
-6/+4
*
Fix race condition with PNO stop followed immediately by PNO start
Hu Wang
2016-04-06
1
-1/+0
*
Android: Fix max number of sched scan SSIDs based on driver capability
Dmitry Shmidt
2016-04-02
1
-3/+11
*
binder: Implement interface add/remove methods
Roshan Pius
2016-04-02
8
-0/+262
*
binder: Add binder skeletal code for Android
Roshan Pius
2016-04-02
16
-0/+458
*
wpa_supplicant: Do not use struct ieee80211_mgmt::u.probe_req
Jouni Malinen
2016-04-02
1
-10/+13
*
Do not clear PMKSA entry or EAP session cache if config does not change
Bala Krishna Bhamidipati
2016-03-31
2
-7/+82
*
Fix CONFIG_CTRL_IFACE=udp6/udp6-remote builds
Jouni Malinen
2016-03-27
1
-1/+7
*
Use TIOCOUTQ instead of SIOCOUTQ to avoid need for linux/sockios.h
Jouni Malinen
2016-03-26
1
-3/+2
*
P2P: Fix persistent group for 60 GHz networks
Lior David
2016-03-25
1
-3/+6
*
Make it a bit easier to roam from 2.4 GHz to 5 GHz within ESS
Jouni Malinen
2016-03-25
1
-1/+12
*
Fix a typo in a comment
Jouni Malinen
2016-03-25
1
-1/+1
*
Include previous BSSID in connection request to indicate reassociation
Jouni Malinen
2016-03-24
2
-1/+10
*
WNM: Verify BSS TM target match against the current network profile
Jouni Malinen
2016-03-24
1
-0/+11
*
Add interface matching support with -M, guarded by CONFIG_MATCH_IFACE
Roy Marples
2016-03-22
7
-2/+205
*
Find correct driver for interface additions/removals
Roy Marples
2016-03-22
3
-8/+77
*
wpa_supplicant: Fix CONFIG_IBSS_RSN=y build without CONFIG_AP=y
Jouni Malinen
2016-03-21
2
-0/+2
*
wpa_supplicant: Fix p2p_group_add when UDP-based ctrl_iface is used
Janusz Dziedzic
2016-03-20
1
-2/+11
*
Fix nfc_pw_token build with CONFIG_FST=y
Jouni Malinen
2016-03-20
1
-0/+1
*
mesh: Use appropriate BLOCKED state duration
Masashi Honma
2016-03-20
2
-9/+5
*
mesh: Add support for PMKSA caching
Masashi Honma
2016-03-20
7
-11/+89
*
PMKSA: Flush AP/mesh PMKSA cache by PMKSA_FLUSH command
Masashi Honma
2016-03-20
3
-1/+25
*
PMKSA: Show AP/mesh PMKSA list in PMKSA command
Masashi Honma
2016-03-20
3
-2/+56
*
mesh: Add MESH_PEER_ADD command
Masashi Honma
2016-03-20
6
-0/+77
*
mesh: Add MESH_PEER_REMOVE command
Masashi Honma
2016-03-20
6
-2/+56
*
P2P: Advertise IP Address Allocation only if it is enabled on GO
Jouni Malinen
2016-03-20
1
-0/+2
*
Handle OSEN IE in Assoc Request info if req_ies exists
Daisuke Niwa
2016-03-20
1
-0/+2
*
Do not invalidate EAP session cache on all network block parameter changes
Jouni Malinen
2016-03-16
1
-7/+9
*
Interworking: Add credential realm to EAP-TLS identity
Jouni Malinen
2016-03-11
1
-1/+18
*
P2P: Add optional op_class argument to P2P_SET listen_channel
Lior David
2016-03-07
2
-3/+15
*
D-Bus: Add association response status code property for failure cases
Naveen Singh
2016-03-06
8
-0/+47
*
wpa_supplicant: Add ctrl parameter to INTERFACES command
Janusz Dziedzic
2016-03-05
1
-5/+19
*
ctrl_iface_common: Use sockaddr_storage instead of sockaddr_un
Janusz Dziedzic
2016-03-05
1
-17/+15
*
wpa_supplicant: Use common functions for ctrl_iface
Janusz Dziedzic
2016-03-05
3
-71/+6
*
wpa_supplicant: Add monitor support for global UDP ctrl_iface
Janusz Dziedzic
2016-03-05
1
-19/+61
*
wpa_supplicant: Share attach/detach/send UDP ctrl_iface functions
Janusz Dziedzic
2016-03-05
1
-17/+29
*
wpa_supplicant: Allow UDP ctrl_iface configuration to set the UDP port
Janusz Dziedzic
2016-03-05
1
-2/+27
*
P2P: Respect p2p_ignore_shared_freq on p2p_group_add
Eliad Peller
2016-03-04
1
-5/+5
*
P2P: Fix shared freq print in wpas_p2p_init_go_params()
Eliad Peller
2016-03-04
1
-2/+2
*
P2P: Abort ongoing scan when p2p_find is stopped
Ben Rosenfeld
2016-03-03
2
-1/+11
*
wpa_supplicant: Handle EVENT_SCAN_RESULTS when an interface is disabled
Ilan Peer
2016-03-03
1
-0/+9
[next]