| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed WPS support | Jouni Malinen | 2008-02-23 | 1 | -8/+0 |
|
|
* | WPS: Move device-specific data from Registrar to generic WPS context | Jouni Malinen | 2008-01-14 | 1 | -1/+1 |
|
|
* | WPS: Generate WPS IE for Beacon and Probe Response frames | Jouni Malinen | 2008-01-07 | 1 | -0/+7 |
|
|
* | WPS: Added WPS configuration entries into hostapd.conf | Jouni Malinen | 2008-01-06 | 1 | -0/+1 |
|
|
* | Replaced HOSTAPD_DEBUG() macro with wpa_printf() to get rid of the old | Jouni Malinen | 2007-12-25 | 1 | -8/+0 |
|
|
* | Removed HOSTAPD_DEBUG_COND() macro as a step towards getting rid of | Jouni Malinen | 2007-12-25 | 1 | -2/+0 |
|
|
* | Updated the Remote request/response message field names and ethertype based | Jouni Malinen | 2007-09-30 | 1 | -1/+1 |
|
|
* | Updated my email address jkmaline@cc.hut.fi to j@w1.fi since the HUT | Jouni Malinen | 2007-03-09 | 1 | -1/+1 |
|
|
* | Added preliminary implementation for authenticator side over-the-DS: | Jouni Malinen | 2007-03-05 | 1 | -0/+6 |
|
|
* | Changed hostapd driver wrappers to use the registration mechanism that | Jouni Malinen | 2007-02-25 | 1 | -2/+3 |
|
|
* | Added endianness annotation for sparse and resolved most of the | Jouni Malinen | 2007-02-10 | 1 | -4/+4 |
|
|
* | Started cleaning up interface to EAPOL authenticator code to make it | Jouni Malinen | 2006-12-03 | 1 | -0/+1 |
|
|
* | Define ETH_P_EAPOL as alias to ETH_P_PAE since ETH_P_EAPOL was removed | Jouni Malinen | 2006-11-27 | 1 | -0/+3 |
|
|
* | Moved BIT, MACSTR, MAC2STR, IFNAMSIZ, ETH_P_EAPOL, ETH_P_RSN_PREAUTH | Jouni Malinen | 2006-11-27 | 1 | -9/+0 |
|
|
* | Moved hostapd_logger() into common.c by using a similar callback | Jouni Malinen | 2006-11-26 | 1 | -4/+0 |
|
|
* | Moved functions for processing IP addresses into a new file, | Jouni Malinen | 2006-11-26 | 1 | -4/+0 |
|
|
* | Added preliminary code for IEEE 802.11d and 802.11h support. This is | Jouni Malinen | 2006-10-21 | 1 | -0/+7 |
|
|
* | Add preliminary code for dynamic reconfiguration of the various hostapd | Jouni Malinen | 2006-10-20 | 1 | -0/+8 |
|
|
* | Changed interface initialization to use callback functions to avoid | Jouni Malinen | 2006-10-20 | 1 | -0/+11 |
|
|
* | Merge more dynamic VLAN support from Devicescape hostapd. This commit | Jouni Malinen | 2006-09-29 | 1 | -0/+10 |
|
|
* | Added support for configuring and controlling multiple BSSes per | Jouni Malinen | 2006-09-08 | 1 | -0/+1 |
|
|
* | Changed num_bss and count (interfaces) variables to be unsigned to | Jouni Malinen | 2006-09-08 | 1 | -1/+1 |
|
|
* | Added code for passive scanning, collecting AP neighbor list and doing | Jouni Malinen | 2006-06-28 | 1 | -0/+5 |
|
|
* | Added WMM support (management frame processing and configuration; rest | Jouni Malinen | 2006-06-28 | 1 | -0/+2 |
|
|
* | Add support for tracking NonERP, no-ShortSlotTime, and | Jouni Malinen | 2006-06-28 | 1 | -0/+12 |
|
|
* | Added support for quering hardware features and setting channel | Jouni Malinen | 2006-03-24 | 1 | -0/+10 |
|
|
* | Added preliminary driver interface code for Devicescape 802.11 stack | Jouni Malinen | 2006-03-18 | 1 | -0/+8 |
|
|
* | Changed struct hostapd_data and struct hostapd_config data structures | Jouni Malinen | 2006-03-17 | 1 | -3/+16 |
|
|
* | Got rid of deprecated hostapd typedef and replace remaining uses with | Jouni Malinen | 2006-02-24 | 1 | -3/+2 |
|
|
* | Added copyright notices and file description to header files that did | Jouni Malinen | 2006-02-23 | 1 | -0/+18 |
|
|
* | Moved PMKSA cache from struct hostapd_data into struct wpa_authenticator. | Jouni Malinen | 2005-12-17 | 1 | -1/+0 |
|
|
* | Removed struct hostapd_data references from pmksa_cache.c by making it | Jouni Malinen | 2005-12-11 | 1 | -5/+0 |
|
|
* | Use a local WPA authenticator configuration structure in order to make | Jouni Malinen | 2005-12-10 | 1 | -2/+0 |
|
|
* | Added MSVC #pragma pack() statements to force packing of structures | Jouni Malinen | 2005-11-29 | 1 | -0/+8 |
|
|
* | Comment out HOSTAPD_DEBUG if building with MSVC since it does not like | Jouni Malinen | 2005-11-28 | 1 | -0/+2 |
|
|
* | Cleanup gcc specific extensions so that wpa_supplicant and eapol_test | Jouni Malinen | 2005-11-26 | 1 | -3/+3 |
|
|
* | Do not include hostap_common.h in hostapd.h so that it is easier to | Jouni Malinen | 2005-09-22 | 1 | -1/+12 |
|
|
* | Fixed PMKSA caching for the case where STA (re)associates without | Jouni Malinen | 2005-06-27 | 1 | -1/+1 |
|
|
* | Mark some constant functions parameters const to make it easier to use | Jouni Malinen | 2005-06-12 | 1 | -2/+3 |
|
|
* | Added support for RADIUS over IPv6; own_ip_addr, auth_server_addr, | Jouni Malinen | 2005-04-17 | 1 | -0/+3 |
|
|
* | Added support for using hostapd as a RADIUS authentication server | Jouni Malinen | 2005-01-02 | 1 | -0/+2 |
|
|
* | Added support for EAP-SIM when using the integrated EAP | Jouni Malinen | 2005-01-02 | 1 | -0/+1 |
|
|
* | Moved debug log functions into common.c so that they can be more | Jouni Malinen | 2004-12-08 | 1 | -59/+0 |
|
|
* | Added support for integrated EAP-TLS authentication (new hostapd.conf | Jouni Malinen | 2004-12-07 | 1 | -0/+16 |
|
|
* | Date: Tue, 30 Nov 2004 22:05:49 -0800 | Jouni Malinen | 2004-12-05 | 1 | -1/+1 |
|
|
* | Updated IAPP to use UDP port 3517 and multicast address 224.0.1.178 | Jouni Malinen | 2004-10-05 | 1 | -4/+1 |
|
|
* | Ported ctrl_iface and wpa_cli from wpa_supplicant to hostapd. | Jouni Malinen | 2004-10-03 | 1 | -0/+49 |
|
|
* | Started cleaning up radius_client interface: | Jouni Malinen | 2004-09-26 | 1 | -0/+1 |
|
|
* | Added support for hostapd being used as Authenticator with madwifi | Jouni Malinen | 2004-09-21 | 1 | -24/+2 |
|
|
* | From: Gunter Burchardt <gbur@informatik.uni-rostock.de> | Jouni Malinen | 2004-09-13 | 1 | -0/+6 |
|
|