Commit Graph

17223 Commits (vlan_per_psk)
 

Author SHA1 Message Date
Jouni Malinen 9474b3a4e4 Added a missing '#' to indicate a comment. 16 years ago
Jouni Malinen c673c5fc0f Renamed local DBUS_VERSION define to avoid conflict with dbus 1.1 headers 16 years ago
Jouni Malinen 13b3f33942 EAP-FAST: Verify that identity from PAC-Opaque matches with Phase 2 (GTC) 16 years ago
Jouni Malinen 7914585fe0 EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences
Number of TLVs were processed in groups and these cases were now separated
into more flexible processing of one TLV at the time. wpabuf_concat()
function was added to make it easier to concatenate TLVs. EAP Sequences are
now supported in both server and peer code, but the server side is not
enabled by default.
16 years ago
Jouni Malinen 2bab8ae401 EAP-FAST: Define and use EAP_FAST_CMK_LEN 16 years ago
Jouni Malinen ed5a02fd94 Removed extra '_' from struct eap_tlv_crypto_binding__tlv name 16 years ago
Jouni Malinen cdd1bc9288 EAP-FAST: Divided eap_fast_process() into number of helper functions 16 years ago
Jouni Malinen 7f4c1d4300 EAP-FAST: Moved common peer/server functionality into a shared file 16 years ago
Jouni Malinen a4819630f6 EAP-FAST: Added shared helper functions for building TLVs 16 years ago
Jouni Malinen 829f14be17 EAP-FAST: Add peer identity into EAP-FAST PAC-Opaque
This allows Phase 2 Identity Request to be skipped if the identity is
already known from PAC-Opaque received in TLS handshake in order to save
one roundtrip from normal authentication.
16 years ago
Jouni Malinen 67b941993a Preparations for 0.4.11 release 16 years ago
Jouni Malinen b0194fe07e Added max_listen_interval configuration option
This allows associations to be denied if the STA tries to use too large
listen interval. The default value is 65535 which matches with the field
size limits.
16 years ago
Jouni Malinen 4d6c3de3df driver_ralink: Make sure assoc_{req,resp}_ies do not get double-freed 16 years ago
Jouni Malinen 5e77500c4f driver_ralink: Use os_strlcpy instead of os_strncpy to ensure null
termination
16 years ago
Jouni Malinen d04cbdd640 driver_ralink: Fixed couple of memory leaks on error path 16 years ago
Jouni Malinen a6ee047fcb Verify that os_get_time() does not fail before using the time value when
registering an eloop timeout.
16 years ago
Jouni Malinen 72822e7be4 Fixed base64_decode() reject empty input buffers 16 years ago
Jouni Malinen 380da72b80 Enforce non-zero MPPE key length 16 years ago
Kel Modderman eff06a7cdb Enhance manpage with use of emphasis instead of strong quote
The Debian package checker "lintian" was making noise about
wpa_supplicant.conf(5). It was caused by a line beginning with ', which is
apparently not liked by man(1).

I suggest the use of <emphasis>word</emphasis> where 'word' is used at the
moment.

Signed-off-by: Kel Modderman <kel@otaku42.de>
16 years ago
Jouni Malinen 6076f6ce08 Silence SIOCSIWAUTH ioctl failure message.
These are expected in most cases and there is no need to confuse users
with the messages in stderr (perror was used here). These are now only
shown in debug output and EOPNOTSUPP errors are silently ignored.
16 years ago
Jouni Malinen dc366e8e85 Added listen interval to hostapd sta_add() driver function 16 years ago
Jouni Malinen 3b46a31ec7 Added files that cg-init excluded 16 years ago
Jouni Malinen 6fc6879bd5 Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago