| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 'os_' prefix to common C library functions. | Jouni Malinen | 2007-12-01 | 1 | -15/+16 |
|
|
* | Replaced remaining occurrences of wpa_zalloc() calls with os_zalloc() to | Jouni Malinen | 2007-05-27 | 1 | -2/+2 |
|
|
* | Updated my email address jkmaline@cc.hut.fi to j@w1.fi since the HUT | Jouni Malinen | 2007-03-09 | 1 | -1/+1 |
|
|
* | Removed unneeded header file inclusions. | Jouni Malinen | 2006-12-29 | 1 | -1/+0 |
|
|
* | Moved BIT, MACSTR, MAC2STR, IFNAMSIZ, ETH_P_EAPOL, ETH_P_RSN_PREAUTH | Jouni Malinen | 2006-11-27 | 1 | -1/+3 |
|
|
* | Store EAP type and VLAN-ID in PMKSA cache entry. Add EAP type into | Jouni Malinen | 2006-10-06 | 1 | -0/+6 |
|
|
* | Fixed hostapd to add PMKID KDE into 4-Way Handshake Message 1 when | Jouni Malinen | 2006-07-25 | 1 | -3/+3 |
|
|
* | Replaced "p = malloc(len); memset(p, 0, len);" constructions with a | Jouni Malinen | 2006-03-25 | 1 | -4/+2 |
|
|
* | Small changes to make pmksa_cache implementations in hostapd and | Jouni Malinen | 2005-12-17 | 1 | -17/+25 |
|
|
* | Moved PMKSA cache from struct hostapd_data into struct wpa_authenticator. | Jouni Malinen | 2005-12-17 | 1 | -10/+8 |
|
|
* | Moved pairwise, wpa, and wpa_key_mgmt variables from struct sta_info | Jouni Malinen | 2005-12-17 | 1 | -1/+1 |
|
|
* | Changed PMKSA cache implementation to be closer to wpa_supplicant | Jouni Malinen | 2005-12-13 | 1 | -9/+55 |
|
|
* | Removed struct hostapd_data references from pmksa_cache.c by making it | Jouni Malinen | 2005-12-11 | 1 | -68/+93 |
|
|
* | Moved RSN PMKSA cache into its own file, pmksa_cache.c, so that | Jouni Malinen | 2005-12-10 | 1 | -0/+285 |
|
|