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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Postpone global_init() call until first driver instance is initialized
Jouni Malinen
2011-10-23
1
-13/+15
*
hostapd: Call global_init/global_deinit driver_ops
Jouni Malinen
2011-10-22
1
-0/+50
*
random: Add support for maintaining internal entropy store over restarts
Jouni Malinen
2011-05-31
1
-5/+11
*
hostapd: Fix interfaces.iface initialization
Guy Eilam
2011-04-15
1
-2/+2
*
Add driver capa flag for EAPOL TX status and store capa in hostapd
Jouni Malinen
2011-03-29
1
-0/+5
*
random: Read /dev/random in the background with eloop read socket
Jouni Malinen
2011-03-22
1
-0/+5
*
Update copyright notices to include the new year
Jouni Malinen
2011-02-27
1
-2/+2
*
hostapd: Add iface-name wpa_msg() callback registration
Ben Greear
2011-02-06
1
-0/+11
*
hostapd: Allow logging to file
Ben Greear
2011-02-06
1
-1/+14
*
AP: Add wpa_msg() events for EAP server state machine
Gregory Detal
2010-04-07
1
-0/+1
*
Preparations for v0.7.1 release
hostap_0_7_1
Jouni Malinen
2010-01-16
1
-2/+2
*
hostapd: Fix deinit on initialization failure
Jouni Malinen
2010-01-03
1
-0/+2
*
Split hostapd_interface_deinit() into deinit and free parts
Jouni Malinen
2009-12-27
1
-17/+16
*
Rename some src/ap files to avoid duplicate file names
Jouni Malinen
2009-12-25
1
-4/+4
*
Get rid of direct hostapd_for_each_interface() calls
Jouni Malinen
2009-12-25
1
-3/+4
*
Move rest of the generic AP mode functionality into src/ap
Jouni Malinen
2009-12-25
1
-0/+3
*
Move driver deinitialization away from hostapd.c
Jouni Malinen
2009-12-25
1
-2/+16
*
Clean up some of the hostapd.h function prototype definitions
Jouni Malinen
2009-12-25
1
-0/+13
*
Move authentication server setup into separate file
Jouni Malinen
2009-12-25
1
-6/+0
*
Move hostapd driver initialization away from hostapd.c
Jouni Malinen
2009-12-25
1
-1/+53
*
Move wps_hostapd.c into src/ap
Jouni Malinen
2009-12-24
1
-0/+1
*
Move generic AP functionality implementation into src/ap
Jouni Malinen
2009-12-24
1
-2/+2
*
Move hostapd configuration parser into separate file
Jouni Malinen
2009-12-24
1
-0/+2
*
hostapd: Call os_program_{init,deinit}()
Jouni Malinen
2009-12-19
1
-0/+5
*
eloop: Remove global user data pointer
Jouni Malinen
2009-12-19
1
-9/+9
*
Make hostapd_for_each_interface() take context pointer as argument
Jouni Malinen
2009-12-19
1
-7/+12
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
1
-3/+3
*
Conver hostapd specific files to include common.h
Jouni Malinen
2009-11-29
1
-1/+2
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
1
-1/+1
*
Fix use-after-free issue with pid_file in hostapd termination
Jouni Malinen
2009-11-10
1
-1/+1
*
Figure out absolute path for the pid file before daemonizing
Jouni Malinen
2009-08-15
1
-2/+4
*
Move hostapd_init() into main.c
Jouni Malinen
2009-03-26
1
-0/+64
*
Move main() and configuration file related functions into main.c
Jouni Malinen
2009-03-26
1
-0/+406