Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
authorJouni Malinen <j@w1.fi>
Thu, 28 Feb 2008 01:34:43 +0000 (17:34 -0800)
committerJouni Malinen <jm@jm.kir.nu>
Thu, 28 Feb 2008 01:34:43 +0000 (17:34 -0800)
commit6fc6879bd55a394f807cbbe927df736c190cb8ab
treecdf50da0c58f21510a808d53502a060d911ff243
Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
589 files changed:
COPYING [new file with mode: 0644]
FAQ [new file with mode: 0644]
README [new file with mode: 0644]
build_release [new file with mode: 0755]
eap_example/.gitignore [new file with mode: 0644]
eap_example/Makefile [new file with mode: 0644]
eap_example/README [new file with mode: 0644]
eap_example/ca.pem [new file with mode: 0644]
eap_example/eap_example.c [new file with mode: 0644]
eap_example/eap_example_peer.c [new file with mode: 0644]
eap_example/eap_example_server.c [new file with mode: 0644]
eap_example/server.key [new file with mode: 0644]
eap_example/server.pem [new file with mode: 0644]
hostapd/.gitignore [new file with mode: 0644]
hostapd/ChangeLog [new file with mode: 0644]
hostapd/Makefile [new file with mode: 0644]
hostapd/README [new file with mode: 0644]
hostapd/accounting.c [new file with mode: 0644]
hostapd/accounting.h [new file with mode: 0644]
hostapd/ap.h [new file with mode: 0644]
hostapd/ap_list.c [new file with mode: 0644]
hostapd/ap_list.h [new file with mode: 0644]
hostapd/beacon.c [new file with mode: 0644]
hostapd/beacon.h [new file with mode: 0644]
hostapd/config.c [new file with mode: 0644]
hostapd/config.h [new file with mode: 0644]
hostapd/ctrl_iface.c [new file with mode: 0644]
hostapd/ctrl_iface.h [new file with mode: 0644]
hostapd/defconfig [new file with mode: 0644]
hostapd/developer.txt [new file with mode: 0644]
hostapd/doc/.gitignore [new file with mode: 0644]
hostapd/doc/code_structure.doxygen [new file with mode: 0644]
hostapd/doc/ctrl_iface.doxygen [new file with mode: 0644]
hostapd/doc/doxygen.fast [new file with mode: 0644]
hostapd/doc/doxygen.full [new file with mode: 0644]
hostapd/doc/driver_wrapper.doxygen [new file with mode: 0644]
hostapd/doc/eap.doxygen [new file with mode: 0644]
hostapd/doc/hostapd.fig [new file with mode: 0644]
hostapd/doc/kerneldoc2doxygen.pl [new file with mode: 0755]
hostapd/doc/mainpage.doxygen [new file with mode: 0644]
hostapd/doc/porting.doxygen [new file with mode: 0644]
hostapd/driver.h [new file with mode: 0644]
hostapd/driver_bsd.c [new file with mode: 0644]
hostapd/driver_hostap.c [new file with mode: 0644]
hostapd/driver_madwifi.c [new file with mode: 0644]
hostapd/driver_nl80211.c [new file with mode: 0644]
hostapd/driver_prism54.c [new file with mode: 0644]
hostapd/driver_test.c [new file with mode: 0644]
hostapd/driver_wired.c [new file with mode: 0644]
hostapd/drivers.c [new file with mode: 0644]
hostapd/eap_testing.txt [new file with mode: 0644]
hostapd/eapol_sm.c [new file with mode: 0644]
hostapd/eapol_sm.h [new file with mode: 0644]
hostapd/hostap_common.h [new file with mode: 0644]
hostapd/hostapd.8 [new file with mode: 0644]
hostapd/hostapd.accept [new file with mode: 0644]
hostapd/hostapd.c [new file with mode: 0644]
hostapd/hostapd.conf [new file with mode: 0644]
hostapd/hostapd.deny [new file with mode: 0644]
hostapd/hostapd.eap_user [new file with mode: 0644]
hostapd/hostapd.h [new file with mode: 0644]
hostapd/hostapd.radius_clients [new file with mode: 0644]
hostapd/hostapd.sim_db [new file with mode: 0644]
hostapd/hostapd.vlan [new file with mode: 0644]
hostapd/hostapd.wpa_psk [new file with mode: 0644]
hostapd/hostapd_cli.1 [new file with mode: 0644]
hostapd/hostapd_cli.c [new file with mode: 0644]
hostapd/hw_features.c [new file with mode: 0644]
hostapd/hw_features.h [new file with mode: 0644]
hostapd/iapp.c [new file with mode: 0644]
hostapd/iapp.h [new file with mode: 0644]
hostapd/ieee802_11.c [new file with mode: 0644]
hostapd/ieee802_11.h [new file with mode: 0644]
hostapd/ieee802_11_auth.c [new file with mode: 0644]
hostapd/ieee802_11_auth.h [new file with mode: 0644]
hostapd/ieee802_11h.c [new file with mode: 0644]
hostapd/ieee802_11h.h [new file with mode: 0644]
hostapd/ieee802_1x.c [new file with mode: 0644]
hostapd/ieee802_1x.h [new file with mode: 0644]
hostapd/logwatch/README [new file with mode: 0644]
hostapd/logwatch/hostapd.conf [new file with mode: 0644]
hostapd/mlme.c [new file with mode: 0644]
hostapd/mlme.h [new file with mode: 0644]
hostapd/nt_password_hash.c [new file with mode: 0644]
hostapd/peerkey.c [new file with mode: 0644]
hostapd/pmksa_cache.c [new file with mode: 0644]
hostapd/pmksa_cache.h [new file with mode: 0644]
hostapd/preauth.c [new file with mode: 0644]
hostapd/preauth.h [new file with mode: 0644]
hostapd/prism54.h [new file with mode: 0644]
hostapd/priv_netlink.h [new file with mode: 0644]
hostapd/radiotap.c [new file with mode: 0644]
hostapd/radiotap.h [new file with mode: 0644]
hostapd/radiotap_iter.h [new file with mode: 0644]
hostapd/reconfig.c [new file with mode: 0644]
hostapd/sta_info.c [new file with mode: 0644]
hostapd/sta_info.h [new file with mode: 0644]
hostapd/vlan_init.c [new file with mode: 0644]
hostapd/vlan_init.h [new file with mode: 0644]
hostapd/wired.conf [new file with mode: 0644]
hostapd/wme.c [new file with mode: 0644]
hostapd/wme.h [new file with mode: 0644]
hostapd/wpa.c [new file with mode: 0644]
hostapd/wpa.h [new file with mode: 0644]
hostapd/wpa_auth_i.h [new file with mode: 0644]
hostapd/wpa_auth_ie.c [new file with mode: 0644]
hostapd/wpa_auth_ie.h [new file with mode: 0644]
hostapd/wpa_ft.c [new file with mode: 0644]
patches/openssl-0.9.8-tls-extensions.patch [new file with mode: 0644]
patches/openssl-0.9.8d-tls-extensions.patch [new file with mode: 0644]
patches/openssl-0.9.8e-tls-extensions.patch [new file with mode: 0644]
patches/openssl-0.9.8g-tls-extensions.patch [new file with mode: 0644]
patches/openssl-0.9.9-session-ticket.patch [new file with mode: 0644]
radius_example/.gitignore [new file with mode: 0644]
radius_example/Makefile [new file with mode: 0644]
radius_example/README [new file with mode: 0644]
radius_example/radius_example.c [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/common/.gitignore [new file with mode: 0644]
src/common/Makefile [new file with mode: 0644]
src/common/defs.h [new file with mode: 0644]
src/common/eapol_common.h [new file with mode: 0644]
src/common/ieee802_11_defs.h [new file with mode: 0644]
src/common/privsep_commands.h [new file with mode: 0644]
src/common/version.h [new file with mode: 0644]
src/common/wireless_copy.h [new file with mode: 0644]
src/common/wpa_common.c [new file with mode: 0644]
src/common/wpa_common.h [new file with mode: 0644]
src/common/wpa_ctrl.c [new file with mode: 0644]
src/common/wpa_ctrl.h [new file with mode: 0644]
src/crypto/.gitignore [new file with mode: 0644]
src/crypto/Makefile [new file with mode: 0644]
src/crypto/aes.c [new file with mode: 0644]
src/crypto/aes.h [new file with mode: 0644]
src/crypto/aes_wrap.c [new file with mode: 0644]
src/crypto/aes_wrap.h [new file with mode: 0644]
src/crypto/crypto.h [new file with mode: 0644]
src/crypto/crypto_cryptoapi.c [new file with mode: 0644]
src/crypto/crypto_gnutls.c [new file with mode: 0644]
src/crypto/crypto_internal.c [new file with mode: 0644]
src/crypto/crypto_libtomcrypt.c [new file with mode: 0644]
src/crypto/crypto_none.c [new file with mode: 0644]
src/crypto/crypto_openssl.c [new file with mode: 0644]
src/crypto/des.c [new file with mode: 0644]
src/crypto/dh_groups.c [new file with mode: 0644]
src/crypto/dh_groups.h [new file with mode: 0644]
src/crypto/md4.c [new file with mode: 0644]
src/crypto/md5.c [new file with mode: 0644]
src/crypto/md5.h [new file with mode: 0644]
src/crypto/ms_funcs.c [new file with mode: 0644]
src/crypto/ms_funcs.h [new file with mode: 0644]
src/crypto/rc4.c [new file with mode: 0644]
src/crypto/rc4.h [new file with mode: 0644]
src/crypto/sha1.c [new file with mode: 0644]
src/crypto/sha1.h [new file with mode: 0644]
src/crypto/sha256.c [new file with mode: 0644]
src/crypto/sha256.h [new file with mode: 0644]
src/crypto/tls.h [new file with mode: 0644]
src/crypto/tls_gnutls.c [new file with mode: 0644]
src/crypto/tls_internal.c [new file with mode: 0644]
src/crypto/tls_none.c [new file with mode: 0644]
src/crypto/tls_openssl.c [new file with mode: 0644]
src/crypto/tls_schannel.c [new file with mode: 0644]
src/drivers/.gitignore [new file with mode: 0644]
src/drivers/Apple80211.h [new file with mode: 0644]
src/drivers/Makefile [new file with mode: 0644]
src/drivers/MobileApple80211.c [new file with mode: 0644]
src/drivers/MobileApple80211.h [new file with mode: 0644]
src/drivers/driver.h [new file with mode: 0644]
src/drivers/driver_atmel.c [new file with mode: 0644]
src/drivers/driver_broadcom.c [new file with mode: 0644]
src/drivers/driver_bsd.c [new file with mode: 0644]
src/drivers/driver_hostap.c [new file with mode: 0644]
src/drivers/driver_hostap.h [new file with mode: 0644]
src/drivers/driver_iphone.m [new file with mode: 0644]
src/drivers/driver_ipw.c [new file with mode: 0644]
src/drivers/driver_madwifi.c [new file with mode: 0644]
src/drivers/driver_ndis.c [new file with mode: 0644]
src/drivers/driver_ndis.h [new file with mode: 0644]
src/drivers/driver_ndis_.c [new file with mode: 0644]
src/drivers/driver_ndiswrapper.c [new file with mode: 0644]
src/drivers/driver_osx.m [new file with mode: 0644]
src/drivers/driver_prism54.c [new file with mode: 0644]
src/drivers/driver_privsep.c [new file with mode: 0644]
src/drivers/driver_ralink.c [new file with mode: 0644]
src/drivers/driver_ralink.h [new file with mode: 0644]
src/drivers/driver_test.c [new file with mode: 0644]
src/drivers/driver_wext.c [new file with mode: 0644]
src/drivers/driver_wext.h [new file with mode: 0644]
src/drivers/driver_wired.c [new file with mode: 0644]
src/drivers/drivers.c [new file with mode: 0644]
src/drivers/ndis_events.c [new file with mode: 0644]
src/drivers/priv_netlink.h [new file with mode: 0644]
src/drivers/scan_helpers.c [new file with mode: 0644]
src/eap_common/.gitignore [new file with mode: 0644]
src/eap_common/Makefile [new file with mode: 0644]
src/eap_common/chap.c [new file with mode: 0644]
src/eap_common/chap.h [new file with mode: 0644]
src/eap_common/eap_common.c [new file with mode: 0644]
src/eap_common/eap_common.h [new file with mode: 0644]
src/eap_common/eap_defs.h [new file with mode: 0644]
src/eap_common/eap_fast_common.h [new file with mode: 0644]
src/eap_common/eap_gpsk_common.c [new file with mode: 0644]
src/eap_common/eap_gpsk_common.h [new file with mode: 0644]
src/eap_common/eap_ikev2_common.c [new file with mode: 0644]
src/eap_common/eap_ikev2_common.h [new file with mode: 0644]
src/eap_common/eap_pax_common.c [new file with mode: 0644]
src/eap_common/eap_pax_common.h [new file with mode: 0644]
src/eap_common/eap_psk_common.c [new file with mode: 0644]
src/eap_common/eap_psk_common.h [new file with mode: 0644]
src/eap_common/eap_sake_common.c [new file with mode: 0644]
src/eap_common/eap_sake_common.h [new file with mode: 0644]
src/eap_common/eap_sim_common.c [new file with mode: 0644]
src/eap_common/eap_sim_common.h [new file with mode: 0644]
src/eap_common/eap_tlv_common.h [new file with mode: 0644]
src/eap_common/eap_ttls.h [new file with mode: 0644]
src/eap_common/ikev2_common.c [new file with mode: 0644]
src/eap_common/ikev2_common.h [new file with mode: 0644]
src/eap_peer/.gitignore [new file with mode: 0644]
src/eap_peer/Makefile [new file with mode: 0644]
src/eap_peer/eap.c [new file with mode: 0644]
src/eap_peer/eap.h [new file with mode: 0644]
src/eap_peer/eap_aka.c [new file with mode: 0644]
src/eap_peer/eap_config.h [new file with mode: 0644]
src/eap_peer/eap_fast.c [new file with mode: 0644]
src/eap_peer/eap_fast_pac.c [new file with mode: 0644]
src/eap_peer/eap_fast_pac.h [new file with mode: 0644]
src/eap_peer/eap_gpsk.c [new file with mode: 0644]
src/eap_peer/eap_gtc.c [new file with mode: 0644]
src/eap_peer/eap_i.h [new file with mode: 0644]
src/eap_peer/eap_ikev2.c [new file with mode: 0644]
src/eap_peer/eap_leap.c [new file with mode: 0644]
src/eap_peer/eap_md5.c [new file with mode: 0644]
src/eap_peer/eap_methods.c [new file with mode: 0644]
src/eap_peer/eap_methods.h [new file with mode: 0644]
src/eap_peer/eap_mschapv2.c [new file with mode: 0644]
src/eap_peer/eap_otp.c [new file with mode: 0644]
src/eap_peer/eap_pax.c [new file with mode: 0644]
src/eap_peer/eap_peap.c [new file with mode: 0644]
src/eap_peer/eap_psk.c [new file with mode: 0644]
src/eap_peer/eap_sake.c [new file with mode: 0644]
src/eap_peer/eap_sim.c [new file with mode: 0644]
src/eap_peer/eap_tls.c [new file with mode: 0644]
src/eap_peer/eap_tls_common.c [new file with mode: 0644]
src/eap_peer/eap_tls_common.h [new file with mode: 0644]
src/eap_peer/eap_tlv.c [new file with mode: 0644]
src/eap_peer/eap_tlv.h [new file with mode: 0644]
src/eap_peer/eap_tnc.c [new file with mode: 0644]
src/eap_peer/eap_ttls.c [new file with mode: 0644]
src/eap_peer/eap_vendor_test.c [new file with mode: 0644]
src/eap_peer/ikev2.c [new file with mode: 0644]
src/eap_peer/ikev2.h [new file with mode: 0644]
src/eap_peer/mschapv2.c [new file with mode: 0644]
src/eap_peer/mschapv2.h [new file with mode: 0644]
src/eap_peer/tncc.c [new file with mode: 0644]
src/eap_peer/tncc.h [new file with mode: 0644]
src/eap_server/.gitignore [new file with mode: 0644]
src/eap_server/Makefile [new file with mode: 0644]
src/eap_server/eap.c [new file with mode: 0644]
src/eap_server/eap.h [new file with mode: 0644]
src/eap_server/eap_aka.c [new file with mode: 0644]
src/eap_server/eap_fast.c [new file with mode: 0644]
src/eap_server/eap_gpsk.c [new file with mode: 0644]
src/eap_server/eap_gtc.c [new file with mode: 0644]
src/eap_server/eap_i.h [new file with mode: 0644]
src/eap_server/eap_identity.c [new file with mode: 0644]
src/eap_server/eap_ikev2.c [new file with mode: 0644]
src/eap_server/eap_md5.c [new file with mode: 0644]
src/eap_server/eap_methods.c [new file with mode: 0644]
src/eap_server/eap_methods.h [new file with mode: 0644]
src/eap_server/eap_mschapv2.c [new file with mode: 0644]
src/eap_server/eap_pax.c [new file with mode: 0644]
src/eap_server/eap_peap.c [new file with mode: 0644]
src/eap_server/eap_psk.c [new file with mode: 0644]
src/eap_server/eap_sake.c [new file with mode: 0644]
src/eap_server/eap_sim.c [new file with mode: 0644]
src/eap_server/eap_sim_db.c [new file with mode: 0644]
src/eap_server/eap_sim_db.h [new file with mode: 0644]
src/eap_server/eap_tls.c [new file with mode: 0644]
src/eap_server/eap_tls_common.c [new file with mode: 0644]
src/eap_server/eap_tls_common.h [new file with mode: 0644]
src/eap_server/eap_tlv.c [new file with mode: 0644]
src/eap_server/eap_ttls.c [new file with mode: 0644]
src/eap_server/eap_vendor_test.c [new file with mode: 0644]
src/eap_server/ikev2.c [new file with mode: 0644]
src/eap_server/ikev2.h [new file with mode: 0644]
src/eapol_supp/.gitignore [new file with mode: 0644]
src/eapol_supp/Makefile [new file with mode: 0644]
src/eapol_supp/eapol_supp_sm.c [new file with mode: 0644]
src/eapol_supp/eapol_supp_sm.h [new file with mode: 0644]
src/hlr_auc_gw/.gitignore [new file with mode: 0644]
src/hlr_auc_gw/Makefile [new file with mode: 0644]
src/hlr_auc_gw/hlr_auc_gw.c [new file with mode: 0644]
src/hlr_auc_gw/hlr_auc_gw.milenage_db [new file with mode: 0644]
src/hlr_auc_gw/milenage.c [new file with mode: 0644]
src/hlr_auc_gw/milenage.h [new file with mode: 0644]
src/l2_packet/.gitignore [new file with mode: 0644]
src/l2_packet/Makefile [new file with mode: 0644]
src/l2_packet/l2_packet.h [new file with mode: 0644]
src/l2_packet/l2_packet_freebsd.c [new file with mode: 0644]
src/l2_packet/l2_packet_linux.c [new file with mode: 0644]
src/l2_packet/l2_packet_ndis.c [new file with mode: 0644]
src/l2_packet/l2_packet_none.c [new file with mode: 0644]
src/l2_packet/l2_packet_pcap.c [new file with mode: 0644]
src/l2_packet/l2_packet_privsep.c [new file with mode: 0644]
src/l2_packet/l2_packet_winpcap.c [new file with mode: 0644]
src/radius/.gitignore [new file with mode: 0644]
src/radius/Makefile [new file with mode: 0644]
src/radius/radius.c [new file with mode: 0644]
src/radius/radius.h [new file with mode: 0644]
src/radius/radius_client.c [new file with mode: 0644]
src/radius/radius_client.h [new file with mode: 0644]
src/radius/radius_server.c [new file with mode: 0644]
src/radius/radius_server.h [new file with mode: 0644]
src/rsn_supp/.gitignore [new file with mode: 0644]
src/rsn_supp/Makefile [new file with mode: 0644]
src/rsn_supp/peerkey.c [new file with mode: 0644]
src/rsn_supp/peerkey.h [new file with mode: 0644]
src/rsn_supp/pmksa_cache.c [new file with mode: 0644]
src/rsn_supp/pmksa_cache.h [new file with mode: 0644]
src/rsn_supp/preauth.c [new file with mode: 0644]
src/rsn_supp/preauth.h [new file with mode: 0644]
src/rsn_supp/wpa.c [new file with mode: 0644]
src/rsn_supp/wpa.h [new file with mode: 0644]
src/rsn_supp/wpa_ft.c [new file with mode: 0644]
src/rsn_supp/wpa_i.h [new file with mode: 0644]
src/rsn_supp/wpa_ie.c [new file with mode: 0644]
src/rsn_supp/wpa_ie.h [new file with mode: 0644]
src/tls/.gitignore [new file with mode: 0644]
src/tls/Makefile [new file with mode: 0644]
src/tls/asn1.c [new file with mode: 0644]
src/tls/asn1.h [new file with mode: 0644]
src/tls/asn1_test.c [new file with mode: 0644]
src/tls/bignum.c [new file with mode: 0644]
src/tls/bignum.h [new file with mode: 0644]
src/tls/libtommath.c [new file with mode: 0644]
src/tls/rsa.c [new file with mode: 0644]
src/tls/rsa.h [new file with mode: 0644]
src/tls/tlsv1_client.c [new file with mode: 0644]
src/tls/tlsv1_client.h [new file with mode: 0644]
src/tls/tlsv1_client_i.h [new file with mode: 0644]
src/tls/tlsv1_client_read.c [new file with mode: 0644]
src/tls/tlsv1_client_write.c [new file with mode: 0644]
src/tls/tlsv1_common.c [new file with mode: 0644]
src/tls/tlsv1_common.h [new file with mode: 0644]
src/tls/tlsv1_cred.c [new file with mode: 0644]
src/tls/tlsv1_cred.h [new file with mode: 0644]
src/tls/tlsv1_record.c [new file with mode: 0644]
src/tls/tlsv1_record.h [new file with mode: 0644]
src/tls/tlsv1_server.c [new file with mode: 0644]
src/tls/tlsv1_server.h [new file with mode: 0644]
src/tls/tlsv1_server_i.h [new file with mode: 0644]
src/tls/tlsv1_server_read.c [new file with mode: 0644]
src/tls/tlsv1_server_write.c [new file with mode: 0644]
src/tls/x509v3.c [new file with mode: 0644]
src/tls/x509v3.h [new file with mode: 0644]
src/utils/.gitignore [new file with mode: 0644]
src/utils/Makefile [new file with mode: 0644]
src/utils/base64.c [new file with mode: 0644]
src/utils/base64.h [new file with mode: 0644]
src/utils/build_config.h [new file with mode: 0644]
src/utils/common.c [new file with mode: 0644]
src/utils/common.h [new file with mode: 0644]
src/utils/eloop.c [new file with mode: 0644]
src/utils/eloop.h [new file with mode: 0644]
src/utils/eloop_none.c [new file with mode: 0644]
src/utils/eloop_win.c [new file with mode: 0644]
src/utils/includes.h [new file with mode: 0644]
src/utils/ip_addr.c [new file with mode: 0644]
src/utils/ip_addr.h [new file with mode: 0644]
src/utils/os.h [new file with mode: 0644]
src/utils/os_internal.c [new file with mode: 0644]
src/utils/os_none.c [new file with mode: 0644]
src/utils/os_unix.c [new file with mode: 0644]
src/utils/os_win32.c [new file with mode: 0644]
src/utils/pcsc_funcs.c [new file with mode: 0644]
src/utils/pcsc_funcs.h [new file with mode: 0644]
src/utils/state_machine.h [new file with mode: 0644]
src/utils/uuid.c [new file with mode: 0644]
src/utils/uuid.h [new file with mode: 0644]
src/utils/wpa_debug.c [new file with mode: 0644]
src/utils/wpa_debug.h [new file with mode: 0644]
src/utils/wpabuf.c [new file with mode: 0644]
src/utils/wpabuf.h [new file with mode: 0644]
testing/compile_wireless_versions [new file with mode: 0755]
testing/hostapd-config/arm [new file with mode: 0644]
testing/hostapd-config/arm-0.4 [new file with mode: 0644]
testing/hostapd-config/freebsd [new file with mode: 0644]
testing/hostapd-config/full [new file with mode: 0644]
testing/hostapd-config/full-0.4 [new file with mode: 0644]
testing/hostapd-config/gcc-cvs [new file with mode: 0644]
testing/hostapd-config/minimal [new file with mode: 0644]
testing/hostapd-config/minimal-0.4 [new file with mode: 0644]
testing/hostapd-config/noeap [new file with mode: 0644]
testing/hostapd-config/noeap-0.4 [new file with mode: 0644]
testing/hostapd-config/x86_64 [new file with mode: 0644]
testing/run-hostapd [new file with mode: 0755]
testing/run-hostapd-0.3 [new file with mode: 0755]
testing/run-hostapd-0.4 [new file with mode: 0755]
testing/run-wpa_supplicant [new file with mode: 0755]
testing/run-wpa_supplicant-0.3 [new file with mode: 0755]
testing/run-wpa_supplicant-0.4 [new file with mode: 0755]
testing/wireless/iw_handler-2.h [new file with mode: 0644]
testing/wireless/iw_handler-3.h [new file with mode: 0644]
testing/wireless/iw_handler-4.h [new file with mode: 0644]
testing/wireless/iw_handler-5.h [new file with mode: 0644]
testing/wireless/iw_handler-6.h [new file with mode: 0644]
testing/wireless/iw_handler-7.h [new file with mode: 0644]
testing/wireless/wireless-10.h [new file with mode: 0644]
testing/wireless/wireless-11.h [new file with mode: 0644]
testing/wireless/wireless-12.h [new file with mode: 0644]
testing/wireless/wireless-13.h [new file with mode: 0644]
testing/wireless/wireless-14.h [new file with mode: 0644]
testing/wireless/wireless-15.h [new file with mode: 0644]
testing/wireless/wireless-16.h [new file with mode: 0644]
testing/wireless/wireless-17.h [new file with mode: 0644]
testing/wireless/wireless-18.h [new file with mode: 0644]
testing/wireless/wireless-19.h [new file with mode: 0644]
testing/wireless/wireless-6.h [new file with mode: 0644]
testing/wireless/wireless-8.h [new file with mode: 0644]
testing/wireless/wireless-9.h [new file with mode: 0644]
testing/wpa_supplicant-config/arm [new file with mode: 0644]
testing/wpa_supplicant-config/default [new file with mode: 0644]
testing/wpa_supplicant-config/default-0.3 [new file with mode: 0644]
testing/wpa_supplicant-config/dyneap [new file with mode: 0644]
testing/wpa_supplicant-config/freebsd [new file with mode: 0644]
testing/wpa_supplicant-config/gcc-cvs [new file with mode: 0644]
testing/wpa_supplicant-config/minimal [new file with mode: 0644]
testing/wpa_supplicant-config/minimal-wpa [new file with mode: 0644]
testing/wpa_supplicant-config/windows [new file with mode: 0644]
testing/wpa_supplicant-config/windows-0.3 [new file with mode: 0644]
testing/wpa_supplicant-config/windows-0.4 [new file with mode: 0644]
testing/wpa_supplicant-config/windows2 [new file with mode: 0644]
testing/wpa_supplicant-config/windows2-0.3 [new file with mode: 0644]
testing/wpa_supplicant-config/windows2-0.4 [new file with mode: 0644]
testing/wpa_supplicant-config/x86_64 [new file with mode: 0644]
wpa_supplicant/.gitignore [new file with mode: 0644]
wpa_supplicant/ChangeLog [new file with mode: 0644]
wpa_supplicant/Makefile [new file with mode: 0644]
wpa_supplicant/README [new file with mode: 0644]
wpa_supplicant/README-Windows.txt [new file with mode: 0644]
wpa_supplicant/blacklist.c [new file with mode: 0644]
wpa_supplicant/blacklist.h [new file with mode: 0644]
wpa_supplicant/config.c [new file with mode: 0644]
wpa_supplicant/config.h [new file with mode: 0644]
wpa_supplicant/config_file.c [new file with mode: 0644]
wpa_supplicant/config_none.c [new file with mode: 0644]
wpa_supplicant/config_ssid.h [new file with mode: 0644]
wpa_supplicant/config_winreg.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface.h [new file with mode: 0644]
wpa_supplicant/ctrl_iface_dbus.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface_dbus.h [new file with mode: 0644]
wpa_supplicant/ctrl_iface_dbus_handlers.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface_dbus_handlers.h [new file with mode: 0644]
wpa_supplicant/ctrl_iface_named_pipe.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface_udp.c [new file with mode: 0644]
wpa_supplicant/ctrl_iface_unix.c [new file with mode: 0644]
wpa_supplicant/dbus-wpa_supplicant.conf [new file with mode: 0644]
wpa_supplicant/dbus-wpa_supplicant.service [new file with mode: 0644]
wpa_supplicant/dbus_dict_helpers.c [new file with mode: 0644]
wpa_supplicant/dbus_dict_helpers.h [new file with mode: 0644]
wpa_supplicant/defconfig [new file with mode: 0644]
wpa_supplicant/doc/.gitignore [new file with mode: 0644]
wpa_supplicant/doc/code_structure.doxygen [new file with mode: 0644]
wpa_supplicant/doc/ctrl_iface.doxygen [new file with mode: 0644]
wpa_supplicant/doc/docbook/.gitignore [new file with mode: 0644]
wpa_supplicant/doc/docbook/Makefile [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_background.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_cli.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_gui.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_passphrase.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_priv.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml [new file with mode: 0644]
wpa_supplicant/doc/docbook/wpa_supplicant.sgml [new file with mode: 0644]
wpa_supplicant/doc/doxygen.fast [new file with mode: 0644]
wpa_supplicant/doc/doxygen.full [new file with mode: 0644]
wpa_supplicant/doc/driver_wrapper.doxygen [new file with mode: 0644]
wpa_supplicant/doc/eap.doxygen [new file with mode: 0644]
wpa_supplicant/doc/kerneldoc2doxygen.pl [new file with mode: 0755]
wpa_supplicant/doc/mainpage.doxygen [new file with mode: 0644]
wpa_supplicant/doc/porting.doxygen [new file with mode: 0644]
wpa_supplicant/doc/testing_tools.doxygen [new file with mode: 0644]
wpa_supplicant/doc/wpa_supplicant.fig [new file with mode: 0644]
wpa_supplicant/eap_testing.txt [new file with mode: 0644]
wpa_supplicant/eapol_test.c [new file with mode: 0644]
wpa_supplicant/events.c [new file with mode: 0644]
wpa_supplicant/examples/ieee8021x.conf [new file with mode: 0644]
wpa_supplicant/examples/plaintext.conf [new file with mode: 0644]
wpa_supplicant/examples/wep.conf [new file with mode: 0644]
wpa_supplicant/examples/wpa-psk-tkip.conf [new file with mode: 0644]
wpa_supplicant/examples/wpa2-eap-ccmp.conf [new file with mode: 0644]
wpa_supplicant/examples/wpas-test.py [new file with mode: 0755]
wpa_supplicant/main.c [new file with mode: 0644]
wpa_supplicant/main_none.c [new file with mode: 0644]
wpa_supplicant/main_symbian.cpp [new file with mode: 0644]
wpa_supplicant/main_winmain.c [new file with mode: 0644]
wpa_supplicant/main_winsvc.c [new file with mode: 0644]
wpa_supplicant/mlme.c [new file with mode: 0644]
wpa_supplicant/mlme.h [new file with mode: 0644]
wpa_supplicant/nmake.mak [new file with mode: 0644]
wpa_supplicant/preauth_test.c [new file with mode: 0644]
wpa_supplicant/scan.c [new file with mode: 0644]
wpa_supplicant/symbian/README.symbian [new file with mode: 0644]
wpa_supplicant/symbian/bld.inf [new file with mode: 0644]
wpa_supplicant/symbian/wpa_supplicant.mmp [new file with mode: 0644]
wpa_supplicant/tests/link_test.c [new file with mode: 0644]
wpa_supplicant/tests/test_aes.c [new file with mode: 0644]
wpa_supplicant/tests/test_eap_sim_common.c [new file with mode: 0644]
wpa_supplicant/tests/test_md4.c [new file with mode: 0644]
wpa_supplicant/tests/test_md5.c [new file with mode: 0644]
wpa_supplicant/tests/test_ms_funcs.c [new file with mode: 0644]
wpa_supplicant/tests/test_sha1.c [new file with mode: 0644]
wpa_supplicant/tests/test_sha256.c [new file with mode: 0644]
wpa_supplicant/tests/test_wpa.c [new file with mode: 0644]
wpa_supplicant/tests/test_x509v3.c [new file with mode: 0644]
wpa_supplicant/tests/test_x509v3_nist.sh [new file with mode: 0755]
wpa_supplicant/tests/test_x509v3_nist2.sh [new file with mode: 0755]
wpa_supplicant/todo.txt [new file with mode: 0644]
wpa_supplicant/vs2005/win_if_list/win_if_list.vcproj [new file with mode: 0755]
wpa_supplicant/vs2005/wpa_supplicant.sln [new file with mode: 0755]
wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj [new file with mode: 0755]
wpa_supplicant/win_example.reg [new file with mode: 0755]
wpa_supplicant/win_if_list.c [new file with mode: 0644]
wpa_supplicant/wpa_cli.c [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/.gitignore [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/eventhistory.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/eventhistory.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/eventhistory.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/main.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/networkconfig.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/networkconfig.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/networkconfig.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/scanresults.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/scanresults.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/scanresults.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/setup-mingw-cross-compiling [new file with mode: 0755]
wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/userdatarequest.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/userdatarequest.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpa_gui.pro [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpagui.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpagui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpagui.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpamsg.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/.gitignore [new file with mode: 0644]
wpa_supplicant/wpa_gui/eventhistory.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui/eventhistory.ui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/main.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui/networkconfig.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui/networkconfig.ui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/scanresults.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui/scanresults.ui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/setup-mingw-cross-compiling [new file with mode: 0755]
wpa_supplicant/wpa_gui/userdatarequest.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui/userdatarequest.ui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/wpa_gui.pro [new file with mode: 0644]
wpa_supplicant/wpa_gui/wpagui.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui/wpagui.ui.h [new file with mode: 0644]
wpa_supplicant/wpa_gui/wpamsg.h [new file with mode: 0644]
wpa_supplicant/wpa_passphrase.c [new file with mode: 0644]
wpa_supplicant/wpa_priv.c [new file with mode: 0644]
wpa_supplicant/wpa_supplicant.c [new file with mode: 0644]
wpa_supplicant/wpa_supplicant.conf [new file with mode: 0644]
wpa_supplicant/wpa_supplicant_i.h [new file with mode: 0644]
wpa_supplicant/wpas_glue.c [new file with mode: 0644]
wpa_supplicant/wpas_glue.h [new file with mode: 0644]
www/Makefile [new file with mode: 0644]
www/cvs.html [new file with mode: 0644]
www/hostapd/index.html [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/links.html [new file with mode: 0644]
www/releases.html [new file with mode: 0644]
www/versions.dot [new file with mode: 0644]
www/wpa_supplicant/conf/auth_modes.html [new file with mode: 0644]
www/wpa_supplicant/conf/configure.css [new file with mode: 0644]
www/wpa_supplicant/conf/configure.html [new file with mode: 0644]
www/wpa_supplicant/conf/configure.js [new file with mode: 0644]
www/wpa_supplicant/conf/eap-peap.html [new file with mode: 0644]
www/wpa_supplicant/conf/eap-tls.html [new file with mode: 0644]
www/wpa_supplicant/conf/eap.html [new file with mode: 0644]
www/wpa_supplicant/conf/index.html [new file with mode: 0644]
www/wpa_supplicant/events.png [new file with mode: 0644]
www/wpa_supplicant/index.html [new file with mode: 0644]
www/wpa_supplicant/main.png [new file with mode: 0644]
www/wpa_supplicant/net_conf.png [new file with mode: 0644]
www/wpa_supplicant/scan.png [new file with mode: 0644]
www/wpa_supplicant/user_input.png [new file with mode: 0644]
www/wpa_supplicant/wpa_gui.html [new file with mode: 0644]