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
/
hostapd
Commit message (
Expand
)
Author
Age
Files
Lines
*
hostapd: Add a database of neighboring APs
David Spinadel
2016-04-16
4
-0/+171
*
hostapd: Extend the configuration of RRM capabilities
David Spinadel
2016-04-16
2
-1/+16
*
utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it
David Spinadel
2016-04-09
1
-28/+5
*
hostapd: Set LCI and Location Civic information in configuration
David Spinadel
2016-04-09
2
-2/+14
*
Add POLL_STA command to check connectivity in AP mode
Jouni Malinen
2016-04-08
1
-0/+3
*
Drop USE_KERNEL_HEADERS define
Jouni Malinen
2016-03-26
1
-4/+0
*
vlan: Move ifconfig helpers to a separate file
Jouni Malinen
2016-03-25
2
-0/+2
*
vlan: Move CONFIG_FULL_DYNAMIC_VLAN functionality into a separate file
Jouni Malinen
2016-03-25
2
-0/+2
*
vlan: Clean up netlink vs. ioctl API implementation
Jouni Malinen
2016-03-25
2
-16/+12
*
Find correct driver for interface additions/removals
Roy Marples
2016-03-22
1
-1/+2
*
FST: Fix a compiler warning
Jouni Malinen
2016-03-20
1
-1/+2
*
PMKSA: Flush AP/mesh PMKSA cache by PMKSA_FLUSH command
Masashi Honma
2016-03-20
2
-0/+10
*
PMKSA: Show AP/mesh PMKSA list in PMKSA command
Masashi Honma
2016-03-20
2
-0/+10
*
hostapd: Use ifname of the current context in debug messages
Eliad Peller
2016-03-06
1
-3/+2
*
hostapd: Allow use of driver-generated interface addresses
Eliad Peller
2016-03-06
2
-0/+6
*
hostapd: Add global TERMINATE command
Janusz Dziedzic
2016-03-05
1
-0/+2
*
hostapd: Add INTERFACES ctrl_iface command
Janusz Dziedzic
2016-03-05
1
-0/+48
*
hostapd: Update ctrl_interface for UDP to include the selected port
Janusz Dziedzic
2016-03-05
1
-0/+7
*
hostapd: Allow UDP ctrl_iface configuration to set the UDP port
Janusz Dziedzic
2016-03-05
2
-2/+30
*
hostapd: Add UDP support for ctrl_iface
Janusz Dziedzic
2016-03-05
3
-8/+292
*
ctrl_iface_common: Use sockaddr_storage instead of sockaddr_un
Janusz Dziedzic
2016-03-05
1
-12/+11
*
hostapd: Use common functions for ctrl_iface
Janusz Dziedzic
2016-03-05
4
-124/+22
*
Android: Remove superfluous OpenSSL include paths
Adam Langley
2016-03-03
1
-1/+0
*
Document nas_identifier requirements for RADIUS accounting
Jouni Malinen
2016-02-28
1
-3/+15
*
FT: Use BSSID as r1_key_holder if no value is configured
Michael Braun
2016-02-28
1
-0/+1
*
hostapd_cli: Add support for RAW command
Dedy Lansky
2016-02-22
1
-0/+55
*
MBO: Track STA cellular data capability from association request
Jouni Malinen
2016-02-22
2
-0/+2
*
hostapd: Add MBO IE to BSS Transition Management Request frame
Avraham Stern
2016-02-22
1
-1/+59
*
hostapd: Add MBO IE to Beacon, Probe Response, Association Response
Avraham Stern
2016-02-22
6
-0/+41
*
ctype functions require an unsigned char
Roy Marples
2016-02-18
1
-2/+2
*
Add CONFIG_ELOOP_KQUEUE to defconfig
Roy Marples
2016-02-18
1
-0/+3
*
VLAN: Add per-STA vif option
Michael Braun
2016-02-17
2
-0/+13
*
VLAN: Separate station grouping and uplink configuration
Michael Braun
2016-02-17
4
-4/+13
*
Implement kqueue(2) support via CONFIG_ELOOP_KQUEUE
Roy Marples
2016-02-07
1
-0/+4
*
eloop: Add eloop_sock_requeue()
Roy Marples
2016-02-07
2
-4/+11
*
Add more hostapd.conf documentation for hw_mode with HT/VHT
Jouni Malinen
2016-01-06
1
-5/+9
*
Update copyright notices for the new year 2016
Jouni Malinen
2016-01-01
4
-7/+7
*
Clone default LIBS value to LIBS_* for other tools
Jouni Malinen
2015-12-28
1
-0/+15
*
Server configuration for OCSP stapling with ocsp_multi (RFC 6961)
Jouni Malinen
2015-12-22
2
-0/+8
*
hlr_auc_gw: Simplify string parsers with str_token()
Jouni Malinen
2015-12-18
1
-93/+40
*
hlr_auc_gw: Fix a typo in an error message
Jouni Malinen
2015-12-18
1
-1/+1
*
hlr_auc_gw: Remove unnecessary assignment
Jouni Malinen
2015-12-18
1
-1/+0
*
Use proper build config for parsing proxy_arp
Matt Woods
2015-12-05
1
-2/+4
*
BoringSSL: Move OCSP implementation into a separate file
Jouni Malinen
2015-12-04
2
-0/+2
*
Add SHA384 and SHA512 implementations from LibTomCrypt library
Pali Rohár
2015-11-29
2
-0/+24
*
eap_sim_db: Implement eap_sim_db_expire_pending()
Frederic Leroy
2015-10-31
2
-0/+7
*
Allow -1 as value to disable frag_threshold
Matthias May
2015-10-28
2
-4/+6
*
Extend the range of values for the RTS threshold
Matthias May
2015-10-28
2
-3/+3
*
hostapd: Add feature to start all interfaces at the same time in sync
Srinivasa Duvvuri
2015-10-28
1
-1/+8
*
Option to reduce Probe Response frame responses during max STA
Jouni Malinen
2015-10-17
2
-0/+9
[next]