Module Name: src Committed By: christos Date: Wed Sep 18 15:04:04 UTC 2024
Update of /cvsroot/src/external/bsd/wpa/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3323 Log Message: Import wpa_supplicant hand hostapd 2.11. Previous was 2.9 1. Changes for hostapd: 2024-07-20 - v2.11 * Wi-Fi Easy Connect - add support for DPP release 3 - allow Configurator parameters to be provided during config exchange * HE/IEEE 802.11ax/Wi-Fi 6 - various fixes * EHT/IEEE 802.11be/Wi-Fi 7 - add preliminary support * SAE: add support for fetching the password from a RADIUS server * support OpenSSL 3.0 API changes * support background radar detection and CAC with some additional drivers * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3) * EAP-SIM/AKA: support IMSI privacy * improve 4-way handshake operations - use Secure=1 in message 3 during PTK rekeying * OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases to avoid interoperability issues * support new SAE AKM suites with variable length keys * support new AKM for 802.1X/EAP with SHA384 * extend PASN support for secure ranging * FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP) - this is based on additional details being added in the IEEE 802.11 standard - the new implementation is not backwards compatible * improved ACS to cover additional channel types/bandwidths * extended Multiple BSSID support * fix beacon protection with FT protocol (incorrect BIGTK was provided) * support unsynchronized service discovery (USD) * add preliminary support for RADIUS/TLS * add support for explicit SSID protection in 4-way handshake (a mitigation for CVE-2023-52424; disabled by default for now, can be enabled with ssid_protection=1) * fix SAE H2E rejected groups validation to avoid downgrade attacks * use stricter validation for some RADIUS messages * a large number of other fixes, cleanup, and extensions 2022-01-16 - v2.10 * SAE changes - improved protection against side channel attacks [https://w1.fi/security/2022-1/] - added option send SAE Confirm immediately (sae_config_immediate=1) after SAE Commit - added support for the hash-to-element mechanism (sae_pwe=1 or sae_pwe=2) - fixed PMKSA caching with OKC - added support for SAE-PK * EAP-pwd changes - improved protection against side channel attacks [https://w1.fi/security/2022-1/] * fixed WPS UPnP SUBSCRIBE handling of invalid operations [https://w1.fi/security/2020-1/] * fixed PMF disconnection protection bypass [https://w1.fi/security/2019-7/] * added support for using OpenSSL 3.0 * fixed various issues in experimental support for EAP-TEAP server * added configuration (max_auth_rounds, max_auth_rounds_short) to increase the maximum number of EAP message exchanges (mainly to support cases with very large certificates) for the EAP server * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) * extended HE (IEEE 802.11ax) support, including 6 GHz support * removed obsolete IAPP functionality * fixed EAP-FAST server with TLS GCM/CCM ciphers * dropped support for libnl 1.1 * added support for nl80211 control port for EAPOL frame TX/RX * fixed OWE key derivation with groups 20 and 21; this breaks backwards compatibility for these groups while the default group 19 remains backwards compatible; owe_ptk_workaround=1 can be used to enabled a a workaround for the group 20/21 backwards compatibility * added support for Beacon protection * added support for Extended Key ID for pairwise keys * removed WEP support from the default build (CONFIG_WEP=y can be used to enable it, if really needed) * added a build option to remove TKIP support (CONFIG_NO_TKIP=y) * added support for Transition Disable mechanism to allow the AP to automatically disable transition mode to improve security * added support for PASN * added EAP-TLS server support for TLS 1.3 (disabled by default for now) * a large number of other fixes, cleanup, and extensions 2. Changes for wpa_supplicant 2024-07-20 - v2.11 * Wi-Fi Easy Connect - add support for DPP release 3 - allow Configurator parameters to be provided during config exchange * MACsec - add support for GCM-AES-256 cipher suite - remove incorrect EAP Session-Id length constraint - add hardware offload support for additional drivers * HE/IEEE 802.11ax/Wi-Fi 6 - support BSS color updates - various fixes * EHT/IEEE 802.11be/Wi-Fi 7 - add preliminary support * support OpenSSL 3.0 API changes * improve EAP-TLS support for TLSv1.3 * EAP-SIM/AKA: support IMSI privacy * improve mitigation against DoS attacks when PMF is used * improve 4-way handshake operations - discard unencrypted EAPOL frames in additional cases - use Secure=1 in message 2 during PTK rekeying * OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases to avoid interoperability issues * support new SAE AKM suites with variable length keys * support new AKM for 802.1X/EAP with SHA384 * improve cross-AKM roaming with driver-based SME/BSS selection * PASN - extend support for secure ranging - allow PASN implementation to be used with external programs for Wi-Fi Aware * FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP) - this is based on additional details being added in the IEEE 802.11 standard - the new implementation is not backwards compatible, but PMKSA caching with FT-EAP was, and still is, disabled by default * support a pregenerated MAC (mac_addr=3) as an alternative mechanism for using per-network random MAC addresses * EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1) to improve security for still unfortunately common invalid configurations that do not set ca_cert * extend SCS support for QoS Characteristics * extend MSCS support * support unsynchronized service discovery (USD) * add support for explicit SSID protection in 4-way handshake (a mitigation for CVE-2023-52424; disabled by default for now, can be enabled with ssid_protection=1) - in addition, verify SSID after key setup when beacon protection is used * fix SAE H2E rejected groups validation to avoid downgrade attacks * a large number of other fixes, cleanup, and extensions 2022-01-16 - v2.10 * SAE changes - improved protection against side channel attacks [https://w1.fi/security/2022-1/] - added support for the hash-to-element mechanism (sae_pwe=1 or sae_pwe=2); this is currently disabled by default, but will likely get enabled by default in the future - fixed PMKSA caching with OKC - added support for SAE-PK * EAP-pwd changes - improved protection against side channel attacks [https://w1.fi/security/2022-1/] * fixed P2P provision discovery processing of a specially constructed invalid frame [https://w1.fi/security/2021-1/] * fixed P2P group information processing of a specially constructed invalid frame [https://w1.fi/security/2020-2/] * fixed PMF disconnection protection bypass in AP mode [https://w1.fi/security/2019-7/] * added support for using OpenSSL 3.0 * increased the maximum number of EAP message exchanges (mainly to support cases with very large certificates) * fixed various issues in experimental support for EAP-TEAP peer * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) * a number of MKA/MACsec fixes and extensions * added support for SAE (WPA3-Personal) AP mode configuration * added P2P support for EDMG (IEEE 802.11ay) channels * fixed EAP-FAST peer with TLS GCM/CCM ciphers * improved throughput estimation and BSS selection * dropped support for libnl 1.1 * added support for nl80211 control port for EAPOL frame TX/RX * fixed OWE key derivation with groups 20 and 21; this breaks backwards compatibility for these groups while the default group 19 remains backwards compatible * added support for Beacon protection * added support for Extended Key ID for pairwise keys * removed WEP support from the default build (CONFIG_WEP=y can be used to enable it, if really needed) * added a build option to remove TKIP support (CONFIG_NO_TKIP=y) * added support for Transition Disable mechanism to allow the AP to automatically disable transition mode to improve security * extended D-Bus interface * added support for PASN * added a file-based backend for external password storage to allow secret information to be moved away from the main configuration file without requiring external tools * added EAP-TLS peer support for TLS 1.3 (disabled by default for now) * added support for SCS, MSCS, DSCP policy * changed driver interface selection to default to automatic fallback to other compiled in options * a large number of other fixes, cleanup, and extensions Status: Vendor Tag: MALINEN Release Tags: v2_11 U src/external/bsd/wpa/dist/README U src/external/bsd/wpa/dist/CONTRIBUTIONS U src/external/bsd/wpa/dist/COPYING N src/external/bsd/wpa/dist/wpa_supplicant/twt.c C src/external/bsd/wpa/dist/wpa_supplicant/driver_i.h U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c U src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c C src/external/bsd/wpa/dist/wpa_supplicant/README U src/external/bsd/wpa/dist/wpa_supplicant/scan.h C src/external/bsd/wpa/dist/wpa_supplicant/main.c U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_template.conf U src/external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.h U src/external/bsd/wpa/dist/wpa_supplicant/README-DPP U src/external/bsd/wpa/dist/wpa_supplicant/ap.h U src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c U src/external/bsd/wpa/dist/wpa_supplicant/bss.c U src/external/bsd/wpa/dist/wpa_supplicant/README-HS20 U src/external/bsd/wpa/dist/wpa_supplicant/todo.txt U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.sh U src/external/bsd/wpa/dist/wpa_supplicant/mesh.h C src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h U src/external/bsd/wpa/dist/wpa_supplicant/nfc_pw_token.c U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c U src/external/bsd/wpa/dist/wpa_supplicant/eap_proxy_dummy.mk U src/external/bsd/wpa/dist/wpa_supplicant/README-Windows.txt U src/external/bsd/wpa/dist/wpa_supplicant/main_none.c U src/external/bsd/wpa/dist/wpa_supplicant/interworking.c U src/external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.c U src/external/bsd/wpa/dist/wpa_supplicant/android.config U src/external/bsd/wpa/dist/wpa_supplicant/bgscan.h N src/external/bsd/wpa/dist/wpa_supplicant/robust_av.c C src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c C src/external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c N src/external/bsd/wpa/dist/wpa_supplicant/bssid_ignore.h U src/external/bsd/wpa/dist/wpa_supplicant/bgscan.c N src/external/bsd/wpa/dist/wpa_supplicant/pasn_supplicant.c N src/external/bsd/wpa/dist/wpa_supplicant/nan_usd.c U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.c U src/external/bsd/wpa/dist/wpa_supplicant/autoscan.h C src/external/bsd/wpa/dist/wpa_supplicant/events.c U src/external/bsd/wpa/dist/wpa_supplicant/README-WPS U src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.h U src/external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h U src/external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c 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/dpp_supplicant.c U src/external/bsd/wpa/dist/wpa_supplicant/autoscan_exponential.c U src/external/bsd/wpa/dist/wpa_supplicant/interworking.h U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_simple.c U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h U src/external/bsd/wpa/dist/wpa_supplicant/main_winmain.c U src/external/bsd/wpa/dist/wpa_supplicant/notify.c U src/external/bsd/wpa/dist/wpa_supplicant/dpp_supplicant.h U src/external/bsd/wpa/dist/wpa_supplicant/nmake.mak U src/external/bsd/wpa/dist/wpa_supplicant/README-P2P U src/external/bsd/wpa/dist/wpa_supplicant/mesh.c U src/external/bsd/wpa/dist/wpa_supplicant/autoscan.c C src/external/bsd/wpa/dist/wpa_supplicant/defconfig U src/external/bsd/wpa/dist/wpa_supplicant/wpa_passphrase.c U src/external/bsd/wpa/dist/wpa_supplicant/win_example.reg N src/external/bsd/wpa/dist/wpa_supplicant/bssid_ignore.c U src/external/bsd/wpa/dist/wpa_supplicant/sme.c U src/external/bsd/wpa/dist/wpa_supplicant/eap_testing.txt U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c U src/external/bsd/wpa/dist/wpa_supplicant/notify.h U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.h U src/external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c U src/external/bsd/wpa/dist/wpa_supplicant/bss.h C src/external/bsd/wpa/dist/wpa_supplicant/config.c U src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.c U src/external/bsd/wpa/dist/wpa_supplicant/config_ssid.h C src/external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c N src/external/bsd/wpa/dist/wpa_supplicant/README-NAN-USD U src/external/bsd/wpa/dist/wpa_supplicant/mbo.c U src/external/bsd/wpa/dist/wpa_supplicant/rrm.c C src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c U src/external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h U src/external/bsd/wpa/dist/wpa_supplicant/preauth_test.c U src/external/bsd/wpa/dist/wpa_supplicant/config_file.c U src/external/bsd/wpa/dist/wpa_supplicant/ChangeLog U src/external/bsd/wpa/dist/wpa_supplicant/eapol_test.c U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.h U src/external/bsd/wpa/dist/wpa_supplicant/wmm_ac.c U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c C src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf C src/external/bsd/wpa/dist/wpa_supplicant/Makefile U src/external/bsd/wpa/dist/wpa_supplicant/main_winsvc.c U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h U src/external/bsd/wpa/dist/wpa_supplicant/scan.c U src/external/bsd/wpa/dist/wpa_supplicant/eap_register.c U src/external/bsd/wpa/dist/wpa_supplicant/autoscan_periodic.c U src/external/bsd/wpa/dist/wpa_supplicant/eap_proxy_dummy.mak U src/external/bsd/wpa/dist/wpa_supplicant/win_if_list.c C src/external/bsd/wpa/dist/wpa_supplicant/op_classes.c U src/external/bsd/wpa/dist/wpa_supplicant/config_none.c C src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c U src/external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h U src/external/bsd/wpa/dist/wpa_supplicant/config.h U src/external/bsd/wpa/dist/wpa_supplicant/config_winreg.c U src/external/bsd/wpa/dist/wpa_supplicant/eapol_test.py U src/external/bsd/wpa/dist/wpa_supplicant/Android.mk N src/external/bsd/wpa/dist/wpa_supplicant/nan_usd.h U src/external/bsd/wpa/dist/wpa_supplicant/sme.h U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c U src/external/bsd/wpa/dist/wpa_supplicant/libwpa_test.c U src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.mk U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant_sd.c U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/manpage.refs U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml 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/wpa_background.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8 U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/manpage.links U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/Makefile U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml 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-nl80211.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/binder/binder_manager.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder.cpp U src/external/bsd/wpa/dist/wpa_supplicant/binder/iface.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_i.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.cpp U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_constants.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format U src/external/bsd/wpa/dist/wpa_supplicant/binder/iface.cpp U src/external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.cpp U src/external/bsd/wpa/dist/wpa_supplicant/binder/supplicant.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder.h U src/external/bsd/wpa/dist/wpa_supplicant/binder/binder_manager.cpp 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/binder/fi/w1/wpa_supplicant/ISupplicant.aidl U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus-wpa_supplicant.conf U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h U src/external/bsd/wpa/dist/wpa_supplicant/dbus/Makefile U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c U src/external/bsd/wpa/dist/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in U src/external/bsd/wpa/dist/wpa_supplicant/utils/log2pcap.py U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant.sln U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_passphrase/wpa_passphrase.vcproj U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/eapol_test/eapol_test.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/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/examples/p2p-action.sh U src/external/bsd/wpa/dist/wpa_supplicant/examples/udhcpd-p2p.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpa2-eap-ccmp.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/wep.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/ieee8021x.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/dpp-qrcode.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpa-psk-tkip.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action-udhcp.sh U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-nfc.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-nfc.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/openCryptoki.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-ap-cli U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-wps.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/60_wpa_supplicant U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-getall.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/plaintext.conf U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-signals.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/dbus-listen-preq.py N src/external/bsd/wpa/dist/wpa_supplicant/examples/dpp-nfc.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_find.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_invite.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_group_add.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_listen.py U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_stop_find.py U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons.qrc U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.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/scanresults.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/main.cpp 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/userdatarequest.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.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/wpagui.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.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/icons_png.qrc U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/stringquery.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.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.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpamsg.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.cpp U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h 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/icons/README 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/laptop.svg 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/wpa_gui.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/ap.svg U src/external/bsd/wpa/dist/src/lib.rules U src/external/bsd/wpa/dist/src/Makefile N src/external/bsd/wpa/dist/src/objs.mk N src/external/bsd/wpa/dist/src/build.rules U src/external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_psk_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_teap_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_wsc_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_gpsk_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_teap_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_pax_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_sake_common.h U src/external/bsd/wpa/dist/src/eap_common/chap.h U src/external/bsd/wpa/dist/src/eap_common/eap_psk_common.h U src/external/bsd/wpa/dist/src/eap_common/chap.c U src/external/bsd/wpa/dist/src/eap_common/eap_sim_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_pax_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_tlv_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_fast_common.h U src/external/bsd/wpa/dist/src/eap_common/ikev2_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_pwd_common.h 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_sake_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_defs.h U src/external/bsd/wpa/dist/src/eap_common/Makefile U src/external/bsd/wpa/dist/src/eap_common/eap_peap_common.h C src/external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c U src/external/bsd/wpa/dist/src/eap_common/ikev2_common.h U src/external/bsd/wpa/dist/src/eap_common/eap_fast_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_sim_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_eke_common.c U src/external/bsd/wpa/dist/src/eap_common/eap_common.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/l2_packet_linux.c U src/external/bsd/wpa/dist/src/l2_packet/Makefile U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_privsep.c U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_none.c U src/external/bsd/wpa/dist/src/l2_packet/l2_packet.h C src/external/bsd/wpa/dist/src/l2_packet/l2_packet_freebsd.c N src/external/bsd/wpa/dist/src/ap/comeback_token.h U src/external/bsd/wpa/dist/src/ap/ap_list.h U src/external/bsd/wpa/dist/src/ap/accounting.c U src/external/bsd/wpa/dist/src/ap/dfs.h U src/external/bsd/wpa/dist/src/ap/gas_serv.c C src/external/bsd/wpa/dist/src/ap/hostapd.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_he.c U src/external/bsd/wpa/dist/src/ap/eap_user_db.c U src/external/bsd/wpa/dist/src/ap/bss_load.c U src/external/bsd/wpa/dist/src/ap/preauth_auth.c U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.h U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.h U src/external/bsd/wpa/dist/src/ap/wmm.h U src/external/bsd/wpa/dist/src/ap/wpa_auth_kay.h U src/external/bsd/wpa/dist/src/ap/ieee802_11.h U src/external/bsd/wpa/dist/src/ap/dhcp_snoop.h U src/external/bsd/wpa/dist/src/ap/vlan.h U src/external/bsd/wpa/dist/src/ap/ap_mlme.h U src/external/bsd/wpa/dist/src/ap/ap_config.c N src/external/bsd/wpa/dist/src/ap/nan_usd_ap.c U src/external/bsd/wpa/dist/src/ap/vlan.c U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.c U src/external/bsd/wpa/dist/src/ap/vlan_ioctl.c U src/external/bsd/wpa/dist/src/ap/utils.c U src/external/bsd/wpa/dist/src/ap/ieee802_1x.c U src/external/bsd/wpa/dist/src/ap/ndisc_snoop.h U src/external/bsd/wpa/dist/src/ap/sta_info.c U src/external/bsd/wpa/dist/src/ap/mbo_ap.h U src/external/bsd/wpa/dist/src/ap/eth_p_oui.h U src/external/bsd/wpa/dist/src/ap/airtime_policy.c U src/external/bsd/wpa/dist/src/ap/neighbor_db.c U src/external/bsd/wpa/dist/src/ap/bss_load.h U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c U src/external/bsd/wpa/dist/src/ap/hs20.h C src/external/bsd/wpa/dist/src/ap/hostapd.h C src/external/bsd/wpa/dist/src/ap/wmm.c C src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c U src/external/bsd/wpa/dist/src/ap/vlan_init.h U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.c U src/external/bsd/wpa/dist/src/ap/ap_mlme.c U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.c U src/external/bsd/wpa/dist/src/ap/hw_features.h U src/external/bsd/wpa/dist/src/ap/vlan_util.h U src/external/bsd/wpa/dist/src/ap/rrm.h U src/external/bsd/wpa/dist/src/ap/ap_config.h U src/external/bsd/wpa/dist/src/ap/authsrv.h C src/external/bsd/wpa/dist/src/ap/ap_drv_ops.c U src/external/bsd/wpa/dist/src/ap/x_snoop.c U src/external/bsd/wpa/dist/src/ap/hs20.c U src/external/bsd/wpa/dist/src/ap/dpp_hostapd.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.h U src/external/bsd/wpa/dist/src/ap/accounting.h U src/external/bsd/wpa/dist/src/ap/beacon.c U src/external/bsd/wpa/dist/src/ap/gas_serv.h U src/external/bsd/wpa/dist/src/ap/authsrv.c U src/external/bsd/wpa/dist/src/ap/ndisc_snoop.c U src/external/bsd/wpa/dist/src/ap/wps_hostapd.c C src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h U src/external/bsd/wpa/dist/src/ap/wps_hostapd.h C src/external/bsd/wpa/dist/src/ap/wpa_auth.c U src/external/bsd/wpa/dist/src/ap/wpa_auth_kay.c C src/external/bsd/wpa/dist/src/ap/wpa_auth.h U src/external/bsd/wpa/dist/src/ap/wnm_ap.h U src/external/bsd/wpa/dist/src/ap/preauth_auth.h U src/external/bsd/wpa/dist/src/ap/gas_query_ap.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_vht.c U src/external/bsd/wpa/dist/src/ap/taxonomy.h U src/external/bsd/wpa/dist/src/ap/ap_drv_ops.h U src/external/bsd/wpa/dist/src/ap/gas_query_ap.h N src/external/bsd/wpa/dist/src/ap/ieee802_11_eht.c U src/external/bsd/wpa/dist/src/ap/fils_hlp.h U src/external/bsd/wpa/dist/src/ap/sta_info.h U src/external/bsd/wpa/dist/src/ap/wnm_ap.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.c U src/external/bsd/wpa/dist/src/ap/acs.c U src/external/bsd/wpa/dist/src/ap/rrm.c U src/external/bsd/wpa/dist/src/ap/taxonomy.c U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h U src/external/bsd/wpa/dist/src/ap/x_snoop.h U src/external/bsd/wpa/dist/src/ap/beacon.h U src/external/bsd/wpa/dist/src/ap/ap_list.c U src/external/bsd/wpa/dist/src/ap/vlan_init.c U src/external/bsd/wpa/dist/src/ap/ieee802_1x.h U src/external/bsd/wpa/dist/src/ap/hw_features.c N src/external/bsd/wpa/dist/src/ap/nan_usd_ap.h N src/external/bsd/wpa/dist/src/ap/comeback_token.c U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.h U src/external/bsd/wpa/dist/src/ap/dhcp_snoop.c U src/external/bsd/wpa/dist/src/ap/neighbor_db.h U src/external/bsd/wpa/dist/src/ap/acs.h U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.c U src/external/bsd/wpa/dist/src/ap/mbo_ap.c U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.h U src/external/bsd/wpa/dist/src/ap/Makefile U src/external/bsd/wpa/dist/src/ap/dpp_hostapd.h U src/external/bsd/wpa/dist/src/ap/fils_hlp.c U src/external/bsd/wpa/dist/src/ap/airtime_policy.h U src/external/bsd/wpa/dist/src/ap/dfs.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_shared.c U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c C src/external/bsd/wpa/dist/src/ap/drv_callbacks.c U src/external/bsd/wpa/dist/src/ap/vlan_ifconfig.c C src/external/bsd/wpa/dist/src/ap/ieee802_11.c U src/external/bsd/wpa/dist/src/ap/eth_p_oui.c U src/external/bsd/wpa/dist/src/ap/vlan_full.c U src/external/bsd/wpa/dist/src/ap/vlan_util.c U src/external/bsd/wpa/dist/src/ap/ieee802_11_ht.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/http_client.c U src/external/bsd/wpa/dist/src/wps/ndef.c U src/external/bsd/wpa/dist/src/wps/wps_module_tests.c U src/external/bsd/wpa/dist/src/wps/http.h U src/external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c U src/external/bsd/wpa/dist/src/wps/wps_attr_parse.h U src/external/bsd/wpa/dist/src/wps/upnp_xml.c U src/external/bsd/wpa/dist/src/wps/wps.h U src/external/bsd/wpa/dist/src/wps/wps_upnp_event.c U src/external/bsd/wpa/dist/src/wps/wps_upnp_web.c U src/external/bsd/wpa/dist/src/wps/wps_upnp.h U src/external/bsd/wpa/dist/src/wps/httpread.h U src/external/bsd/wpa/dist/src/wps/upnp_xml.h U src/external/bsd/wpa/dist/src/wps/wps_upnp_i.h U src/external/bsd/wpa/dist/src/wps/http_client.h U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.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/wps/wps_attr_build.c U src/external/bsd/wpa/dist/src/wps/wps_er.h U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.c U src/external/bsd/wpa/dist/src/wps/wps_attr_parse.c U src/external/bsd/wpa/dist/src/wps/Makefile C src/external/bsd/wpa/dist/src/wps/wps_attr_process.c U src/external/bsd/wpa/dist/src/wps/wps_upnp_ap.c U src/external/bsd/wpa/dist/src/wps/wps_defs.h U src/external/bsd/wpa/dist/src/wps/wps_common.c U src/external/bsd/wpa/dist/src/wps/httpread.c U src/external/bsd/wpa/dist/src/wps/http_server.c U src/external/bsd/wpa/dist/src/wps/wps_er_ssdp.c U src/external/bsd/wpa/dist/src/wps/wps_upnp.c U src/external/bsd/wpa/dist/src/wps/wps_validate.c U src/external/bsd/wpa/dist/src/wps/wps_registrar.c U src/external/bsd/wpa/dist/src/wps/wps_i.h U src/external/bsd/wpa/dist/src/crypto/tls_wolfssl.c U src/external/bsd/wpa/dist/src/crypto/dh_groups.h U src/external/bsd/wpa/dist/src/crypto/sha384-kdf.c U src/external/bsd/wpa/dist/src/crypto/sha512-internal.c U src/external/bsd/wpa/dist/src/crypto/sha1-tprf.c U src/external/bsd/wpa/dist/src/crypto/milenage.h U src/external/bsd/wpa/dist/src/crypto/sha256-tlsprf.c U src/external/bsd/wpa/dist/src/crypto/ms_funcs.c U src/external/bsd/wpa/dist/src/crypto/aes-wrap.c U src/external/bsd/wpa/dist/src/crypto/aes.h U src/external/bsd/wpa/dist/src/crypto/sha1-internal.c U src/external/bsd/wpa/dist/src/crypto/md5.c U src/external/bsd/wpa/dist/src/crypto/aes_siv.h U src/external/bsd/wpa/dist/src/crypto/sha512-prf.c U src/external/bsd/wpa/dist/src/crypto/aes-unwrap.c U src/external/bsd/wpa/dist/src/crypto/crypto_libtomcrypt.c U src/external/bsd/wpa/dist/src/crypto/ms_funcs.h U src/external/bsd/wpa/dist/src/crypto/aes_wrap.h U src/external/bsd/wpa/dist/src/crypto/crypto_internal-modexp.c U src/external/bsd/wpa/dist/src/crypto/tls_openssl.h U src/external/bsd/wpa/dist/src/crypto/crypto.h U src/external/bsd/wpa/dist/src/crypto/sha1-prf.c U src/external/bsd/wpa/dist/src/crypto/tls_none.c U src/external/bsd/wpa/dist/src/crypto/aes-ctr.c U src/external/bsd/wpa/dist/src/crypto/des-internal.c U src/external/bsd/wpa/dist/src/crypto/sha256.c U src/external/bsd/wpa/dist/src/crypto/sha256-prf.c U src/external/bsd/wpa/dist/src/crypto/tls_openssl_ocsp.c U src/external/bsd/wpa/dist/src/crypto/aes_i.h U src/external/bsd/wpa/dist/src/crypto/sha384.h U src/external/bsd/wpa/dist/src/crypto/sha384_i.h U src/external/bsd/wpa/dist/src/crypto/sha512.c U src/external/bsd/wpa/dist/src/crypto/random.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/dh_group5.h U src/external/bsd/wpa/dist/src/crypto/random.h U src/external/bsd/wpa/dist/src/crypto/sha384.c U src/external/bsd/wpa/dist/src/crypto/aes-encblock.c U src/external/bsd/wpa/dist/src/crypto/sha1.h U src/external/bsd/wpa/dist/src/crypto/crypto_internal-cipher.c U src/external/bsd/wpa/dist/src/crypto/sha256-internal.c U src/external/bsd/wpa/dist/src/crypto/crypto_internal-rsa.c C src/external/bsd/wpa/dist/src/crypto/crypto_openssl.c U src/external/bsd/wpa/dist/src/crypto/crypto_linux.c U src/external/bsd/wpa/dist/src/crypto/fips_prf_wolfssl.c U src/external/bsd/wpa/dist/src/crypto/md5_i.h U src/external/bsd/wpa/dist/src/crypto/sha1.c U src/external/bsd/wpa/dist/src/crypto/aes-omac1.c U src/external/bsd/wpa/dist/src/crypto/des_i.h U src/external/bsd/wpa/dist/src/crypto/sha256_i.h U src/external/bsd/wpa/dist/src/crypto/crypto_gnutls.c U src/external/bsd/wpa/dist/src/crypto/sha512_i.h U src/external/bsd/wpa/dist/src/crypto/tls.h U src/external/bsd/wpa/dist/src/crypto/sha1_i.h U src/external/bsd/wpa/dist/src/crypto/dh_groups.c U src/external/bsd/wpa/dist/src/crypto/sha512.h U src/external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c U src/external/bsd/wpa/dist/src/crypto/sha384-prf.c U src/external/bsd/wpa/dist/src/crypto/rc4.c U src/external/bsd/wpa/dist/src/crypto/sha256.h U src/external/bsd/wpa/dist/src/crypto/sha512-kdf.c U src/external/bsd/wpa/dist/src/crypto/crypto_internal.c U src/external/bsd/wpa/dist/src/crypto/aes-internal-dec.c U src/external/bsd/wpa/dist/src/crypto/sha384-internal.c N src/external/bsd/wpa/dist/src/crypto/sha384-tlsprf.c U src/external/bsd/wpa/dist/src/crypto/crypto_none.c U src/external/bsd/wpa/dist/src/crypto/sha1-pbkdf2.c U src/external/bsd/wpa/dist/src/crypto/tls_openssl.c U src/external/bsd/wpa/dist/src/crypto/sha256-kdf.c U src/external/bsd/wpa/dist/src/crypto/md5-internal.c U src/external/bsd/wpa/dist/src/crypto/aes-ccm.c U src/external/bsd/wpa/dist/src/crypto/Makefile U src/external/bsd/wpa/dist/src/crypto/tls_gnutls.c U src/external/bsd/wpa/dist/src/crypto/aes-gcm.c U src/external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c U src/external/bsd/wpa/dist/src/crypto/fips_prf_internal.c U src/external/bsd/wpa/dist/src/crypto/aes-cbc.c U src/external/bsd/wpa/dist/src/crypto/tls_internal.c U src/external/bsd/wpa/dist/src/crypto/milenage.c U src/external/bsd/wpa/dist/src/crypto/aes-eax.c U src/external/bsd/wpa/dist/src/crypto/md4-internal.c U src/external/bsd/wpa/dist/src/crypto/crypto_wolfssl.c U src/external/bsd/wpa/dist/src/crypto/md5.h U src/external/bsd/wpa/dist/src/crypto/crypto_nettle.c U src/external/bsd/wpa/dist/src/crypto/aes-internal-enc.c U src/external/bsd/wpa/dist/src/crypto/aes-internal.c U src/external/bsd/wpa/dist/src/crypto/dh_group5.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/drivers.mk U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c U src/external/bsd/wpa/dist/src/drivers/driver_nl80211.h U src/external/bsd/wpa/dist/src/drivers/driver_ndis_.c U src/external/bsd/wpa/dist/src/drivers/netlink.c U src/external/bsd/wpa/dist/src/drivers/driver_hostap.c U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c U src/external/bsd/wpa/dist/src/drivers/driver_none.c C src/external/bsd/wpa/dist/src/drivers/driver_wired.c U src/external/bsd/wpa/dist/src/drivers/netlink.h U src/external/bsd/wpa/dist/src/drivers/driver_common.c U src/external/bsd/wpa/dist/src/drivers/driver_ndis.c U src/external/bsd/wpa/dist/src/drivers/driver_ndis.h U src/external/bsd/wpa/dist/src/drivers/driver_hostap.h U src/external/bsd/wpa/dist/src/drivers/driver_privsep.c U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c C 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/rfkill.h U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c U src/external/bsd/wpa/dist/src/drivers/linux_wext.h C src/external/bsd/wpa/dist/src/drivers/driver_bsd.c U src/external/bsd/wpa/dist/src/drivers/nl80211_copy.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_atheros.c U src/external/bsd/wpa/dist/src/drivers/linux_defines.h U src/external/bsd/wpa/dist/src/drivers/drivers.c U src/external/bsd/wpa/dist/src/drivers/driver_wired_common.h U src/external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c U src/external/bsd/wpa/dist/src/drivers/driver_wext.c U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.c U src/external/bsd/wpa/dist/src/drivers/priv_netlink.h U src/external/bsd/wpa/dist/src/drivers/drivers.mak U src/external/bsd/wpa/dist/src/drivers/driver_openbsd.c U src/external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c U src/external/bsd/wpa/dist/src/drivers/Makefile U src/external/bsd/wpa/dist/src/drivers/ndis_events.c U src/external/bsd/wpa/dist/src/drivers/driver_nl80211.c U src/external/bsd/wpa/dist/src/drivers/android_drv.h U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.h N src/external/bsd/wpa/dist/src/pasn/pasn_initiator.c N src/external/bsd/wpa/dist/src/pasn/pasn_common.h N src/external/bsd/wpa/dist/src/pasn/pasn_common.c N src/external/bsd/wpa/dist/src/pasn/pasn_responder.c N src/external/bsd/wpa/dist/src/pasn/Makefile U src/external/bsd/wpa/dist/src/p2p/p2p.h U src/external/bsd/wpa/dist/src/p2p/p2p_pd.c U src/external/bsd/wpa/dist/src/p2p/p2p_i.h U src/external/bsd/wpa/dist/src/p2p/p2p_build.c U src/external/bsd/wpa/dist/src/p2p/p2p_parse.c U src/external/bsd/wpa/dist/src/p2p/p2p_go_neg.c C src/external/bsd/wpa/dist/src/p2p/p2p.c U src/external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c U src/external/bsd/wpa/dist/src/p2p/p2p_utils.c U src/external/bsd/wpa/dist/src/p2p/p2p_group.c U src/external/bsd/wpa/dist/src/p2p/p2p_invitation.c U src/external/bsd/wpa/dist/src/p2p/Makefile U src/external/bsd/wpa/dist/src/p2p/p2p_sd.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_defs.h U src/external/bsd/wpa/dist/src/fst/fst_session.h U src/external/bsd/wpa/dist/src/fst/fst_session.c U src/external/bsd/wpa/dist/src/fst/fst_ctrl_aux.h U src/external/bsd/wpa/dist/src/fst/fst_defs.h U src/external/bsd/wpa/dist/src/fst/fst_ctrl_iface.c U src/external/bsd/wpa/dist/src/fst/fst.h U src/external/bsd/wpa/dist/src/fst/fst.c 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_ctrl_iface.h U src/external/bsd/wpa/dist/src/fst/fst_internal.h U src/external/bsd/wpa/dist/src/fst/fst_iface.h U src/external/bsd/wpa/dist/src/eap_peer/eap_psk.c C src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h U src/external/bsd/wpa/dist/src/eap_peer/eap_teap_pac.h U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.c U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.h U src/external/bsd/wpa/dist/src/eap_peer/eap_wsc.c U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c U src/external/bsd/wpa/dist/src/eap_peer/eap.h U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.c U src/external/bsd/wpa/dist/src/eap_peer/eap_aka.c U src/external/bsd/wpa/dist/src/eap_peer/ikev2.h U src/external/bsd/wpa/dist/src/eap_peer/eap_gtc.c U src/external/bsd/wpa/dist/src/eap_peer/eap_otp.c U src/external/bsd/wpa/dist/src/eap_peer/eap_fast.c U src/external/bsd/wpa/dist/src/eap_peer/eap_md5.c U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.h U src/external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c U src/external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c C src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c U src/external/bsd/wpa/dist/src/eap_peer/eap_teap.c U src/external/bsd/wpa/dist/src/eap_peer/eap_eke.c U src/external/bsd/wpa/dist/src/eap_peer/eap_leap.c U src/external/bsd/wpa/dist/src/eap_peer/eap_tls.c U src/external/bsd/wpa/dist/src/eap_peer/eap_proxy_dummy.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_gpsk.c U src/external/bsd/wpa/dist/src/eap_peer/eap_ttls.c U src/external/bsd/wpa/dist/src/eap_peer/eap_teap_pac.c U src/external/bsd/wpa/dist/src/eap_peer/eap_proxy.h U src/external/bsd/wpa/dist/src/eap_peer/eap.c U src/external/bsd/wpa/dist/src/eap_peer/eap_sake.c U src/external/bsd/wpa/dist/src/eap_peer/ikev2.c C src/external/bsd/wpa/dist/src/eap_peer/eap_peap.c U src/external/bsd/wpa/dist/src/eap_peer/Makefile C src/external/bsd/wpa/dist/src/eap_peer/eap_pwd.c U src/external/bsd/wpa/dist/src/eap_peer/eap_tnc.c U src/external/bsd/wpa/dist/src/eap_peer/tncc.h U src/external/bsd/wpa/dist/src/eap_peer/eap_sim.c U src/external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.h U src/external/bsd/wpa/dist/src/eap_peer/eap_pax.c C src/external/bsd/wpa/dist/src/eap_peer/eap_config.h N src/external/bsd/wpa/dist/src/utils/ext_password_file.c U src/external/bsd/wpa/dist/src/utils/radiotap.c U src/external/bsd/wpa/dist/src/utils/browser-system.c U src/external/bsd/wpa/dist/src/utils/platform.h U src/external/bsd/wpa/dist/src/utils/base64.h U src/external/bsd/wpa/dist/src/utils/ext_password.h U src/external/bsd/wpa/dist/src/utils/json.c C src/external/bsd/wpa/dist/src/utils/common.h U src/external/bsd/wpa/dist/src/utils/uuid.c U src/external/bsd/wpa/dist/src/utils/ip_addr.h U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.h U src/external/bsd/wpa/dist/src/utils/browser.h U src/external/bsd/wpa/dist/src/utils/crc32.c U src/external/bsd/wpa/dist/src/utils/utils_module_tests.c U src/external/bsd/wpa/dist/src/utils/ext_password.c C src/external/bsd/wpa/dist/src/utils/common.c U src/external/bsd/wpa/dist/src/utils/edit_readline.c U src/external/bsd/wpa/dist/src/utils/module_tests.h U src/external/bsd/wpa/dist/src/utils/json.h U src/external/bsd/wpa/dist/src/utils/os_internal.c U src/external/bsd/wpa/dist/src/utils/browser-android.c U src/external/bsd/wpa/dist/src/utils/wpabuf.c U src/external/bsd/wpa/dist/src/utils/edit.c U src/external/bsd/wpa/dist/src/utils/wpabuf.h U src/external/bsd/wpa/dist/src/utils/includes.h U src/external/bsd/wpa/dist/src/utils/build_config.h U src/external/bsd/wpa/dist/src/utils/list.h U src/external/bsd/wpa/dist/src/utils/xml-utils.c U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.c U src/external/bsd/wpa/dist/src/utils/eloop_win.c C src/external/bsd/wpa/dist/src/utils/os.h U src/external/bsd/wpa/dist/src/utils/uuid.h U src/external/bsd/wpa/dist/src/utils/ext_password_i.h U src/external/bsd/wpa/dist/src/utils/base64.c U src/external/bsd/wpa/dist/src/utils/xml-utils.h U src/external/bsd/wpa/dist/src/utils/http_curl.c U src/external/bsd/wpa/dist/src/utils/const_time.h U src/external/bsd/wpa/dist/src/utils/trace.c U src/external/bsd/wpa/dist/src/utils/crc32.h U src/external/bsd/wpa/dist/src/utils/bitfield.h U src/external/bsd/wpa/dist/src/utils/http-utils.h U src/external/bsd/wpa/dist/src/utils/wpa_debug.h U src/external/bsd/wpa/dist/src/utils/trace.h N src/external/bsd/wpa/dist/src/utils/config.c U src/external/bsd/wpa/dist/src/utils/state_machine.h U src/external/bsd/wpa/dist/src/utils/ip_addr.c U src/external/bsd/wpa/dist/src/utils/edit_simple.c U src/external/bsd/wpa/dist/src/utils/browser.c C src/external/bsd/wpa/dist/src/utils/eloop.c U src/external/bsd/wpa/dist/src/utils/os_none.c U src/external/bsd/wpa/dist/src/utils/eloop.h U src/external/bsd/wpa/dist/src/utils/Makefile U src/external/bsd/wpa/dist/src/utils/xml_libxml2.c U src/external/bsd/wpa/dist/src/utils/bitfield.c U src/external/bsd/wpa/dist/src/utils/edit.h C src/external/bsd/wpa/dist/src/utils/radiotap.h U src/external/bsd/wpa/dist/src/utils/os_win32.c N src/external/bsd/wpa/dist/src/utils/config.h U src/external/bsd/wpa/dist/src/utils/ext_password_test.c U src/external/bsd/wpa/dist/src/utils/browser-wpadebug.c C src/external/bsd/wpa/dist/src/utils/os_unix.c U src/external/bsd/wpa/dist/src/utils/wpa_debug.c U src/external/bsd/wpa/dist/src/utils/radiotap_iter.h U src/external/bsd/wpa/dist/src/radius/radius_das.h U src/external/bsd/wpa/dist/src/radius/radius_server.c U src/external/bsd/wpa/dist/src/radius/radius.c U src/external/bsd/wpa/dist/src/radius/radius.h U src/external/bsd/wpa/dist/src/radius/radius_client.h C src/external/bsd/wpa/dist/src/radius/radius_client.c U src/external/bsd/wpa/dist/src/radius/radius_server.h U src/external/bsd/wpa/dist/src/radius/Makefile C src/external/bsd/wpa/dist/src/radius/radius_das.c U src/external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h 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/tls/pkcs5.h U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.h U src/external/bsd/wpa/dist/src/tls/tlsv1_client_write.c U src/external/bsd/wpa/dist/src/tls/tlsv1_server.h U src/external/bsd/wpa/dist/src/tls/x509v3.c U src/external/bsd/wpa/dist/src/tls/bignum.c U src/external/bsd/wpa/dist/src/tls/tlsv1_client_read.c U src/external/bsd/wpa/dist/src/tls/tlsv1_server_write.c U src/external/bsd/wpa/dist/src/tls/tlsv1_client.h U src/external/bsd/wpa/dist/src/tls/tlsv1_client.c U src/external/bsd/wpa/dist/src/tls/tlsv1_client_ocsp.c U src/external/bsd/wpa/dist/src/tls/tlsv1_server.c U src/external/bsd/wpa/dist/src/tls/x509v3.h U src/external/bsd/wpa/dist/src/tls/pkcs5.c U src/external/bsd/wpa/dist/src/tls/pkcs8.c U src/external/bsd/wpa/dist/src/tls/rsa.h U src/external/bsd/wpa/dist/src/tls/pkcs8.h U src/external/bsd/wpa/dist/src/tls/tlsv1_common.h U src/external/bsd/wpa/dist/src/tls/tlsv1_server_read.c U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.c U src/external/bsd/wpa/dist/src/tls/libtommath.c U src/external/bsd/wpa/dist/src/tls/tlsv1_common.c U src/external/bsd/wpa/dist/src/tls/tlsv1_record.c U src/external/bsd/wpa/dist/src/tls/asn1.h U src/external/bsd/wpa/dist/src/tls/pkcs1.h U src/external/bsd/wpa/dist/src/tls/Makefile U src/external/bsd/wpa/dist/src/tls/rsa.c U src/external/bsd/wpa/dist/src/tls/tlsv1_server_i.h U src/external/bsd/wpa/dist/src/tls/pkcs1.c U src/external/bsd/wpa/dist/src/tls/tlsv1_client_i.h U src/external/bsd/wpa/dist/src/tls/tlsv1_record.h U src/external/bsd/wpa/dist/src/tls/asn1.c U src/external/bsd/wpa/dist/src/tls/bignum.h N src/external/bsd/wpa/dist/src/common/ptksa_cache.c U src/external/bsd/wpa/dist/src/common/defs.h N src/external/bsd/wpa/dist/src/common/dpp_auth.c N src/external/bsd/wpa/dist/src/common/dpp_crypto.c N src/external/bsd/wpa/dist/src/common/dpp_i.h U src/external/bsd/wpa/dist/src/common/linux_bridge.h N src/external/bsd/wpa/dist/src/common/dpp_pkex.c U src/external/bsd/wpa/dist/src/common/dpp.h U src/external/bsd/wpa/dist/src/common/privsep_commands.h U src/external/bsd/wpa/dist/src/common/sae.h U src/external/bsd/wpa/dist/src/common/ocv.h U src/external/bsd/wpa/dist/src/common/dhcp.h U src/external/bsd/wpa/dist/src/common/hw_features_common.c N src/external/bsd/wpa/dist/src/common/nan_de.c U src/external/bsd/wpa/dist/src/common/gas.c U src/external/bsd/wpa/dist/src/common/ieee802_11_defs.h C src/external/bsd/wpa/dist/src/common/sae.c N src/external/bsd/wpa/dist/src/common/sae_pk.c U src/external/bsd/wpa/dist/src/common/wpa_helpers.c U src/external/bsd/wpa/dist/src/common/qca-vendor.h U src/external/bsd/wpa/dist/src/common/hw_features_common.h C src/external/bsd/wpa/dist/src/common/wpa_common.h U src/external/bsd/wpa/dist/src/common/gas.h N src/external/bsd/wpa/dist/src/common/brcm_vendor.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/wpa_helpers.h C src/external/bsd/wpa/dist/src/common/dpp.c U src/external/bsd/wpa/dist/src/common/ieee802_11_common.h U src/external/bsd/wpa/dist/src/common/dragonfly.c U src/external/bsd/wpa/dist/src/common/cli.h U src/external/bsd/wpa/dist/src/common/linux_vlan.h U src/external/bsd/wpa/dist/src/common/ocv.c N src/external/bsd/wpa/dist/src/common/nan_de.h U src/external/bsd/wpa/dist/src/common/wpa_ctrl.c N src/external/bsd/wpa/dist/src/common/nan.h U src/external/bsd/wpa/dist/src/common/ctrl_iface_common.h U src/external/bsd/wpa/dist/src/common/ctrl_iface_common.c U src/external/bsd/wpa/dist/src/common/dragonfly.h U src/external/bsd/wpa/dist/src/common/tnc.h N src/external/bsd/wpa/dist/src/common/dpp_reconfig.c N src/external/bsd/wpa/dist/src/common/dpp_backup.c U src/external/bsd/wpa/dist/src/common/gas_server.c U src/external/bsd/wpa/dist/src/common/wpa_ctrl.h U src/external/bsd/wpa/dist/src/common/qca-vendor-attr.h U src/external/bsd/wpa/dist/src/common/ieee802_11_common.c U src/external/bsd/wpa/dist/src/common/cli.c U src/external/bsd/wpa/dist/src/common/gas_server.h U src/external/bsd/wpa/dist/src/common/ieee802_1x_defs.h U src/external/bsd/wpa/dist/src/common/version.h U src/external/bsd/wpa/dist/src/common/Makefile U src/external/bsd/wpa/dist/src/common/common_module_tests.c N src/external/bsd/wpa/dist/src/common/dpp_tcp.c N src/external/bsd/wpa/dist/src/common/ptksa_cache.h U src/external/bsd/wpa/dist/src/eap_server/eap_server_methods.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_teap.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_sim.c U src/external/bsd/wpa/dist/src/eap_server/eap.h U src/external/bsd/wpa/dist/src/eap_server/eap_server_aka.c U src/external/bsd/wpa/dist/src/eap_server/tncs.c U src/external/bsd/wpa/dist/src/eap_server/ikev2.h U src/external/bsd/wpa/dist/src/eap_server/eap_server_eke.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c U src/external/bsd/wpa/dist/src/eap_server/eap_methods.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_fast.c C src/external/bsd/wpa/dist/src/eap_server/eap_server.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_sake.c C src/external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c U src/external/bsd/wpa/dist/src/eap_server/eap_i.h U src/external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_identity.c U src/external/bsd/wpa/dist/src/eap_server/eap_sim_db.h U src/external/bsd/wpa/dist/src/eap_server/tncs.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_ttls.c U src/external/bsd/wpa/dist/src/eap_server/eap_sim_db.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_tls.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_gpsk.c U src/external/bsd/wpa/dist/src/eap_server/eap_server_pax.c U src/external/bsd/wpa/dist/src/eap_server/ikev2.c U src/external/bsd/wpa/dist/src/eap_server/Makefile 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_gtc.c C src/external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c U src/external/bsd/wpa/dist/src/pae/ieee802_1x_cp.c U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay_i.h U src/external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.h U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay.h U src/external/bsd/wpa/dist/src/pae/ieee802_1x_key.c U src/external/bsd/wpa/dist/src/pae/ieee802_1x_cp.h U src/external/bsd/wpa/dist/src/pae/ieee802_1x_secy_ops.c U src/external/bsd/wpa/dist/src/pae/ieee802_1x_key.h U src/external/bsd/wpa/dist/src/pae/Makefile U src/external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c U src/external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h C src/external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c U src/external/bsd/wpa/dist/src/rsn_supp/preauth.h C src/external/bsd/wpa/dist/src/rsn_supp/wpa_i.h U src/external/bsd/wpa/dist/src/rsn_supp/wpa.h C src/external/bsd/wpa/dist/src/rsn_supp/wpa.c C src/external/bsd/wpa/dist/src/rsn_supp/tdls.c U src/external/bsd/wpa/dist/src/rsn_supp/Makefile U src/external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h U src/external/bsd/wpa/dist/src/rsn_supp/preauth.c U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c U src/external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h 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/Makefile U src/external/bsd/wpa/dist/hs20/client/osu_client.c U src/external/bsd/wpa/dist/hs20/client/devdetail.xml U src/external/bsd/wpa/dist/hs20/client/devinfo.xml U src/external/bsd/wpa/dist/hs20/client/osu_client.h 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/Makefile U src/external/bsd/wpa/dist/hs20/client/est.c U src/external/bsd/wpa/dist/hs20/client/Android.mk 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-MULTI-AP U src/external/bsd/wpa/dist/hostapd/README-WPS U src/external/bsd/wpa/dist/hostapd/android.config 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/hapd_module_tests.c U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.c U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.milenage_db U src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.txt 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 C src/external/bsd/wpa/dist/hostapd/hostapd_cli.c C src/external/bsd/wpa/dist/hostapd/main.c U src/external/bsd/wpa/dist/hostapd/nt_password_hash.c N src/external/bsd/wpa/dist/hostapd/sae_pk_gen.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/README U src/external/bsd/wpa/dist/hostapd/logwatch/hostapd U src/external/bsd/wpa/dist/hostapd/logwatch/hostapd.conf 58 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMALINEN:yesterday -jMALINEN src/external/bsd/wpa/dist