index
:
hostap-history
master
hostapd/wpa_supplicant history start-0.6.3
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hostapd
/
ieee802_11.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added EAPOL-Key Request handler:
Jouni Malinen
2004-05-03
1
-0/+57
*
Added a new debug level, 4 = excessive, and moved Beacon reporting to
Jouni Malinen
2004-04-07
1
-4/+4
*
Added support for IEEE 802.11i/RSN pre-authentication:
Jouni Malinen
2004-04-04
1
-0/+1
*
Added preliminary implementation of IEEE 802.11i/RSN (WPA2):
Jouni Malinen
2004-03-26
1
-10/+36
*
Added preliminary implementation of WPA Authenticator state machines:
Jouni Malinen
2004-02-17
1
-0/+2
*
Stop accounting session when STA is disassociating or is
Jouni Malinen
2004-02-15
1
-2/+5
*
Added preliminary code for WPA:
Jouni Malinen
2004-02-15
1
-2/+58
*
Updated copyright years in files modified in 2004.
Jouni Malinen
2004-02-09
1
-1/+1
*
Reset sta->timeout_next after successful association to make sure that
Jouni Malinen
2003-11-30
1
-0/+4
*
Added support for Acct-Interim-Interval:
Jouni Malinen
2003-11-09
1
-2/+7
*
Disabled EAPOL state machine for STA on deauth/disassoc. Previously,
Jouni Malinen
2003-09-28
1
-0/+5
*
Be less verbose when ignoring unknown IEEE 802.11 elements.
Jouni Malinen
2003-09-03
1
-1/+1
*
Cleaned up SSID use: do not store extra +1 in ssid_len. Only add it when
Jouni Malinen
2003-07-11
1
-1/+1
*
Changed IEEE 802.11 authentication to mark STA authenticated when sending
Jouni Malinen
2003-06-09
1
-0/+8
*
Clear sta->challenge after malloc() to avoid using uninitialized memory.
Jouni Malinen
2003-05-08
1
-0/+1
*
Redesign and cleanup of RADIUS client:
Jouni Malinen
2003-05-05
1
-1/+2
*
Use Session-Timeout from RADIUS ACL frames in IEEE 802.11
Jouni Malinen
2003-05-03
1
-3/+10
*
Cleaned up handle_auth() by moving parts of the code into separate
Jouni Malinen
2003-04-26
1
-117/+153
*
Added support for IEEE 802.11 Shared Key Authentication when using hostapd:
Jouni Malinen
2003-04-26
1
-24/+99
*
Copy auth_alg from received authentication frame into the reply instead of
Jouni Malinen
2003-04-25
1
-1/+1
*
Started converting hostapd event logging to use one event reporting
Jouni Malinen
2003-04-13
1
-14/+20
*
Modified event loop to use non-global eloop_ctx with timeouts and read
Jouni Malinen
2003-04-13
1
-8/+8
*
Moved portEnabled setting to later phase in EAPOL state machine
Jouni Malinen
2003-04-05
1
-0/+4
*
Call hostapd_new_assoc_sta() only for the first association.
Jouni Malinen
2003-04-05
1
-1/+5
*
Moved kernel driver accessing functions from hostapd.c into new file
Jouni Malinen
2003-02-01
1
-0/+1
*
Moved station table handling (add/del/get/expire) from hostapd.c into
Jouni Malinen
2003-02-01
1
-0/+1
*
Fixed a bug in 802.11 element parsing: better use correct buffer length
Jouni Malinen
2003-01-22
1
-1/+1
*
Added RADIUS Access-Request generation and sending into
Jouni Malinen
2003-01-12
1
-1/+12
*
Moved hostapd_allowed_address() from hostapd.c into new file
Jouni Malinen
2003-01-12
1
-0/+1
*
Moved all configurable variables into separate structure as a preparation
Jouni Malinen
2003-01-12
1
-24/+25
*
Added deauthentication and disassociation frame handler for client code.
Jouni Malinen
2003-01-11
1
-0/+25
*
Added new debug verbosity level to silence beacon related debug info
Jouni Malinen
2003-01-11
1
-2/+2
*
Started using macros with debug printing to remove direct hapd->debug
Jouni Malinen
2003-01-07
1
-58/+49
*
Moved own capability info generation into a function.
Jouni Malinen
2003-01-07
1
-1/+8
*
Change ieee802_11_parse_elems() to be a non-static function.
Jouni Malinen
2003-01-06
1
-25/+2
*
Use a common function to generate supported rates EID.
Jouni Malinen
2003-01-06
1
-14/+19
*
Added new netdevice, wlan#sta, to be used with hostapd when operating
Jouni Malinen
2003-01-05
1
-0/+9
*
Fixed aid handling (remove bits 14 and 15) when associating with another
Jouni Malinen
2003-01-05
1
-0/+1
*
Added preliminary support for acting as a station to another AP while
Jouni Malinen
2003-01-05
1
-2/+164
*
Do not use kernel header files when compiling user space program. hostapd
Jouni Malinen
2002-12-22
1
-1/+0
*
Use generic functions for sending deauthentication and disassociation
Jouni Malinen
2002-12-22
1
-0/+34
*
Added more Acct-Terminate-Cause values.
Jouni Malinen
2002-12-18
1
-0/+3
*
Generate better Acct-Session-Id (unique for each session) for accounting.
Jouni Malinen
2002-12-17
1
-0/+1
*
Show foreign SSID from AssocReq.
Jouni Malinen
2002-12-16
1
-1/+3
*
Added minimal beacon frame processing (just parse and debug print).
Jouni Malinen
2002-12-15
1
-1/+42
*
Implemented generic variable element parsing routine and changed
Jouni Malinen
2002-12-15
1
-44/+119
*
Code cleanup: moved processing of IEEE 802.11 management frames from
Jouni Malinen
2002-12-14
1
-0/+567