Parent Directory
|
|
|
|
|
doc/
|
|
|
|
|
examples/
|
|
|
|
|
tests/
|
|
|
|
|
vs2005/
|
|
|
|
|
wpa_gui/
|
|
|
|
|
wpa_gui-qt4/
|
|
|
|
|
.cvsignore
|
1.3 |
4 years |
jm |
Added test programs to the list of ignored files.
|
ChangeLog
|
1.357 |
2 years |
jm |
Updated IEEE 802.11r references to use D4.1.
|
Makefile
|
1.199 |
2 years |
jm |
Move dynamic_eap_methods from ALL variable to all: target to fix 'make
install'.... |
README
|
1.101 |
2 years |
jm |
Added text about OpenSSL and EAP-FAST requirements.
|
README-Windows.txt
|
1.15 |
3 years |
jm |
winsvc: added support for configuring ctrl_interface parameters in
registry (ctr... |
asn1.c
|
1.9 |
3 years |
jm |
Added support for parsing BasicConstraints and KeyUsage
extensions. Use data fro... |
asn1.h
|
1.4 |
3 years |
jm |
Added support for parsing BasicConstraints and KeyUsage
extensions. Use data fro... |
asn1_test.c
|
1.8 |
3 years |
jm |
Added asn1_oid_to_str() for converting struct asn1_oid into a text
string that c... |
base64.c
|
1.6 |
3 years |
jm |
Removed unneeded header file inclusions.
|
base64.h
|
1.1 |
4 years |
jm |
Added support for named configuration blobs in order to avoid having
to use file... |
bignum.c
|
1.5 |
3 years |
jm |
Fixed a memory leak: must free the containing structure for bignum
data.
|
bignum.h
|
1.1 |
3 years |
jm |
Added RSA and bignum implementations for crypto_internal.c. This
allows the inte... |
config.c
|
1.141 |
2 years |
jm |
Use os_ wrappers for common C library functions; these were forgotten
in some of... |
config.h
|
1.61 |
3 years |
jm |
Moved debug code that was used to print out configured networks into
config.c so... |
config_file.c
|
1.33 |
3 years |
jm |
Added preliminary implementation of IEEE 802.11r/D4.0. This commit is
only addin... |
config_none.c
|
1.4 |
3 years |
jm |
Cleaned up config*.c by not including wpa.h into them. The only needed
part from... |
config_ssid.h
|
1.47 |
3 years |
jm |
Cleaned up RSN definitions by moving the shared structures and defines
into wpa_... |
config_winreg.c
|
1.23 |
3 years |
jm |
Added preliminary implementation of IEEE 802.11r/D4.0. This commit is
only addin... |
crypto.c
|
1.15 |
3 years |
jm |
More os_*() wrapper conversions based on FreeBSD build.
|
crypto.h
|
1.20 |
3 years |
jm |
Fixed doxygen comments.
|
crypto_cryptoapi.c
|
1.8 |
3 years |
jm |
Converted Windows specific files to use os_*() function wrappers for
common C li... |
crypto_gnutls.c
|
1.9 |
3 years |
jm |
Replaced crypto function sha1_transform() with fips186_2_prf() to make
it easier... |
crypto_internal.c
|
1.9 |
3 years |
jm |
Started converting standard ANSI/POSIX C library function calls to use
os_ prefi... |
crypto_libtomcrypt.c
|
1.16 |
3 years |
jm |
Continued changing direct library calls to use os_() wrapper for
common C librar... |
crypto_none.c
|
1.1 |
4 years |
jm |
Added CONFIG_TLS=none option to make it easier to test full EAP
compilation and ... |
ctrl_iface.c
|
1.109 |
2 years |
jm |
Use os_ wrappers for common C library functions; these were forgotten
in some of... |
ctrl_iface.h
|
1.11 |
3 years |
jm |
Moved wpa_msg() from wpa_supplicant.c into common.c in order to reduce
direct de... |
ctrl_iface_dbus.c
|
1.18 |
2 years |
jm |
Fixed wpas_dbus_unregister_iface() not to dereference a NULL pointer
even if wpa... |
ctrl_iface_dbus.h
|
1.5 |
3 years |
jm |
Date: Fri, 29 Sep 2006 10:27:54 +0100
From: Roy Marples <uberlord@gentoo.org>
Su... |
ctrl_iface_dbus_handlers.c
|
1.12 |
3 years |
jm |
Removed unneeded header file inclusions.
|
ctrl_iface_dbus_handlers.h
|
1.4 |
3 years |
jm |
Date: Mon, 04 Dec 2006 15:02:57 -0500
From: Dan Williams <dcbw@redhat.com>
Subje... |
ctrl_iface_named_pipe.c
|
1.13 |
3 years |
jm |
Fixed global ctrl_iface debug output to report successful write only
in case Wri... |
ctrl_iface_udp.c
|
1.9 |
3 years |
jm |
Moved wpa_msg() from wpa_supplicant.c into common.c in order to reduce
direct de... |
ctrl_iface_unix.c
|
1.15 |
3 years |
jm |
Replace os_strncpy/strncpy calls with os_strlcpy to start using a more
secure fu... |
dbus-wpa_supplicant.conf
|
1.1 |
3 years |
jm |
From: Dan Williams <dcbw@redhat.com>
Subject: Re: [PATCH] more dbus control inte... |
dbus_dict_helpers.c
|
1.6 |
3 years |
jm |
Whitespace cleanup.
|
dbus_dict_helpers.h
|
1.2 |
3 years |
jm |
From: Dan Williams <dcbw@redhat.com>
Subject: [PATCH] expanded dbus control inte... |
defconfig
|
1.55 |
2 years |
jm |
Added text about OpenSSL and EAP-FAST requirements.
|
defs.h
|
1.9 |
3 years |
jm |
Added preliminary implementation of IEEE 802.11r/D4.0. This commit is
only addin... |
driver.h
|
1.57 |
2 years |
jm |
Changed Mobility Domain Identifier from 6 to 2 octets since this was
changed in ... |
driver_atmel.c
|
1.17 |
2 years |
jm |
Removed unused variables.
|
driver_broadcom.c
|
1.23 |
3 years |
jm |
Merged wpa_supplicant.h into driver.h since the only remaining part of
wpa_suppl... |
driver_bsd.c
|
1.14 |
3 years |
jm |
Merged wpa_supplicant.h into driver.h since the only remaining part of
wpa_suppl... |
driver_hostap.c
|
1.30 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
driver_hostap.h
|
1.1 |
4 years |
jm |
Replaced driver/modules/hostap_common.h with a private header file
driver_hostap... |
driver_ipw.c
|
1.15 |
3 years |
jm |
Added clarifying notifications about Linux drivers moving to using
driver_wext i... |
driver_madwifi.c
|
1.33 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
driver_ndis.c
|
1.80 |
3 years |
jm |
Merged wpa_supplicant.h into driver.h since the only remaining part of
wpa_suppl... |
driver_ndis.h
|
1.15 |
3 years |
jm |
Added multithreaded version of NDISUIO l2_packet interface for
WinCE. This versi... |
driver_ndis_.c
|
1.14 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
driver_ndiswrapper.c
|
1.19 |
3 years |
jm |
Removed unneeded header file inclusions.
|
driver_prism54.c
|
1.21 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
driver_test.c
|
1.40 |
3 years |
jm |
Merged wpa_supplicant.h into driver.h since the only remaining part of
wpa_suppl... |
driver_wext.c
|
1.88 |
2 years |
jm |
Removed unused variables.
|
driver_wext.h
|
1.11 |
3 years |
jm |
Added clarifying notifications about Linux drivers moving to using
driver_wext i... |
driver_wired.c
|
1.11 |
3 years |
jm |
Allow driver_wired.c to be built for FreeBSD. This is based on a patch
from Jouk... |
drivers.c
|
1.7 |
3 years |
jm |
From: Roy Marples <uberlord@gentoo.org>
Subject: [PATCH] Default driver
With mo... |
eap.c
|
1.125 |
3 years |
jm |
Moved duplicate detection logic from eap_peer_sm_step_received() into
a separate... |
eap.h
|
1.54 |
3 years |
jm |
Renamed global EAP functions to allow EAP server and peer
implementations to be ... |
eap_aka.c
|
1.47 |
3 years |
jm |
Removed unneeded header file inclusions.
|
eap_common.c
|
1.1 |
3 years |
jm |
Renamed global EAP functions to allow EAP server and peer
implementations to be ... |
eap_common.h
|
1.1 |
3 years |
jm |
Renamed global EAP functions to allow EAP server and peer
implementations to be ... |
eap_defs.h
|
1.23 |
2 years |
jm |
EAP-PSK specification was released as RFC 4764, so start using it as
the referen... |
eap_fast.c
|
1.88 |
3 years |
jm |
Share the same implementation for generating Phase 2 EAP-Nak between
EAP-PEAP/TT... |
eap_fast_pac.c
|
1.8 |
3 years |
jm |
Added support for storing EAP-FAST PACs in binary format
(fast_pac_format=binary... |
eap_fast_pac.h
|
1.6 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_gpsk.c
|
1.12 |
2 years |
jm |
Updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use pre-release
version of ... |
eap_gpsk_common.c
|
1.9 |
2 years |
jm |
Updated EAP-GPSK GKDF to use 1-octet long zero-string and SHA256 for
GKDF if cip... |
eap_gpsk_common.h
|
1.3 |
2 years |
jm |
Updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use pre-release
version of ... |
eap_gtc.c
|
1.26 |
3 years |
jm |
Fixed eap_gtc_process() to abort if eap_get_config_identity() fails.
|
eap_i.h
|
1.29 |
3 years |
jm |
Fixed comments to refer to eap_peer_sm_init() instead of the old
function name e... |
eap_leap.c
|
1.24 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from number of files that may
have require... |
eap_md5.c
|
1.24 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from number of files that may
have require... |
eap_methods.c
|
1.12 |
3 years |
jm |
Renamed global EAP functions to allow EAP server and peer
implementations to be ... |
eap_methods.h
|
1.8 |
3 years |
jm |
Renamed global EAP functions to allow EAP server and peer
implementations to be ... |
eap_mschapv2.c
|
1.54 |
3 years |
jm |
Derive master key for password change case.
(from Devicescape)
|
eap_otp.c
|
1.20 |
3 years |
jm |
Removed unneeded header file inclusions.
|
eap_pax.c
|
1.25 |
2 years |
jm |
Changed EAP-PAX references to use RFC 4746 (which is technically
identical to dr... |
eap_pax_common.c
|
1.9 |
2 years |
jm |
Changed EAP-PAX references to use RFC 4746 (which is technically
identical to dr... |
eap_pax_common.h
|
1.9 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_peap.c
|
1.87 |
3 years |
jm |
Share the same implementation for generating Phase 2 EAP-Nak between
EAP-PEAP/TT... |
eap_psk.c
|
1.37 |
2 years |
jm |
EAP-PSK specification was released as RFC 4764, so start using it as
the referen... |
eap_psk_common.c
|
1.7 |
3 years |
jm |
Added support for EMSK derivation.
|
eap_psk_common.h
|
1.10 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_sake.c
|
1.9 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_sake_common.c
|
1.9 |
3 years |
jm |
Added support for EMSK derivation.
|
eap_sake_common.h
|
1.5 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_sim.c
|
1.70 |
3 years |
jm |
Removed unneeded header file inclusions.
|
eap_sim_common.c
|
1.35 |
3 years |
jm |
Fixed eap_sim_msg_add_encr_end() to handle error cases where msg is
NULL on entr... |
eap_sim_common.h
|
1.15 |
3 years |
jm |
Added support for calculating EMSK. In addition, this fixes MSK
derivation for t... |
eap_testing.txt
|
1.42 |
3 years |
jm |
Added support for authenticated EAP-FAST provisioning:
- fast_provisioning is no... |
eap_tls.c
|
1.50 |
3 years |
jm |
eap_*_process() functions assume that eap_peer_tls_process_helper() is
not retur... |
eap_tls_common.c
|
1.65 |
3 years |
jm |
Removed unneeded header file inclusions.
|
eap_tls_common.h
|
1.24 |
3 years |
jm |
Share the same implementation for generating Phase 2 EAP-Nak between
EAP-PEAP/TT... |
eap_tlv.c
|
1.12 |
3 years |
jm |
Fixed comments to refer to eap_peer_sm_init() instead of the old
function name e... |
eap_tlv.h
|
1.16 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_ttls.c
|
1.94 |
3 years |
jm |
Cleaned up eap_ttls_process() by dividing it into smaller functions.
|
eap_ttls.h
|
1.6 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
eap_vendor_test.c
|
1.10 |
3 years |
jm |
Removed unneeded header file inclusions.
|
eapol_sm.c
|
1.84 |
3 years |
jm |
Moved BIT, MACSTR, MAC2STR, IFNAMSIZ, ETH_P_EAPOL, ETH_P_RSN_PREAUTH
definitions... |
eapol_sm.h
|
1.45 |
3 years |
jm |
Invalidate EAP session data whenever changing the current network
configuration ... |
eapol_test.c
|
1.76 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
events.c
|
1.47 |
2 years |
jm |
Cleanup to bring WPA IE code in hostapd and wpa_supplicant more
synchronized in ... |
l2_packet.h
|
1.19 |
3 years |
jm |
Moved BIT, MACSTR, MAC2STR, IFNAMSIZ, ETH_P_EAPOL, ETH_P_RSN_PREAUTH
definitions... |
l2_packet_freebsd.c
|
1.11 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
l2_packet_linux.c
|
1.15 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
l2_packet_ndis.c
|
1.6 |
3 years |
jm |
Replace os_strncpy/strncpy calls with os_strlcpy to start using a more
secure fu... |
l2_packet_none.c
|
1.5 |
3 years |
jm |
Replace os_strncpy/strncpy calls with os_strlcpy to start using a more
secure fu... |
l2_packet_pcap.c
|
1.17 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
l2_packet_winpcap.c
|
1.9 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
libtommath.c
|
1.3 |
3 years |
jm |
Started converting standard ANSI/POSIX C library function calls to use
os_ prefi... |
main.c
|
1.23 |
3 years |
jm |
Updated documentation on command line options.
|
main_none.c
|
1.2 |
4 years |
jm |
Added a new header file, includes.h, that includes all commonly used header
file... |
main_winmain.c
|
1.2 |
3 years |
jm |
Implemented semi-useful WinMain() -based startup for
wpa_supplicant. This versio... |
main_winsvc.c
|
1.13 |
3 years |
jm |
Disabled pause/continue service options since they were not
implemented and in g... |
mlme.c
|
1.22 |
2 years |
jm |
Use os_ wrappers for common C library functions; these were forgotten
in some of... |
mlme.h
|
1.4 |
3 years |
jm |
Removed 'struct wpa_supplicant' completely from wpa_supplicant.h (and
driver wra... |
ms_funcs.c
|
1.27 |
3 years |
jm |
Verify that os_get_random() call succeeds.
|
ms_funcs.h
|
1.9 |
3 years |
jm |
Make sure nt_password_hash() cannot fail by using stack buffer instead
of alloca... |
ndis_events.c
|
1.13 |
3 years |
jm |
Fixed off-by-one bounds checking for a WMI query string.
|
nmake.mak
|
1.9 |
3 years |
jm |
Replaced the default control interface backend to be named pipes for
Windows bui... |
openssl-0.9.8d-tls-extensions.patch
|
1.1 |
3 years |
jm |
Added an update OpenSSL patch for the current stable version (0.9.8d) for
adding... |
openssl-tls-extensions.patch
|
1.4 |
4 years |
jm |
Re-diffed against openssl 0.9.8 and fixed SSL_set_hello_extension() to
allow ext... |
pcsc_funcs.c
|
1.28 |
2 years |
jm |
Removed unused variables.
|
pcsc_funcs.h
|
1.10 |
3 years |
jm |
Cleaned up code a bit by removing shadowed symbol names
('gcc -Wsymbol' warnings... |
peerkey.c
|
1.9 |
2 years |
jm |
Added endianness annotation for sparse and resolved most of the
warnings from th... |
peerkey.h
|
1.1 |
3 years |
jm |
Moved most of PeerKey functionality into a new file, peerkey.c, in
order to get ... |
pmksa_cache.c
|
1.17 |
3 years |
jm |
Replaced a pointer to struct wpa_ssid with void* to make it clear that
PMKSA cac... |
pmksa_cache.h
|
1.7 |
3 years |
jm |
Replaced a pointer to struct wpa_ssid with void* to make it clear that
PMKSA cac... |
preauth.c
|
1.52 |
3 years |
jm |
Do not include config.h if config_ssid.h is enough. config.h included
config_ssi... |
preauth.h
|
1.15 |
3 years |
jm |
Allow WPA2 support to be removed with CONFIG_NO_WPA2=y in .config.
|
preauth_test.c
|
1.47 |
3 years |
jm |
Removed inclusion of wpa_supplicant.h from files that did not really
need it any... |
priv_netlink.h
|
1.4 |
3 years |
jm |
Added support for controlling network device operational state
(dormant/up) for ... |
rsa.c
|
1.3 |
3 years |
jm |
Added explicit verification of ASN.1 header Class. This needs to be 0
= Universa... |
rsa.h
|
1.1 |
3 years |
jm |
Added RSA and bignum implementations for crypto_internal.c. This
allows the inte... |
tls.h
|
1.32 |
3 years |
jm |
Cleaned up function comments.
|
tls_gnutls.c
|
1.28 |
2 years |
jm |
Resolved number of compiler warnings about sign mismatches.
|
tls_internal.c
|
1.14 |
3 years |
jm |
Added support for receiving Applicate Data in the same message with
Finished mes... |
tls_none.c
|
1.6 |
3 years |
jm |
Fixed tls_connection_handshake() to use the new set of function
arguments.
|
tls_openssl.c
|
1.74 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
tls_schannel.c
|
1.15 |
3 years |
jm |
Converted Windows specific files to use os_*() function wrappers for
common C li... |
tlsv1_client.c
|
1.37 |
3 years |
jm |
Replaced snprintf/os_snprintf calls with os_strlcpy where snprintf was
being use... |
tlsv1_client.h
|
1.9 |
3 years |
jm |
Added support for receiving Applicate Data in the same message with
Finished mes... |
tlsv1_common.c
|
1.18 |
3 years |
jm |
Fixed a memory leak on error path (found with splint).
|
tlsv1_common.h
|
1.7 |
3 years |
jm |
Added support for TLS Session Ticket extension to enable EAP-FAST
authentication... |
todo.txt
|
1.36 |
3 years |
jm |
Updated to-do list.
|
version.h
|
1.18 |
3 years |
jm |
CVS trunk is now used for 0.6.x versions.
|
win_example.reg
|
1.3 |
3 years |
jm |
winsvc: added support for configuring ctrl_interface parameters in
registry (ctr... |
win_if_list.c
|
1.6 |
3 years |
jm |
Use typecast to get rid of a compiler warning.
|
wpa.c
|
1.192 |
2 years |
jm |
Use NULL, not 0, with the pointer type.
|
wpa.h
|
1.56 |
2 years |
jm |
Made R0KH-ID variable length (1..48 octets; was fixed 48) and moved it
into a su... |
wpa_cli.c
|
1.87 |
2 years |
jm |
Updated copyright years from 2006 to 2007.
|
wpa_ctrl.c
|
1.29 |
2 years |
jm |
Removed unused variables.
|
wpa_ctrl.h
|
1.12 |
3 years |
jm |
Preparations on allowing wpa_ctrl_pending() to return -1 on error.
|
wpa_ft.c
|
1.12 |
2 years |
jm |
Updated PMK-R0 and PMKR0Name derivations to match with the changes in
IEEE 802.1... |
wpa_i.h
|
1.37 |
2 years |
jm |
Made R0KH-ID variable length (1..48 octets; was fixed 48) and moved it
into a su... |
wpa_ie.c
|
1.12 |
2 years |
jm |
Cleanup to bring WPA IE code in hostapd and wpa_supplicant more
synchronized in ... |
wpa_ie.h
|
1.6 |
3 years |
jm |
Added a prototype for struct wpa_ie_data since it is used in a
function prototyp... |
wpa_passphrase.c
|
1.8 |
3 years |
jm |
Started converting standard ANSI/POSIX C library function calls to use
os_ prefi... |
wpa_supplicant.c
|
1.367 |
2 years |
jm |
Made R0KH-ID variable length (1..48 octets; was fixed 48) and moved it
into a su... |
wpa_supplicant.conf
|
1.90 |
3 years |
jm |
Added support for storing EAP-FAST PACs in binary format
(fast_pac_format=binary... |
wpa_supplicant_i.h
|
1.99 |
2 years |
jm |
C99 defines implementation-defined selection of sign for int
bit-field. If the c... |
x509v3.c
|
1.24 |
3 years |
jm |
Remove dead code.
|
x509v3.h
|
1.14 |
3 years |
jm |
Added support for parsing BasicConstraints and KeyUsage
extensions. Use data fro... |