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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build with both CONFIG_AP=y and CONFIG_IBSS_RSN=y enabled
Jouni Malinen
2009-12-04
1
-21
/
+16
*
Fix hostapd build with WPS disabled
Jouni Malinen
2009-12-04
1
-0
/
+5
*
nl80211: Add support for IBSS networks
Jouni Malinen
2009-12-04
2
-3
/
+122
*
dbus: switch dbus APIs initialization order
Witold Sowa
2009-12-03
1
-8
/
+8
*
dbus: Enable -u option when only the new DBus API is included
Witold Sowa
2009-12-03
1
-4
/
+4
*
Fix wpa_priv compilation after driver_ops changes
Jouni Malinen
2009-12-03
1
-118
/
+13
*
Fix wpa_priv memory leak in wpa_priv_get_scan_results2()
Dmitry Shmidt
2009-12-03
1
-2
/
+2
*
Add more Doxygen documentation for RADIUS server implementation
Jouni Malinen
2009-12-02
3
-6
/
+364
*
nl80211: Clear BSS state mismatches with deauth as a workaround
Jouni Malinen
2009-12-02
1
-1
/
+19
*
SME: Deauthenticate to clear state after disassociation events
Jouni Malinen
2009-12-02
3
-1
/
+30
*
nl80211: Add debug prints for BSS status in scan results
Jouni Malinen
2009-12-02
2
-0
/
+69
*
Fix driver initialization not to crash if driver does not use init2()
Jouni Malinen
2009-12-02
1
-2
/
+2
*
Move internal EAPOL authenticator defines into their own file
Jouni Malinen
2009-11-29
11
-177
/
+205
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
92
-238
/
+217
*
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
*
Include src/eapol_auth in Doxygen documents
Jouni Malinen
2009-11-29
1
-0
/
+1
*
Add Makefile for the new src/eapol_auth directory
Jouni Malinen
2009-11-29
2
-1
/
+10
*
Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE
Jouni Malinen
2009-11-29
7
-371
/
+420
*
Move EAPOL authenticator state machine into src/eapol_auth
Jouni Malinen
2009-11-29
12
-14
/
+19
*
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
*
Get PMKSA cache status as EAPOL alloc flag
Jouni Malinen
2009-11-29
3
-15
/
+20
*
Initialize EAPOL authenticator flags during allocation
Jouni Malinen
2009-11-29
3
-11
/
+19
*
Include common/eapol_common.h explicit and fix eapol_auth_logger enum
Jouni Malinen
2009-11-29
1
-3
/
+3
*
Replace eap_type_text() with EAP server methods function
Jouni Malinen
2009-11-29
4
-37
/
+39
*
Conver hostapd specific files to include common.h
Jouni Malinen
2009-11-29
22
-4
/
+22
*
Fix IBSS RSN build
Jouni Malinen
2009-11-29
1
-17
/
+3
*
Remove src/rsn_supp from default header path
Jouni Malinen
2009-11-29
20
-36
/
+33
*
Add driver wrapper callback for WPS push button pressed
Jouni Malinen
2009-11-29
3
-3
/
+8
*
driver_prism54: Use hostapd_notif_disassoc() instead of private copy
Jouni Malinen
2009-11-29
1
-13
/
+1
*
Remove some unneeded header file inclusions
Jouni Malinen
2009-11-29
2
-4
/
+3
*
Include sta_flags.h explicitly, not via sta_info.h
Jouni Malinen
2009-11-29
13
-2
/
+12
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
82
-114
/
+106
*
Split scan processing for RSN preauthentication into parts
Jouni Malinen
2009-11-29
3
-46
/
+80
*
Add Doxygen documentation for directories
Jouni Malinen
2009-11-29
1
-0
/
+96
*
Move uuid_gen_mac_addr() from uuid.c into src/wps
Jouni Malinen
2009-11-29
4
-32
/
+31
*
nl80211: Remove unneeded header file: ieee802_11_common.h
Jouni Malinen
2009-11-29
1
-4
/
+0
*
HT: Remove unneeded struct ht_cap_ie wrapper
Jouni Malinen
2009-11-29
6
-27
/
+14
*
Remove unused/unneeded IEEE 802.11n definitions
Jouni Malinen
2009-11-29
2
-126
/
+17
*
Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driver
Jouni Malinen
2009-11-29
3
-6
/
+14
*
Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009
Jouni Malinen
2009-11-29
4
-25
/
+31
*
Complete Doxygen documentation for RADIUS client
Jouni Malinen
2009-11-29
2
-12
/
+115
*
Replace hostapd devel doc link with shared doc with wpa_supplicant
Jouni Malinen
2009-11-29
1
-2
/
+2
*
Remove unused RADIUS client reconfig function
Jouni Malinen
2009-11-28
2
-66
/
+0
*
Move acct_interim_interval away from RADIUS client configuration
Jouni Malinen
2009-11-28
6
-12
/
+5
[next]