index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hostapd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace hostapd_button_pushed() with generic driver event
Jouni Malinen
2009-12-13
1
-6
/
+3
*
Fix EVENT_FT_RRB_RX processing
Jouni Malinen
2009-12-13
1
-0
/
+1
*
Replace hostapd_michael_mic_failure() with generic driver event
Jouni Malinen
2009-12-13
1
-6
/
+0
*
Add BSS ctx to if_add() driver op
Jouni Malinen
2009-12-13
3
-5
/
+6
*
Merge hostapd/sta_flags.h into sta_info.h
Jouni Malinen
2009-12-13
15
-50
/
+19
*
Map STA flags into values defined in driver.h
Jouni Malinen
2009-12-13
4
-10
/
+31
*
Remove unneeded hostapd_wmm_sta_config()
Jouni Malinen
2009-12-13
3
-28
/
+0
*
Remove usused flags parameter from sta_add() driver op
Jouni Malinen
2009-12-13
2
-3
/
+2
*
Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver op
Jouni Malinen
2009-12-12
1
-0
/
+8
*
Change set_ieee8021x driver op to use parameters structure
Jouni Malinen
2009-12-12
4
-7
/
+21
*
Replace direct driver call to wpa_ft_rrb_rx() with driver event
Jouni Malinen
2009-12-12
1
-0
/
+5
*
Remove obsolete Prism54.org driver support (driver_prism54.c)
Jouni Malinen
2009-12-12
4
-8
/
+2
*
driver_wired: Move STA entry processing away from driver wrapper
Jouni Malinen
2009-12-12
1
-0
/
+21
*
WPS: Handle Selected Registrar as a union of info from all Registrars
Jouni Malinen
2009-12-12
1
-0
/
+1
*
WPS: Remove unnecessary GetDevice and PutMessage callbacks
Jouni Malinen
2009-12-12
1
-57
/
+2
*
WPS: Remove unnecessary SetSelectedRegistrar callback
Jouni Malinen
2009-12-12
1
-10
/
+0
*
Fix dh_groups.o build for some configurations
Jouni Malinen
2009-12-11
1
-7
/
+4
*
Fix hostapd build without RADIUS server
Jouni Malinen
2009-12-11
1
-0
/
+3
*
Merge get_seqnum_igtk() driver op with get_seqnum()
Jouni Malinen
2009-12-11
5
-44
/
+2
*
hostapd: Remove unused bridge_packets configuration option
Jouni Malinen
2009-12-09
5
-48
/
+0
*
Remove struct hostapd_rate_data from driver API
Jouni Malinen
2009-12-09
2
-6
/
+12
*
Merge bss_add/bss_remove drivers ops into if_add/if_remove
Jouni Malinen
2009-12-09
3
-30
/
+12
*
Remove unused if_update() driver op
Jouni Malinen
2009-12-09
1
-9
/
+0
*
Fix conditional EAP-SIM/AKA DB code selection
Jouni Malinen
2009-12-06
1
-5
/
+9
*
Move IEEE 802.11n HT management code into a separate file
Jouni Malinen
2009-12-06
8
-292
/
+288
*
Remove unnecessary CONFIG_IEEE80211N use
Jouni Malinen
2009-12-06
5
-25
/
+4
*
Remove unused phytype RX info variable
Jouni Malinen
2009-12-06
2
-41
/
+0
*
Remove unused hostapd reconfig code
Jouni Malinen
2009-12-06
13
-108
/
+0
*
Move EAP-SIM DB conditional build into hostapd
Jouni Malinen
2009-12-06
1
-4
/
+4
*
Remove conditional no-RADIUS build from src/radius
Jouni Malinen
2009-12-06
5
-43
/
+73
*
Move hlr_auc_gw into hostapd directory
Jouni Malinen
2009-12-06
3
-1
/
+728
*
Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines
Jouni Malinen
2009-12-06
1
-2
/
+1
*
Split crypto_internal.c into parts to clean up build
Jouni Malinen
2009-12-06
1
-4
/
+8
*
Move EAP method registration away from src/eap_{peer,server}
Jouni Malinen
2009-12-06
3
-0
/
+137
*
Remove Milenage test from hostapd/Makefile
Jouni Malinen
2009-12-05
1
-17
/
+0
*
Move milenage.[ch] into src/crypto
Jouni Malinen
2009-12-05
1
-1
/
+1
*
Fix hostapd build with WPS disabled
Jouni Malinen
2009-12-04
1
-0
/
+5
*
Add more Doxygen documentation for RADIUS server implementation
Jouni Malinen
2009-12-02
1
-2
/
+2
*
Move internal EAPOL authenticator defines into their own file
Jouni Malinen
2009-11-29
7
-4
/
+12
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
12
-46
/
+43
*
Split handle_assoc() into number of helper functions
Jouni Malinen
2009-11-29
1
-259
/
+368
*
Mark IE input to hostapd_eid_wmm_valid() const
Jouni Malinen
2009-11-29
2
-2
/
+3
*
Check AID availability before handling HT state updates on association
Jouni Malinen
2009-11-29
1
-6
/
+6
*
Allocate sta->ht_capabilities dynamically
Jouni Malinen
2009-11-29
4
-13
/
+25
*
Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE
Jouni Malinen
2009-11-29
5
-157
/
+190
*
Move EAPOL authenticator state machine into src/eapol_auth
Jouni Malinen
2009-11-29
10
-1611
/
+10
*
Change EAPOL authenticator hapd pointers to be opaque context
Jouni Malinen
2009-11-29
3
-31
/
+23
*
Remove dependency on sta_info.h from eapol_sm.c
Jouni Malinen
2009-11-29
4
-11
/
+12
*
Make eapol_auth_initialize() static since it is internal to eapol_sm.c
Jouni Malinen
2009-11-29
2
-2
/
+2
*
Add EAPOL authenticator event callback
Jouni Malinen
2009-11-29
3
-3
/
+27
[next]