Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS import: src/external/bsd/wpa/dist



Module Name:    src
Committed By:   christos
Date:           Fri Jan  4 21:03:16 UTC 2019

Update of /cvsroot/src/external/bsd/wpa/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv27916

Log Message:
2018-12-02 - v2.7
* fixed WPA packet number reuse with replayed messages and key
  reinstallation
  [https://w1.fi/security/2017-1/] (CVE-2017-13077, CVE-2017-13078,
  CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082,
  CVE-2017-13086, CVE-2017-13087, CVE-2017-13088)
* fixed unauthenticated EAPOL-Key decryption in wpa_supplicant
  [https://w1.fi/security/2018-1/] (CVE-2018-14526)
* added support for FILS (IEEE 802.11ai) shared key authentication
* added support for OWE (Opportunistic Wireless Encryption, RFC 8110;
  and transition mode defined by WFA)
* added support for DPP (Wi-Fi Device Provisioning Protocol)
* added support for RSA 3k key case with Suite B 192-bit level
* fixed Suite B PMKSA caching not to update PMKID during each 4-way
  handshake
* fixed EAP-pwd pre-processing with PasswordHashHash
* added EAP-pwd client support for salted passwords
* fixed a regression in TDLS prohibited bit validation
* started to use estimated throughput to avoid undesired signal
  strength based roaming decision
* MACsec/MKA:
  - new macsec_linux driver interface support for the Linux
    kernel macsec module
  - number of fixes and extensions
* added support for external persistent storage of PMKSA cache
  (PMKSA_GET/PMKSA_ADD control interface commands; and
   MESH_PMKSA_GET/MESH_PMKSA_SET for the mesh case)
* fixed mesh channel configuration pri/sec switch case
* added support for beacon report
* large number of other fixes, cleanup, and extensions
* added support for randomizing local address for GAS queries
  (gas_rand_mac_addr parameter)
* fixed EAP-SIM/AKA/AKA' ext auth cases within TLS tunnel
* added option for using random WPS UUID (auto_uuid=1)
* added SHA256-hash support for OCSP certificate matching
* fixed EAP-AKA' to add AT_KDF into Synchronization-Failure
* fixed a regression in RSN pre-authentication candidate selection
* added option to configure allowed group management cipher suites
  (group_mgmt network profile parameter)
* removed all PeerKey functionality
* fixed nl80211 AP and mesh mode configuration regression with
  Linux 4.15 and newer
* added ap_isolate configuration option for AP mode
* added support for nl80211 to offload 4-way handshake into the driver
* added support for using wolfSSL cryptographic library
* SAE
  - added support for configuring SAE password separately of the
    WPA2 PSK/passphrase
  - fixed PTK and EAPOL-Key integrity and key-wrap algorithm selection
    for SAE;
    note: this is not backwards compatible, i.e., both the AP and
    station side implementations will need to be update at the same
    time to maintain interoperability
  - added support for Password Identifier
  - fixed FT-SAE PMKID matching
* Hotspot 2.0
  - added support for fetching of Operator Icon Metadata ANQP-element
  - added support for Roaming Consortium Selection element
  - added support for Terms and Conditions
  - added support for OSEN connection in a shared RSN BSS
  - added support for fetching Venue URL information
* added support for using OpenSSL 1.1.1
* FT
  - disabled PMKSA caching with FT since it is not fully functional
  - added support for SHA384 based AKM
  - added support for BIP ciphers BIP-CMAC-256, BIP-GMAC-128,
    BIP-GMAC-256 in addition to previously supported BIP-CMAC-128
  - fixed additional IE inclusion in Reassociation Request frame when
    using FT protocol

Status:

Vendor Tag:     MALINEN
Release Tags:   v2_7
                
U src/external/bsd/wpa/dist/CONTRIBUTIONS
U src/external/bsd/wpa/dist/COPYING
U src/external/bsd/wpa/dist/README
U src/external/bsd/wpa/dist/wpa_supplicant/main_winsvc.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c
U src/external/bsd/wpa/dist/wpa_supplicant/autoscan_periodic.c
U src/external/bsd/wpa/dist/wpa_supplicant/win_if_list.c
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c
U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h
U src/external/bsd/wpa/dist/wpa_supplicant/README-HS20
U src/external/bsd/wpa/dist/wpa_supplicant/rrm.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_simple.c
U src/external/bsd/wpa/dist/wpa_supplicant/nmake.mak
U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.c
U src/external/bsd/wpa/dist/wpa_supplicant/eapol_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/main.c
U src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.h
U src/external/bsd/wpa/dist/wpa_supplicant/mbo.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.mk
U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_passphrase.c
U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c
U src/external/bsd/wpa/dist/wpa_supplicant/bss.h
U src/external/bsd/wpa/dist/wpa_supplicant/eap_testing.txt
U src/external/bsd/wpa/dist/wpa_supplicant/notify.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/blacklist.c
U src/external/bsd/wpa/dist/wpa_supplicant/blacklist.h
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c
U src/external/bsd/wpa/dist/wpa_supplicant/README-Windows.txt
U src/external/bsd/wpa/dist/wpa_supplicant/config_none.c
U src/external/bsd/wpa/dist/wpa_supplicant/defconfig
U src/external/bsd/wpa/dist/wpa_supplicant/ap.h
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c
U src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h
U src/external/bsd/wpa/dist/wpa_supplicant/main_winmain.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c
U src/external/bsd/wpa/dist/wpa_supplicant/scan.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_ssid.h
U src/external/bsd/wpa/dist/wpa_supplicant/ChangeLog
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_kay.h
U src/external/bsd/wpa/dist/wpa_supplicant/ap.c
U src/external/bsd/wpa/dist/wpa_supplicant/README-WPS
U src/external/bsd/wpa/dist/wpa_supplicant/eap_proxy_dummy.mk
U src/external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c
U src/external/bsd/wpa/dist/wpa_supplicant/driver_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/todo.txt
U src/external/bsd/wpa/dist/wpa_supplicant/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/autoscan.h
U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant_sd.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_winreg.c
U src/external/bsd/wpa/dist/wpa_supplicant/interworking.c
U src/external/bsd/wpa/dist/wpa_supplicant/libwpa_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c
U src/external/bsd/wpa/dist/wpa_supplicant/Android.mk
U src/external/bsd/wpa/dist/wpa_supplicant/notify.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.sh
U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/nfc_pw_token.c
U src/external/bsd/wpa/dist/wpa_supplicant/bss.c
U src/external/bsd/wpa/dist/wpa_supplicant/dpp_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/autoscan_exponential.c
U src/external/bsd/wpa/dist/wpa_supplicant/eap_proxy_dummy.mak
U src/external/bsd/wpa/dist/wpa_supplicant/README-P2P
U src/external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c
U src/external/bsd/wpa/dist/wpa_supplicant/op_classes.c
U src/external/bsd/wpa/dist/wpa_supplicant/config.h
U src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.c
U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c
U src/external/bsd/wpa/dist/wpa_supplicant/mesh.c
U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/eap_register.c
U src/external/bsd/wpa/dist/wpa_supplicant/config.c
U src/external/bsd/wpa/dist/wpa_supplicant/events.c
U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.h
U src/external/bsd/wpa/dist/wpa_supplicant/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/preauth_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan.h
U src/external/bsd/wpa/dist/wpa_supplicant/interworking.h
U src/external/bsd/wpa/dist/wpa_supplicant/README
U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.c
U src/external/bsd/wpa/dist/wpa_supplicant/autoscan.c
U src/external/bsd/wpa/dist/wpa_supplicant/sme.h
U src/external/bsd/wpa/dist/wpa_supplicant/win_example.reg
U src/external/bsd/wpa/dist/wpa_supplicant/mesh.h
U src/external/bsd/wpa/dist/wpa_supplicant/eapol_test.py
U src/external/bsd/wpa/dist/wpa_supplicant/wmm_ac.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_file.c
U src/external/bsd/wpa/dist/wpa_supplicant/sme.c
U src/external/bsd/wpa/dist/wpa_supplicant/android.config
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_template.conf
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan.c
U src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c
U src/external/bsd/wpa/dist/wpa_supplicant/dpp_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h
U src/external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h
U src/external/bsd/wpa/dist/wpa_supplicant/main_none.c
U src/external/bsd/wpa/dist/wpa_supplicant/scan.h
U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus-wpa_supplicant.conf
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers_wps.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/main.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons_png.qrc
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons.qrc
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/stringquery.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/stringquery.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.desktop
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpamsg.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/invitation.svg
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/wpa_gui.svg
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/laptop.svg
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/group.svg
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/README
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/ap.svg
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/lang/wpa_gui_de.ts
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/lang/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in
U src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in
U src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
U src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.in
U src/external/bsd/wpa/dist/wpa_supplicant/utils/log2pcap.py
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/manpage.refs
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/manpage.links
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/iface.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/binder/iface.h
U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format
U src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicant.aidl
U src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl
U src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant.sln
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_cli/wpa_cli.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_passphrase/wpa_passphrase.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/win_if_list/win_if_list.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-wps.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/dpp-qrcode.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wep.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/60_wpa_supplicant
U src/external/bsd/wpa/dist/wpa_supplicant/examples/plaintext.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-test.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-getall.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpa2-eap-ccmp.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action.sh
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action-udhcp.sh
U src/external/bsd/wpa/dist/wpa_supplicant/examples/dbus-listen-preq.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/udhcpd-p2p.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/openCryptoki.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpa-psk-tkip.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-nfc.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-ap-cli
U src/external/bsd/wpa/dist/wpa_supplicant/examples/ieee8021x.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-signals.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-nfc.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_disconnect.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_listen.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_group_add.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_invite.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_flush.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_stop_find.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_connect.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_find.py
U src/external/bsd/wpa/dist/src/Makefile
U src/external/bsd/wpa/dist/src/lib.rules
U src/external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c
U src/external/bsd/wpa/dist/src/rsn_supp/preauth.c
U src/external/bsd/wpa/dist/src/rsn_supp/wpa.c
U src/external/bsd/wpa/dist/src/rsn_supp/preauth.h
U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c
U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c
U src/external/bsd/wpa/dist/src/rsn_supp/Makefile
U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h
U src/external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h
U src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h
U src/external/bsd/wpa/dist/src/rsn_supp/wpa.h
U src/external/bsd/wpa/dist/src/rsn_supp/tdls.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_winpcap.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_ndis.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c
U src/external/bsd/wpa/dist/src/l2_packet/Makefile
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_freebsd.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet.h
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_none.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_privsep.c
U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_dump.c
U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h
U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h
U src/external/bsd/wpa/dist/src/eapol_auth/Makefile
U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_common.c
U src/external/bsd/wpa/dist/src/tls/pkcs8.h
U src/external/bsd/wpa/dist/src/tls/bignum.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_write.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client.c
U src/external/bsd/wpa/dist/src/tls/pkcs1.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_read.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_common.h
U src/external/bsd/wpa/dist/src/tls/pkcs1.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.c
U src/external/bsd/wpa/dist/src/tls/pkcs5.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_client.h
U src/external/bsd/wpa/dist/src/tls/Makefile
U src/external/bsd/wpa/dist/src/tls/rsa.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_i.h
U src/external/bsd/wpa/dist/src/tls/asn1.c
U src/external/bsd/wpa/dist/src/tls/x509v3.c
U src/external/bsd/wpa/dist/src/tls/rsa.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_write.c
U src/external/bsd/wpa/dist/src/tls/pkcs5.c
U src/external/bsd/wpa/dist/src/tls/libtommath.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_i.h
U src/external/bsd/wpa/dist/src/tls/asn1.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_record.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_record.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_read.c
U src/external/bsd/wpa/dist/src/tls/.gitignore
U src/external/bsd/wpa/dist/src/tls/pkcs8.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_ocsp.c
U src/external/bsd/wpa/dist/src/tls/bignum.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server.h
U src/external/bsd/wpa/dist/src/tls/x509v3.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.h
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.c
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay.h
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay_i.h
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_key.c
U src/external/bsd/wpa/dist/src/pae/Makefile
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.h
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_cp.c
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_key.h
U src/external/bsd/wpa/dist/src/pae/ieee802_1x_cp.h
U src/external/bsd/wpa/dist/src/radius/radius_das.c
U src/external/bsd/wpa/dist/src/radius/Makefile
U src/external/bsd/wpa/dist/src/radius/radius_client.c
U src/external/bsd/wpa/dist/src/radius/radius_das.h
U src/external/bsd/wpa/dist/src/radius/radius.h
U src/external/bsd/wpa/dist/src/radius/radius_client.h
U src/external/bsd/wpa/dist/src/radius/radius.c
U src/external/bsd/wpa/dist/src/radius/radius_server.c
U src/external/bsd/wpa/dist/src/radius/.gitignore
U src/external/bsd/wpa/dist/src/radius/radius_server.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.c
U src/external/bsd/wpa/dist/src/ap/wps_hostapd.c
U src/external/bsd/wpa/dist/src/ap/mbo_ap.c
U src/external/bsd/wpa/dist/src/ap/hw_features.c
U src/external/bsd/wpa/dist/src/ap/vlan_ifconfig.c
U src/external/bsd/wpa/dist/src/ap/taxonomy.h
U src/external/bsd/wpa/dist/src/ap/gas_query_ap.h
U src/external/bsd/wpa/dist/src/ap/gas_serv.h
U src/external/bsd/wpa/dist/src/ap/gas_query_ap.c
U src/external/bsd/wpa/dist/src/ap/ap_drv_ops.c
U src/external/bsd/wpa/dist/src/ap/vlan.c
U src/external/bsd/wpa/dist/src/ap/rrm.c
U src/external/bsd/wpa/dist/src/ap/vlan_init.h
U src/external/bsd/wpa/dist/src/ap/drv_callbacks.c
U src/external/bsd/wpa/dist/src/ap/wps_hostapd.h
U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h
U src/external/bsd/wpa/dist/src/ap/vlan.h
U src/external/bsd/wpa/dist/src/ap/beacon.c
U src/external/bsd/wpa/dist/src/ap/beacon.h
U src/external/bsd/wpa/dist/src/ap/iapp.c
U src/external/bsd/wpa/dist/src/ap/ap_drv_ops.h
U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.h
U src/external/bsd/wpa/dist/src/ap/neighbor_db.c
U src/external/bsd/wpa/dist/src/ap/vlan_full.c
U src/external/bsd/wpa/dist/src/ap/bss_load.c
U src/external/bsd/wpa/dist/src/ap/ap_mlme.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.h
U src/external/bsd/wpa/dist/src/ap/hostapd.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11.h
U src/external/bsd/wpa/dist/src/ap/ieee802_1x.c
U src/external/bsd/wpa/dist/src/ap/preauth_auth.h
U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_vht.c
U src/external/bsd/wpa/dist/src/ap/accounting.c
U src/external/bsd/wpa/dist/src/ap/ap_list.h
U src/external/bsd/wpa/dist/src/ap/ap_config.h
U src/external/bsd/wpa/dist/src/ap/preauth_auth.c
U src/external/bsd/wpa/dist/src/ap/sta_info.h
U src/external/bsd/wpa/dist/src/ap/Makefile
U src/external/bsd/wpa/dist/src/ap/x_snoop.h
U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.h
U src/external/bsd/wpa/dist/src/ap/hs20.c
U src/external/bsd/wpa/dist/src/ap/ieee802_11_shared.c
U src/external/bsd/wpa/dist/src/ap/ap_list.c
U src/external/bsd/wpa/dist/src/ap/iapp.h
U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h
U src/external/bsd/wpa/dist/src/ap/dhcp_snoop.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth.c
U src/external/bsd/wpa/dist/src/ap/x_snoop.c
U src/external/bsd/wpa/dist/src/ap/ndisc_snoop.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.h
U src/external/bsd/wpa/dist/src/ap/fils_hlp.h
U src/external/bsd/wpa/dist/src/ap/vlan_util.h
U src/external/bsd/wpa/dist/src/ap/dfs.c
U src/external/bsd/wpa/dist/src/ap/taxonomy.c
U src/external/bsd/wpa/dist/src/ap/acs.c
U src/external/bsd/wpa/dist/src/ap/hw_features.h
U src/external/bsd/wpa/dist/src/ap/neighbor_db.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.h
U src/external/bsd/wpa/dist/src/ap/utils.c
U src/external/bsd/wpa/dist/src/ap/wnm_ap.h
U src/external/bsd/wpa/dist/src/ap/fils_hlp.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c
U src/external/bsd/wpa/dist/src/ap/ieee802_11.c
U src/external/bsd/wpa/dist/src/ap/authsrv.c
U src/external/bsd/wpa/dist/src/ap/ieee802_1x.h
U src/external/bsd/wpa/dist/src/ap/vlan_ioctl.c
U src/external/bsd/wpa/dist/src/ap/ap_mlme.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth.h
U src/external/bsd/wpa/dist/src/ap/hs20.h
U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c
U src/external/bsd/wpa/dist/src/ap/ieee802_11_he.c
U src/external/bsd/wpa/dist/src/ap/ieee802_11_ht.c
U src/external/bsd/wpa/dist/src/ap/wmm.c
U src/external/bsd/wpa/dist/src/ap/accounting.h
U src/external/bsd/wpa/dist/src/ap/mbo_ap.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.c
U src/external/bsd/wpa/dist/src/ap/acs.h
U src/external/bsd/wpa/dist/src/ap/hostapd.c
U src/external/bsd/wpa/dist/src/ap/wmm.h
U src/external/bsd/wpa/dist/src/ap/ap_config.c
U src/external/bsd/wpa/dist/src/ap/eap_user_db.c
U src/external/bsd/wpa/dist/src/ap/dfs.h
U src/external/bsd/wpa/dist/src/ap/wnm_ap.c
U src/external/bsd/wpa/dist/src/ap/dpp_hostapd.c
U src/external/bsd/wpa/dist/src/ap/authsrv.h
U src/external/bsd/wpa/dist/src/ap/vlan_init.c
U src/external/bsd/wpa/dist/src/ap/dhcp_snoop.c
U src/external/bsd/wpa/dist/src/ap/vlan_util.c
U src/external/bsd/wpa/dist/src/ap/bss_load.h
U src/external/bsd/wpa/dist/src/ap/ndisc_snoop.c
U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.c
U src/external/bsd/wpa/dist/src/ap/rrm.h
U src/external/bsd/wpa/dist/src/ap/eth_p_oui.h
U src/external/bsd/wpa/dist/src/ap/eth_p_oui.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.c
U src/external/bsd/wpa/dist/src/ap/gas_serv.c
U src/external/bsd/wpa/dist/src/ap/sta_info.c
U src/external/bsd/wpa/dist/src/ap/dpp_hostapd.h
U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c
U src/external/bsd/wpa/dist/src/common/common_module_tests.c
U src/external/bsd/wpa/dist/src/common/ieee802_1x_defs.h
U src/external/bsd/wpa/dist/src/common/gas.h
U src/external/bsd/wpa/dist/src/common/wpa_ctrl.c
U src/external/bsd/wpa/dist/src/common/privsep_commands.h
U src/external/bsd/wpa/dist/src/common/qca-vendor.h
U src/external/bsd/wpa/dist/src/common/version.h
U src/external/bsd/wpa/dist/src/common/wpa_common.c
U src/external/bsd/wpa/dist/src/common/eapol_common.h
U src/external/bsd/wpa/dist/src/common/defs.h
U src/external/bsd/wpa/dist/src/common/gas_server.c
U src/external/bsd/wpa/dist/src/common/gas.c
U src/external/bsd/wpa/dist/src/common/cli.h
U src/external/bsd/wpa/dist/src/common/cli.c
U src/external/bsd/wpa/dist/src/common/ctrl_iface_common.c
U src/external/bsd/wpa/dist/src/common/ieee802_11_common.c
U src/external/bsd/wpa/dist/src/common/tnc.h
U src/external/bsd/wpa/dist/src/common/dpp.h
U src/external/bsd/wpa/dist/src/common/Makefile
U src/external/bsd/wpa/dist/src/common/dhcp.h
U src/external/bsd/wpa/dist/src/common/ieee802_11_common.h
U src/external/bsd/wpa/dist/src/common/linux_vlan.h
U src/external/bsd/wpa/dist/src/common/gas_server.h
U src/external/bsd/wpa/dist/src/common/ctrl_iface_common.h
U src/external/bsd/wpa/dist/src/common/wpa_common.h
U src/external/bsd/wpa/dist/src/common/ieee802_11_defs.h
U src/external/bsd/wpa/dist/src/common/wpa_helpers.h
U src/external/bsd/wpa/dist/src/common/sae.h
U src/external/bsd/wpa/dist/src/common/qca-vendor-attr.h
U src/external/bsd/wpa/dist/src/common/dpp.c
U src/external/bsd/wpa/dist/src/common/sae.c
U src/external/bsd/wpa/dist/src/common/wpa_helpers.c
U src/external/bsd/wpa/dist/src/common/linux_bridge.h
U src/external/bsd/wpa/dist/src/common/hw_features_common.h
U src/external/bsd/wpa/dist/src/common/hw_features_common.c
U src/external/bsd/wpa/dist/src/common/wpa_ctrl.h
U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.h
U src/external/bsd/wpa/dist/src/drivers/netlink.h
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c
U src/external/bsd/wpa/dist/src/drivers/driver_wext.c
U src/external/bsd/wpa/dist/src/drivers/drivers.mk
U src/external/bsd/wpa/dist/src/drivers/driver_hostap.h
U src/external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c
U src/external/bsd/wpa/dist/src/drivers/android_drv.h
U src/external/bsd/wpa/dist/src/drivers/driver_hostap.c
U src/external/bsd/wpa/dist/src/drivers/priv_netlink.h
U src/external/bsd/wpa/dist/src/drivers/driver.h
U src/external/bsd/wpa/dist/src/drivers/driver_macsec_linux.c
U src/external/bsd/wpa/dist/src/drivers/driver_openbsd.c
U src/external/bsd/wpa/dist/src/drivers/driver_none.c
U src/external/bsd/wpa/dist/src/drivers/driver_privsep.c
U src/external/bsd/wpa/dist/src/drivers/drivers.mak
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c
U src/external/bsd/wpa/dist/src/drivers/Makefile
U src/external/bsd/wpa/dist/src/drivers/driver_common.c
U src/external/bsd/wpa/dist/src/drivers/rfkill.c
U src/external/bsd/wpa/dist/src/drivers/driver_wired_common.c
U src/external/bsd/wpa/dist/src/drivers/driver_wired.c
U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.c
U src/external/bsd/wpa/dist/src/drivers/driver_ndis.h
U src/external/bsd/wpa/dist/src/drivers/driver_roboswitch.c
U src/external/bsd/wpa/dist/src/drivers/driver_wext.h
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c
U src/external/bsd/wpa/dist/src/drivers/ndis_events.c
U src/external/bsd/wpa/dist/src/drivers/driver_atheros.c
U src/external/bsd/wpa/dist/src/drivers/nl80211_copy.h
U src/external/bsd/wpa/dist/src/drivers/driver_ndis.c
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211.c
U src/external/bsd/wpa/dist/src/drivers/.gitignore
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c
U src/external/bsd/wpa/dist/src/drivers/driver_ndis_.c
U src/external/bsd/wpa/dist/src/drivers/driver_wired_common.h
U src/external/bsd/wpa/dist/src/drivers/netlink.c
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c
U src/external/bsd/wpa/dist/src/drivers/linux_defines.h
U src/external/bsd/wpa/dist/src/drivers/driver_bsd.c
U src/external/bsd/wpa/dist/src/drivers/rfkill.h
U src/external/bsd/wpa/dist/src/drivers/drivers.c
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211.h
U src/external/bsd/wpa/dist/src/drivers/linux_wext.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_proxy_dummy.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tnc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_leap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_aka.c
U src/external/bsd/wpa/dist/src/eap_peer/tncc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_i.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_pwd.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_proxy.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_sake.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c
U src/external/bsd/wpa/dist/src/eap_peer/tncc.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_psk.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_sim.c
U src/external/bsd/wpa/dist/src/eap_peer/ikev2.c
U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.h
U src/external/bsd/wpa/dist/src/eap_peer/ikev2.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_ttls.c
U src/external/bsd/wpa/dist/src/eap_peer/Makefile
U src/external/bsd/wpa/dist/src/eap_peer/eap_md5.c
U src/external/bsd/wpa/dist/src/eap_peer/eap.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_eke.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_peap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_config.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_pax.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_otp.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_wsc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.h
U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_gtc.c
U src/external/bsd/wpa/dist/src/utils/browser-android.c
U src/external/bsd/wpa/dist/src/utils/eloop_win.c
U src/external/bsd/wpa/dist/src/utils/browser-system.c
U src/external/bsd/wpa/dist/src/utils/xml-utils.c
U src/external/bsd/wpa/dist/src/utils/os_internal.c
U src/external/bsd/wpa/dist/src/utils/module_tests.h
U src/external/bsd/wpa/dist/src/utils/http-utils.h
U src/external/bsd/wpa/dist/src/utils/wpa_debug.c
U src/external/bsd/wpa/dist/src/utils/browser.h
U src/external/bsd/wpa/dist/src/utils/build_config.h
U src/external/bsd/wpa/dist/src/utils/uuid.h
U src/external/bsd/wpa/dist/src/utils/radiotap.h
U src/external/bsd/wpa/dist/src/utils/trace.c
U src/external/bsd/wpa/dist/src/utils/base64.c
U src/external/bsd/wpa/dist/src/utils/os_unix.c
U src/external/bsd/wpa/dist/src/utils/http_curl.c
U src/external/bsd/wpa/dist/src/utils/json.h
U src/external/bsd/wpa/dist/src/utils/common.h
U src/external/bsd/wpa/dist/src/utils/ip_addr.h
U src/external/bsd/wpa/dist/src/utils/uuid.c
U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.c
U src/external/bsd/wpa/dist/src/utils/ext_password_i.h
U src/external/bsd/wpa/dist/src/utils/platform.h
U src/external/bsd/wpa/dist/src/utils/ext_password_test.c
U src/external/bsd/wpa/dist/src/utils/Makefile
U src/external/bsd/wpa/dist/src/utils/eloop.c
U src/external/bsd/wpa/dist/src/utils/common.c
U src/external/bsd/wpa/dist/src/utils/utils_module_tests.c
U src/external/bsd/wpa/dist/src/utils/state_machine.h
U src/external/bsd/wpa/dist/src/utils/wpabuf.c
U src/external/bsd/wpa/dist/src/utils/edit_simple.c
U src/external/bsd/wpa/dist/src/utils/base64.h
U src/external/bsd/wpa/dist/src/utils/wpa_debug.h
U src/external/bsd/wpa/dist/src/utils/ip_addr.c
U src/external/bsd/wpa/dist/src/utils/trace.h
U src/external/bsd/wpa/dist/src/utils/includes.h
U src/external/bsd/wpa/dist/src/utils/xml_libxml2.c
U src/external/bsd/wpa/dist/src/utils/bitfield.h
U src/external/bsd/wpa/dist/src/utils/os.h
U src/external/bsd/wpa/dist/src/utils/wpabuf.h
U src/external/bsd/wpa/dist/src/utils/xml-utils.h
U src/external/bsd/wpa/dist/src/utils/ext_password.h
U src/external/bsd/wpa/dist/src/utils/list.h
U src/external/bsd/wpa/dist/src/utils/edit_readline.c
U src/external/bsd/wpa/dist/src/utils/browser.c
U src/external/bsd/wpa/dist/src/utils/crc32.h
U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.h
U src/external/bsd/wpa/dist/src/utils/.gitignore
U src/external/bsd/wpa/dist/src/utils/eloop.h
U src/external/bsd/wpa/dist/src/utils/browser-wpadebug.c
U src/external/bsd/wpa/dist/src/utils/crc32.c
U src/external/bsd/wpa/dist/src/utils/os_none.c
U src/external/bsd/wpa/dist/src/utils/radiotap_iter.h
U src/external/bsd/wpa/dist/src/utils/json.c
U src/external/bsd/wpa/dist/src/utils/bitfield.c
U src/external/bsd/wpa/dist/src/utils/edit.c
U src/external/bsd/wpa/dist/src/utils/os_win32.c
U src/external/bsd/wpa/dist/src/utils/edit.h
U src/external/bsd/wpa/dist/src/utils/ext_password.c
U src/external/bsd/wpa/dist/src/utils/radiotap.c
U src/external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c
U src/external/bsd/wpa/dist/src/eapol_supp/Makefile
U src/external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_peap.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_pax.c
U src/external/bsd/wpa/dist/src/eap_server/tncs.h
U src/external/bsd/wpa/dist/src/eap_server/eap_sim_db.h
U src/external/bsd/wpa/dist/src/eap_server/eap_i.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c
U src/external/bsd/wpa/dist/src/eap_server/tncs.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_sim.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c
U src/external/bsd/wpa/dist/src/eap_server/ikev2.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c
U src/external/bsd/wpa/dist/src/eap_server/ikev2.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_fast.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_gtc.c
U src/external/bsd/wpa/dist/src/eap_server/eap_sim_db.c
U src/external/bsd/wpa/dist/src/eap_server/Makefile
U src/external/bsd/wpa/dist/src/eap_server/eap_methods.h
U src/external/bsd/wpa/dist/src/eap_server/eap.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_sake.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_aka.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_methods.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_eke.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_psk.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_identity.c
U src/external/bsd/wpa/dist/src/eap_server/eap_tls_common.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_md5.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_tls.c
U src/external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c
U src/external/bsd/wpa/dist/src/p2p/p2p_go_neg.c
U src/external/bsd/wpa/dist/src/p2p/p2p_sd.c
U src/external/bsd/wpa/dist/src/p2p/p2p.c
U src/external/bsd/wpa/dist/src/p2p/p2p.h
U src/external/bsd/wpa/dist/src/p2p/p2p_utils.c
U src/external/bsd/wpa/dist/src/p2p/p2p_pd.c
U src/external/bsd/wpa/dist/src/p2p/p2p_parse.c
U src/external/bsd/wpa/dist/src/p2p/Makefile
U src/external/bsd/wpa/dist/src/p2p/p2p_group.c
U src/external/bsd/wpa/dist/src/p2p/p2p_build.c
U src/external/bsd/wpa/dist/src/p2p/p2p_invitation.c
U src/external/bsd/wpa/dist/src/p2p/p2p_i.h
U src/external/bsd/wpa/dist/src/wps/wps_attr_process.c
U src/external/bsd/wpa/dist/src/wps/wps_registrar.c
U src/external/bsd/wpa/dist/src/wps/wps.h
U src/external/bsd/wpa/dist/src/wps/wps_i.h
U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.h
U src/external/bsd/wpa/dist/src/wps/wps_attr_parse.c
U src/external/bsd/wpa/dist/src/wps/wps_validate.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp.c
U src/external/bsd/wpa/dist/src/wps/wps_common.c
U src/external/bsd/wpa/dist/src/wps/wps_er.h
U src/external/bsd/wpa/dist/src/wps/http.h
U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.c
U src/external/bsd/wpa/dist/src/wps/http_client.h
U src/external/bsd/wpa/dist/src/wps/ndef.c
U src/external/bsd/wpa/dist/src/wps/wps_attr_parse.h
U src/external/bsd/wpa/dist/src/wps/Makefile
U src/external/bsd/wpa/dist/src/wps/wps_upnp_web.c
U src/external/bsd/wpa/dist/src/wps/wps_er_ssdp.c
U src/external/bsd/wpa/dist/src/wps/wps_attr_build.c
U src/external/bsd/wpa/dist/src/wps/wps_module_tests.c
U src/external/bsd/wpa/dist/src/wps/http_client.c
U src/external/bsd/wpa/dist/src/wps/upnp_xml.h
U src/external/bsd/wpa/dist/src/wps/upnp_xml.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c
U src/external/bsd/wpa/dist/src/wps/wps_er.c
U src/external/bsd/wpa/dist/src/wps/wps_enrollee.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp_i.h
U src/external/bsd/wpa/dist/src/wps/httpread.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp_event.c
U src/external/bsd/wpa/dist/src/wps/httpread.c
U src/external/bsd/wpa/dist/src/wps/wps_defs.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp_ap.c
U src/external/bsd/wpa/dist/src/wps/http_server.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp.h
U src/external/bsd/wpa/dist/src/wps/http_server.h
U src/external/bsd/wpa/dist/src/wps/wps.c
U src/external/bsd/wpa/dist/src/eap_common/eap_fast_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_pax_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_sake_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_common.h
U src/external/bsd/wpa/dist/src/eap_common/chap.h
U src/external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.h
U src/external/bsd/wpa/dist/src/eap_common/ikev2_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_pax_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_sim_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_eke_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_wsc_common.h
U src/external/bsd/wpa/dist/src/eap_common/Makefile
U src/external/bsd/wpa/dist/src/eap_common/eap_psk_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_fast_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_wsc_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_psk_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_tlv_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_sake_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_peap_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_defs.h
U src/external/bsd/wpa/dist/src/eap_common/chap.c
U src/external/bsd/wpa/dist/src/eap_common/eap_eke_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_ttls.h
U src/external/bsd/wpa/dist/src/eap_common/eap_sim_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_peap_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h
U src/external/bsd/wpa/dist/src/eap_common/ikev2_common.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-cipher.c
U src/external/bsd/wpa/dist/src/crypto/aes-internal-dec.c
U src/external/bsd/wpa/dist/src/crypto/aes-eax.c
U src/external/bsd/wpa/dist/src/crypto/sha1-pbkdf2.c
U src/external/bsd/wpa/dist/src/crypto/sha256-tlsprf.c
U src/external/bsd/wpa/dist/src/crypto/crypto.h
U src/external/bsd/wpa/dist/src/crypto/tls_internal.c
U src/external/bsd/wpa/dist/src/crypto/md5.h
U src/external/bsd/wpa/dist/src/crypto/ms_funcs.c
U src/external/bsd/wpa/dist/src/crypto/rc4.c
U src/external/bsd/wpa/dist/src/crypto/tls_none.c
U src/external/bsd/wpa/dist/src/crypto/sha512-kdf.c
U src/external/bsd/wpa/dist/src/crypto/aes_i.h
U src/external/bsd/wpa/dist/src/crypto/tls.h
U src/external/bsd/wpa/dist/src/crypto/md5-internal.c
U src/external/bsd/wpa/dist/src/crypto/random.h
U src/external/bsd/wpa/dist/src/crypto/aes-gcm.c
U src/external/bsd/wpa/dist/src/crypto/sha256_i.h
U src/external/bsd/wpa/dist/src/crypto/sha1_i.h
U src/external/bsd/wpa/dist/src/crypto/des-internal.c
U src/external/bsd/wpa/dist/src/crypto/sha512_i.h
U src/external/bsd/wpa/dist/src/crypto/sha256.h
U src/external/bsd/wpa/dist/src/crypto/crypto_libtomcrypt.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-rsa.c
U src/external/bsd/wpa/dist/src/crypto/aes-internal-enc.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_wolfssl.c
U src/external/bsd/wpa/dist/src/crypto/sha1-prf.c
U src/external/bsd/wpa/dist/src/crypto/dh_group5.h
U src/external/bsd/wpa/dist/src/crypto/aes-encblock.c
U src/external/bsd/wpa/dist/src/crypto/aes_siv.h
U src/external/bsd/wpa/dist/src/crypto/ms_funcs.h
U src/external/bsd/wpa/dist/src/crypto/sha256.c
U src/external/bsd/wpa/dist/src/crypto/md5_i.h
U src/external/bsd/wpa/dist/src/crypto/crypto_openssl.c
U src/external/bsd/wpa/dist/src/crypto/Makefile
U src/external/bsd/wpa/dist/src/crypto/sha384.h
U src/external/bsd/wpa/dist/src/crypto/tls_openssl.c
U src/external/bsd/wpa/dist/src/crypto/crypto_nettle.c
U src/external/bsd/wpa/dist/src/crypto/sha384.c
U src/external/bsd/wpa/dist/src/crypto/tls_gnutls.c
U src/external/bsd/wpa/dist/src/crypto/dh_group5.c
U src/external/bsd/wpa/dist/src/crypto/aes.h
U src/external/bsd/wpa/dist/src/crypto/aes-unwrap.c
U src/external/bsd/wpa/dist/src/crypto/tls_openssl_ocsp.c
U src/external/bsd/wpa/dist/src/crypto/crypto_linux.c
U src/external/bsd/wpa/dist/src/crypto/aes-ccm.c
U src/external/bsd/wpa/dist/src/crypto/aes-cbc.c
U src/external/bsd/wpa/dist/src/crypto/aes_wrap.h
U src/external/bsd/wpa/dist/src/crypto/crypto_wolfssl.c
U src/external/bsd/wpa/dist/src/crypto/sha1-internal.c
U src/external/bsd/wpa/dist/src/crypto/crypto_gnutls.c
U src/external/bsd/wpa/dist/src/crypto/aes-internal.c
U src/external/bsd/wpa/dist/src/crypto/sha1.c
U src/external/bsd/wpa/dist/src/crypto/sha256-internal.c
U src/external/bsd/wpa/dist/src/crypto/tls_openssl.h
U src/external/bsd/wpa/dist/src/crypto/sha512.h
U src/external/bsd/wpa/dist/src/crypto/sha384-prf.c
U src/external/bsd/wpa/dist/src/crypto/.gitignore
U src/external/bsd/wpa/dist/src/crypto/md4-internal.c
U src/external/bsd/wpa/dist/src/crypto/crypto_none.c
U src/external/bsd/wpa/dist/src/crypto/random.c
U src/external/bsd/wpa/dist/src/crypto/sha1.h
U src/external/bsd/wpa/dist/src/crypto/sha256-kdf.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-modexp.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_internal.c
U src/external/bsd/wpa/dist/src/crypto/aes-siv.c
U src/external/bsd/wpa/dist/src/crypto/crypto_module_tests.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal.c
U src/external/bsd/wpa/dist/src/crypto/md5.c
U src/external/bsd/wpa/dist/src/crypto/dh_groups.c
U src/external/bsd/wpa/dist/src/crypto/milenage.c
U src/external/bsd/wpa/dist/src/crypto/sha512-prf.c
U src/external/bsd/wpa/dist/src/crypto/sha384-internal.c
U src/external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c
U src/external/bsd/wpa/dist/src/crypto/milenage.h
U src/external/bsd/wpa/dist/src/crypto/des_i.h
U src/external/bsd/wpa/dist/src/crypto/sha384_i.h
U src/external/bsd/wpa/dist/src/crypto/sha1-tprf.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c
U src/external/bsd/wpa/dist/src/crypto/aes-omac1.c
U src/external/bsd/wpa/dist/src/crypto/dh_groups.h
U src/external/bsd/wpa/dist/src/crypto/tls_wolfssl.c
U src/external/bsd/wpa/dist/src/crypto/sha512-internal.c
U src/external/bsd/wpa/dist/src/crypto/aes-ctr.c
U src/external/bsd/wpa/dist/src/crypto/aes-wrap.c
U src/external/bsd/wpa/dist/src/crypto/sha384-kdf.c
U src/external/bsd/wpa/dist/src/crypto/sha256-prf.c
U src/external/bsd/wpa/dist/src/fst/fst_internal.h
U src/external/bsd/wpa/dist/src/fst/fst.c
U src/external/bsd/wpa/dist/src/fst/fst.h
U src/external/bsd/wpa/dist/src/fst/fst_ctrl_aux.h
U src/external/bsd/wpa/dist/src/fst/fst_iface.h
U src/external/bsd/wpa/dist/src/fst/fst_defs.h
U src/external/bsd/wpa/dist/src/fst/fst_ctrl_defs.h
U src/external/bsd/wpa/dist/src/fst/fst_ctrl_aux.c
U src/external/bsd/wpa/dist/src/fst/Makefile
U src/external/bsd/wpa/dist/src/fst/fst_group.c
U src/external/bsd/wpa/dist/src/fst/fst_group.h
U src/external/bsd/wpa/dist/src/fst/fst_iface.c
U src/external/bsd/wpa/dist/src/fst/fst_ctrl_iface.c
U src/external/bsd/wpa/dist/src/fst/fst_session.c
U src/external/bsd/wpa/dist/src/fst/fst_session.h
U src/external/bsd/wpa/dist/src/fst/fst_ctrl_iface.h
U src/external/bsd/wpa/dist/hs20/client/devdetail.xml
U src/external/bsd/wpa/dist/hs20/client/osu_client.c
U src/external/bsd/wpa/dist/hs20/client/devinfo.xml
U src/external/bsd/wpa/dist/hs20/client/Makefile
U src/external/bsd/wpa/dist/hs20/client/spp_client.c
U src/external/bsd/wpa/dist/hs20/client/oma_dm_client.c
U src/external/bsd/wpa/dist/hs20/client/Android.mk
U src/external/bsd/wpa/dist/hs20/client/osu_client.h
U src/external/bsd/wpa/dist/hs20/client/est.c
U src/external/bsd/wpa/dist/hostapd/android.config
U src/external/bsd/wpa/dist/hostapd/Android.mk
U src/external/bsd/wpa/dist/hostapd/ChangeLog
U src/external/bsd/wpa/dist/hostapd/Makefile
U src/external/bsd/wpa/dist/hostapd/README
U src/external/bsd/wpa/dist/hostapd/README-WPS
U src/external/bsd/wpa/dist/hostapd/hapd_module_tests.c
U src/external/bsd/wpa/dist/hostapd/config_file.c
U src/external/bsd/wpa/dist/hostapd/config_file.h
U src/external/bsd/wpa/dist/hostapd/ctrl_iface.c
U src/external/bsd/wpa/dist/hostapd/ctrl_iface.h
U src/external/bsd/wpa/dist/hostapd/defconfig
U src/external/bsd/wpa/dist/hostapd/eap_register.c
U src/external/bsd/wpa/dist/hostapd/eap_register.h
U src/external/bsd/wpa/dist/hostapd/eap_testing.txt
U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.txt
U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.c
U src/external/bsd/wpa/dist/hostapd/main.c
U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.milenage_db
U src/external/bsd/wpa/dist/hostapd/hostapd.8
U src/external/bsd/wpa/dist/hostapd/hostapd.accept
U src/external/bsd/wpa/dist/hostapd/hostapd.android.rc
U src/external/bsd/wpa/dist/hostapd/hostapd.conf
U src/external/bsd/wpa/dist/hostapd/hostapd.deny
U src/external/bsd/wpa/dist/hostapd/hostapd.eap_user
U src/external/bsd/wpa/dist/hostapd/hostapd.eap_user_sqlite
U src/external/bsd/wpa/dist/hostapd/hostapd.radius_clients
U src/external/bsd/wpa/dist/hostapd/hostapd.sim_db
U src/external/bsd/wpa/dist/hostapd/hostapd.vlan
U src/external/bsd/wpa/dist/hostapd/hostapd.wpa_psk
U src/external/bsd/wpa/dist/hostapd/hostapd_cli.1
U src/external/bsd/wpa/dist/hostapd/hostapd_cli.c
U src/external/bsd/wpa/dist/hostapd/nt_password_hash.c
U src/external/bsd/wpa/dist/hostapd/wired.conf
U src/external/bsd/wpa/dist/hostapd/wps-ap-nfc.py
U src/external/bsd/wpa/dist/hostapd/logwatch/hostapd.conf
U src/external/bsd/wpa/dist/hostapd/logwatch/README
U src/external/bsd/wpa/dist/hostapd/logwatch/hostapd

No conflicts created by this import




Home | Main Index | Thread Index | Old Index