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 3 02:05:41 UTC 2014
Update of /cvsroot/src/external/bsd/wpa/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29035
Log Message:
import v2_0:
2013-01-12 - v2.0
* removed Qt3-based wpa_gui (obsoleted by wpa_qui-qt4)
* removed unmaintained driver wrappers broadcom, iphone, osx, ralink,
hostap, madwifi (hostap and madwifi remain available for hostapd;
their wpa_supplicant functionality is obsoleted by wext)
* improved debug logging (human readable event names, interface name
included in more entries)
* changed AP mode behavior to enable WPS only for open and
WPA/WPA2-Personal configuration
* improved P2P concurrency operations
- better coordination of concurrent scan and P2P search operations
- avoid concurrent remain-on-channel operation requests by canceling
previous operations prior to starting a new one
- reject operations that would require multi-channel concurrency if
the driver does not support it
- add parameter to select whether STA or P2P connection is preferred
if the driver cannot support both at the same time
- allow driver to indicate channel changes
- added optional delay=<search delay in milliseconds> parameter for
p2p_find to avoid taking all radio resources
- use 500 ms p2p_find search delay by default during concurrent
operations
- allow all channels in GO Negotiation if the driver supports
multi-channel concurrency
* added number of small changes to make it easier for static analyzers
to understand the implementation
* fixed number of small bugs (see git logs for more details)
* nl80211: number of updates to use new cfg80211/nl80211 functionality
- replace monitor interface with nl80211 commands for AP mode
- additional information for driver-based AP SME
- STA entry authorization in RSN IBSS
* EAP-pwd:
- fixed KDF for group 21 and zero-padding
- added support for fragmentation
- increased maximum number of hunting-and-pecking iterations
* avoid excessive Probe Response retries for broadcast Probe Request
frames (only with drivers using wpa_supplicant AP mode SME/MLME)
* added "GET country" ctrl_iface command
* do not save an invalid network block in wpa_supplicant.conf to avoid
problems reading the file on next start
* send STA connected/disconnected ctrl_iface events to both the P2P
group and parent interfaces
* added preliminary support for using TLS v1.2 (CONFIG_TLSV12=y)
* added "SET pno <1/0>" ctrl_iface command to start/stop preferred
network offload with sched_scan driver command
* merged in number of changes from Android repository for P2P, nl80211,
and build parameters
* changed P2P GO mode configuration to use driver capabilities to
automatically enable HT operations when supported
* added "wpa_cli status wps" command to fetch WPA2-Personal passhrase
for WPS use cases in AP mode
* EAP-AKA: keep pseudonym identity across EAP exchanges to match EAP-SIM
behavior
* improved reassociation behavior in cases where association is rejected
or when an AP disconnects us to handle common load balancing
mechanisms
- try to avoid extra scans when the needed information is available
* added optional "join" argument for p2p_prov_disc ctrl_iface command
* added group ifname to P2P-PROV-DISC-* events
* added P2P Device Address to AP-STA-DISCONNECTED event and use
p2p_dev_addr parameter name with AP-STA-CONNECTED
* added workarounds for WPS PBC overlap detection for some P2P use cases
where deployed stations work incorrectly
* optimize WPS connection speed by disconnecting prior to WPS scan and
by using single channel scans when AP channel is known
* PCSC and SIM/USIM improvements:
- accept 0x67 (Wrong length) as a response to READ RECORD to fix
issues with some USIM cards
- try to read MNC length from SIM/USIM
- build realm according to 3GPP TS 23.003 with identity from the SIM
- allow T1 protocol to be enabled
* added more WPS and P2P information available through D-Bus
* improve P2P negotiation robustness
- extra waits to get ACK frames through
- longer timeouts for cases where deployed devices have been
identified have issues meeting the specification requirements
- more retries for some P2P frames
- handle race conditions in GO Negotiation start by both devices
- ignore unexpected GO Negotiation Response frame
* added support for libnl 3.2 and newer
* added P2P persistent group info to P2P_PEER data
* maintain a list of P2P Clients for persistent group on GO
* AP: increased initial group key handshake retransmit timeout to 500 ms
* added optional dev_id parameter for p2p_find
* added P2P-FIND-STOPPED ctrl_iface event
* fixed issues in WPA/RSN element validation when roaming with ap_scan=1
and driver-based BSS selection
* do not expire P2P peer entries while connected with the peer in a
group
* fixed WSC element inclusion in cases where P2P is disabled
* AP: added a WPS workaround for mixed mode AP Settings with Windows 7
* EAP-SIM: fixed AT_COUNTER_TOO_SMALL use
* EAP-SIM/AKA: append realm to pseudonym identity
* EAP-SIM/AKA: store pseudonym identity in network configuration to
allow it to persist over multiple EAP sessions and wpa_supplicant
restarts
* EAP-AKA': updated to RFC 5448 (username prefixes changed); note: this
breaks interoperability with older versions
* added support for WFA Hotspot 2.0
- GAS/ANQP to fetch network information
- credential configuration and automatic network selections based on
credential match with ANQP information
* limited PMKSA cache entries to be used only with the network context
that was used to create them
* improved PMKSA cache expiration to avoid unnecessary disconnections
* adjusted bgscan_simple fast-scan backoff to avoid too frequent
background scans
* removed ctrl_iface event on P2P PD Response in join-group case
* added option to fetch BSS table entry based on P2P Device Address
("BSS p2p_dev_addr=<P2P Device Address>")
* added BSS entry age to ctrl_iface BSS command output
* added optional MASK=0xH option for ctrl_iface BSS command to select
which fields are included in the response
* added optional RANGE=ALL|N1-N2 option for ctrl_iface BSS command to
fetch information about several BSSes in one call
* simplified licensing terms by selecting the BSD license as the only
alternative
* added "P2P_SET disallow_freq <freq list>" ctrl_iface command to
disable channels from P2P use
* added p2p_pref_chan configuration parameter to allow preferred P2P
channels to be specified
* added support for advertising immediate availability of a WPS
credential for P2P use cases
* optimized scan operations for P2P use cases (use single channel scan
for a specific SSID when possible)
* EAP-TTLS: fixed peer challenge generation for MSCHAPv2
* SME: do not use reassociation after explicit disconnection request
(local or a notification from an AP)
* added support for sending debug info to Linux tracing (-T on command
line)
* added support for using Deauthentication reason code 3 as an
indication of P2P group termination
* added wps_vendor_ext_m1 configuration parameter to allow vendor
specific attributes to be added to WPS M1
* started using separate TLS library context for tunneled TLS
(EAP-PEAP/TLS, EAP-TTLS/TLS, EAP-FAST/TLS) to support different CA
certificate configuration between Phase 1 and Phase 2
* added optional "auto" parameter for p2p_connect to request automatic
GO Negotiation vs. join-a-group selection
* added disabled_scan_offload parameter to disable automatic scan
offloading (sched_scan)
* added optional persistent=<network id> parameter for p2p_connect to
allow forcing of a specific SSID/passphrase for GO Negotiation
* added support for OBSS scan requests and 20/40 BSS coexistence reports
* reject PD Request for unknown group
* removed scripts and notes related to Windows binary releases (which
have not been used starting from 1.x)
* added initial support for WNM operations
- Keep-alive based on BSS max idle period
- WNM-Sleep Mode
- minimal BSS Transition Management processing
* added autoscan module to control scanning behavior while not connected
- autoscan_periodic and autoscan_exponential modules
* added new WPS NFC ctrl_iface mechanism
- added initial support NFC connection handover
- removed obsoleted WPS_OOB command (including support for deprecated
UFD config_method)
* added optional framework for external password storage ("ext:<name>")
* wpa_cli: added optional support for controlling wpa_supplicant
remotely over UDP (CONFIG_CTRL_IFACE=udp-remote) for testing purposes
* wpa_cli: extended tab completion to more commands
* changed SSID output to use printf-escaped strings instead of masking
of non-ASCII characters
- SSID can now be configured in the same format: ssid=P"abc\x00test"
* removed default ACM=1 from AC_VO and AC_VI
* added optional "ht40" argument for P2P ctrl_iface commands to allow
40 MHz channels to be requested on the 5 GHz band
* added optional parameters for p2p_invite command to specify channel
when reinvoking a persistent group as the GO
* improved FIPS mode builds with OpenSSL
- "make fips" with CONFIG_FIPS=y to build wpa_supplicant with the
OpenSSL FIPS object module
- replace low level OpenSSL AES API calls to use EVP
- use OpenSSL keying material exporter when possible
- do not export TLS keys in FIPS mode
- remove MD5 from CONFIG_FIPS=y builds
- use OpenSSL function for PKBDF2 passphrase-to-PSK
- use OpenSSL HMAC implementation
- mix RAND_bytes() output into random_get_bytes() to force OpenSSL
DRBG to be used in FIPS mode
- use OpenSSL CMAC implementation
* added mechanism to disable TLS Session Ticket extension
- a workaround for servers that do not support TLS extensions that
was enabled by default in recent OpenSSL versions
- tls_disable_session_ticket=1
- automatically disable TLS Session Ticket extension by default when
using EAP-TLS/PEAP/TTLS (i.e., only use it with EAP-FAST)
* changed VENDOR-TEST EAP method to use proper private enterprise number
(this will not interoperate with older versions)
* disable network block temporarily on authentication failures
* improved WPS AP selection during WPS PIN iteration
* added support for configuring GCMP cipher for IEEE 802.11ad
* added support for Wi-Fi Display extensions
- WFD_SUBELEMENT_SET ctrl_iface command to configure WFD subelements
- SET wifi_display <0/1> to disable/enable WFD support
- WFD service discovery
- an external program is needed to manage the audio/video streaming
and codecs
* optimized scan result use for network selection
- use the internal BSS table instead of raw scan results
- allow unnecessary scans to be skipped if fresh information is
available (e.g., after GAS/ANQP round for Interworking)
* added support for 256-bit AES with internal TLS implementation
* allow peer to propose channel in P2P invitation process for a
persistent group
* added disallow_aps parameter to allow BSSIDs/SSIDs to be disallowed
from network selection
* re-enable the networks disabled during WPS operations
* allow P2P functionality to be disabled per interface (p2p_disabled=1)
* added secondary device types into P2P_PEER output
* added an option to disable use of a separate P2P group interface
(p2p_no_group_iface=1)
* fixed P2P Bonjour SD to match entries with both compressed and not
compressed domain name format and support multiple Bonjour PTR matches
for the same key
* use deauthentication instead of disassociation for all disconnection
operations; this removes the now unused disassociate() wpa_driver_ops
callback
* optimized PSK generation on P2P GO by caching results to avoid
multiple PBKDF2 operations
* added okc=1 global configuration parameter to allow OKC to be enabled
by default for all network blocks
* added a workaround for WPS PBC session overlap detection to avoid
interop issues with deployed station implementations that do not
remove active PBC indication from Probe Request frames properly
* added basic support for 60 GHz band
* extend EAPOL frames processing workaround for roaming cases
(postpone processing of unexpected EAPOL frame until association
event to handle reordered events)
Status:
Vendor Tag: MALINEN
Release Tags: v2_0
U src/external/bsd/wpa/dist/README
U src/external/bsd/wpa/dist/COPYING
U src/external/bsd/wpa/dist/src/lib.rules
U src/external/bsd/wpa/dist/src/Makefile
U src/external/bsd/wpa/dist/src/eap_server/eap_methods.h
U src/external/bsd/wpa/dist/src/eap_server/ikev2.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_tnc.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_md5.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c
U src/external/bsd/wpa/dist/src/eap_server/tncs.h
U src/external/bsd/wpa/dist/src/eap_server/eap_i.h
U src/external/bsd/wpa/dist/src/eap_server/ikev2.h
U src/external/bsd/wpa/dist/src/eap_server/eap_server_methods.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_identity.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c
U src/external/bsd/wpa/dist/src/eap_server/eap_tls_common.h
U src/external/bsd/wpa/dist/src/eap_server/tncs.c
U src/external/bsd/wpa/dist/src/eap_server/eap_sim_db.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.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_sake.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_pax.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_tls.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_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_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/eap_server_gpsk.c
U src/external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c
U src/external/bsd/wpa/dist/src/eap_server/eap.h
U src/external/bsd/wpa/dist/src/radius/radius_client.c
U src/external/bsd/wpa/dist/src/radius/radius.h
N src/external/bsd/wpa/dist/src/radius/radius_das.c
U src/external/bsd/wpa/dist/src/radius/.gitignore
U src/external/bsd/wpa/dist/src/radius/radius_server.c
U src/external/bsd/wpa/dist/src/radius/radius_server.h
U src/external/bsd/wpa/dist/src/radius/Makefile
N src/external/bsd/wpa/dist/src/radius/radius_das.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/eapol_supp/eapol_supp_sm.c
U src/external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h
U src/external/bsd/wpa/dist/src/eapol_supp/Makefile
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/rsn_supp/tdls.c
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/peerkey.h
U src/external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c
U src/external/bsd/wpa/dist/src/rsn_supp/preauth.h
U src/external/bsd/wpa/dist/src/rsn_supp/wpa.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/peerkey.c
U src/external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h
U src/external/bsd/wpa/dist/src/drivers/driver_roboswitch.c
U src/external/bsd/wpa/dist/src/drivers/ndis_events.c
U src/external/bsd/wpa/dist/src/drivers/drivers.c
U src/external/bsd/wpa/dist/src/drivers/driver_wired.c
U src/external/bsd/wpa/dist/src/drivers/driver_madwifi.c
U src/external/bsd/wpa/dist/src/drivers/driver_ndis.c
C src/external/bsd/wpa/dist/src/drivers/driver_bsd.c
U src/external/bsd/wpa/dist/src/drivers/driver_nl80211.c
U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.c
N src/external/bsd/wpa/dist/src/drivers/linux_wext.h
U src/external/bsd/wpa/dist/src/drivers/driver_hostap.c
U src/external/bsd/wpa/dist/src/drivers/drivers.mk
U src/external/bsd/wpa/dist/src/drivers/.gitignore
U src/external/bsd/wpa/dist/src/drivers/driver_wext.c
U src/external/bsd/wpa/dist/src/drivers/drivers.mak
U src/external/bsd/wpa/dist/src/drivers/netlink.c
U src/external/bsd/wpa/dist/src/drivers/rfkill.h
U src/external/bsd/wpa/dist/src/drivers/driver.h
U src/external/bsd/wpa/dist/src/drivers/driver_ndis.h
U src/external/bsd/wpa/dist/src/drivers/driver_privsep.c
U src/external/bsd/wpa/dist/src/drivers/nl80211_copy.h
U src/external/bsd/wpa/dist/src/drivers/netlink.h
U src/external/bsd/wpa/dist/src/drivers/driver_atheros.c
U src/external/bsd/wpa/dist/src/drivers/rfkill.c
U src/external/bsd/wpa/dist/src/drivers/driver_common.c
C src/external/bsd/wpa/dist/src/drivers/driver_test.c
U src/external/bsd/wpa/dist/src/drivers/priv_netlink.h
N src/external/bsd/wpa/dist/src/drivers/android_drv.h
U src/external/bsd/wpa/dist/src/drivers/linux_ioctl.h
U src/external/bsd/wpa/dist/src/drivers/driver_ndis_.c
U src/external/bsd/wpa/dist/src/drivers/Makefile
U src/external/bsd/wpa/dist/src/drivers/driver_hostap.h
U src/external/bsd/wpa/dist/src/drivers/driver_none.c
U src/external/bsd/wpa/dist/src/drivers/driver_wext.h
U src/external/bsd/wpa/dist/src/eap_common/eap_peap_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_psk_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_defs.h
U src/external/bsd/wpa/dist/src/eap_common/ikev2_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_ttls.h
U src/external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_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/chap.c
U src/external/bsd/wpa/dist/src/eap_common/eap_fast_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_fast_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_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_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_sake_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_wsc_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_sim_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_tlv_common.h
U src/external/bsd/wpa/dist/src/eap_common/ikev2_common.c
U src/external/bsd/wpa/dist/src/eap_common/Makefile
U src/external/bsd/wpa/dist/src/eap_common/eap_pax_common.c
U src/external/bsd/wpa/dist/src/eap_common/eap_sim_common.h
U src/external/bsd/wpa/dist/src/eap_common/chap.h
U src/external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h
U src/external/bsd/wpa/dist/src/eap_common/eap_peap_common.h
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_privsep.c
C src/external/bsd/wpa/dist/src/l2_packet/l2_packet_freebsd.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_linux.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_winpcap.c
U src/external/bsd/wpa/dist/src/l2_packet/Makefile
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c
U src/external/bsd/wpa/dist/src/l2_packet/l2_packet.h
U src/external/bsd/wpa/dist/src/p2p/p2p_invitation.c
U src/external/bsd/wpa/dist/src/p2p/p2p_parse.c
U src/external/bsd/wpa/dist/src/p2p/p2p_sd.c
U src/external/bsd/wpa/dist/src/p2p/p2p_group.c
U src/external/bsd/wpa/dist/src/p2p/p2p_i.h
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_dev_disc.c
U src/external/bsd/wpa/dist/src/p2p/p2p_pd.c
U src/external/bsd/wpa/dist/src/p2p/p2p_go_neg.c
U src/external/bsd/wpa/dist/src/p2p/p2p_utils.c
U src/external/bsd/wpa/dist/src/p2p/Makefile
U src/external/bsd/wpa/dist/src/p2p/p2p_build.c
U src/external/bsd/wpa/dist/src/crypto/aes-internal-dec.c
U src/external/bsd/wpa/dist/src/crypto/milenage.h
U src/external/bsd/wpa/dist/src/crypto/fips_prf_gnutls.c
N src/external/bsd/wpa/dist/src/crypto/sha256-tlsprf.c
U src/external/bsd/wpa/dist/src/crypto/tls_openssl.c
U src/external/bsd/wpa/dist/src/crypto/aes-ctr.c
U src/external/bsd/wpa/dist/src/crypto/random.c
U src/external/bsd/wpa/dist/src/crypto/md5-internal.c
U src/external/bsd/wpa/dist/src/crypto/sha1.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-modexp.c
U src/external/bsd/wpa/dist/src/crypto/dh_groups.h
U src/external/bsd/wpa/dist/src/crypto/ms_funcs.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_nss.c
U src/external/bsd/wpa/dist/src/crypto/des-internal.c
U src/external/bsd/wpa/dist/src/crypto/dh_group5.c
U src/external/bsd/wpa/dist/src/crypto/crypto_nss.c
U src/external/bsd/wpa/dist/src/crypto/aes_i.h
U src/external/bsd/wpa/dist/src/crypto/rc4.c
U src/external/bsd/wpa/dist/src/crypto/tls_gnutls.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal.c
N src/external/bsd/wpa/dist/src/crypto/sha1-prf.c
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-rsa.c
U src/external/bsd/wpa/dist/src/crypto/crypto_libtomcrypt.c
U src/external/bsd/wpa/dist/src/crypto/random.h
U src/external/bsd/wpa/dist/src/crypto/aes-omac1.c
U src/external/bsd/wpa/dist/src/crypto/dh_group5.h
U src/external/bsd/wpa/dist/src/crypto/milenage.c
U src/external/bsd/wpa/dist/src/crypto/tls_none.c
U src/external/bsd/wpa/dist/src/crypto/md5.c
U src/external/bsd/wpa/dist/src/crypto/crypto_cryptoapi.c
U src/external/bsd/wpa/dist/src/crypto/tls_nss.c
N src/external/bsd/wpa/dist/src/crypto/sha256_i.h
U src/external/bsd/wpa/dist/src/crypto/sha256.c
U src/external/bsd/wpa/dist/src/crypto/md4-internal.c
U src/external/bsd/wpa/dist/src/crypto/.gitignore
U src/external/bsd/wpa/dist/src/crypto/md5.h
U src/external/bsd/wpa/dist/src/crypto/sha256-internal.c
N src/external/bsd/wpa/dist/src/crypto/aes-gcm.c
U src/external/bsd/wpa/dist/src/crypto/aes_wrap.h
U src/external/bsd/wpa/dist/src/crypto/aes-internal.c
U src/external/bsd/wpa/dist/src/crypto/tls.h
U src/external/bsd/wpa/dist/src/crypto/des_i.h
U src/external/bsd/wpa/dist/src/crypto/aes-eax.c
U src/external/bsd/wpa/dist/src/crypto/sha1.h
U src/external/bsd/wpa/dist/src/crypto/aes-cbc.c
U src/external/bsd/wpa/dist/src/crypto/aes-internal-enc.c
U src/external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_cryptoapi.c
U src/external/bsd/wpa/dist/src/crypto/aes-encblock.c
U src/external/bsd/wpa/dist/src/crypto/ms_funcs.h
U src/external/bsd/wpa/dist/src/crypto/sha1-tprf.c
U src/external/bsd/wpa/dist/src/crypto/aes-unwrap.c
U src/external/bsd/wpa/dist/src/crypto/sha1-pbkdf2.c
U src/external/bsd/wpa/dist/src/crypto/tls_schannel.c
U src/external/bsd/wpa/dist/src/crypto/crypto_openssl.c
U src/external/bsd/wpa/dist/src/crypto/crypto_gnutls.c
U src/external/bsd/wpa/dist/src/crypto/aes-wrap.c
U src/external/bsd/wpa/dist/src/crypto/dh_groups.c
U src/external/bsd/wpa/dist/src/crypto/Makefile
N src/external/bsd/wpa/dist/src/crypto/aes-ccm.c
U src/external/bsd/wpa/dist/src/crypto/md5_i.h
U src/external/bsd/wpa/dist/src/crypto/crypto_internal-cipher.c
U src/external/bsd/wpa/dist/src/crypto/fips_prf_internal.c
U src/external/bsd/wpa/dist/src/crypto/crypto.h
U src/external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c
U src/external/bsd/wpa/dist/src/crypto/sha1_i.h
U src/external/bsd/wpa/dist/src/crypto/sha1-internal.c
U src/external/bsd/wpa/dist/src/crypto/crypto_none.c
N src/external/bsd/wpa/dist/src/crypto/sha256-prf.c
U src/external/bsd/wpa/dist/src/crypto/sha256.h
U src/external/bsd/wpa/dist/src/crypto/tls_internal.c
U src/external/bsd/wpa/dist/src/crypto/aes.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_read.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_i.h
U src/external/bsd/wpa/dist/src/tls/x509v3.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_i.h
U src/external/bsd/wpa/dist/src/tls/bignum.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_common.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server.h
U src/external/bsd/wpa/dist/src/tls/pkcs5.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_cred.c
U src/external/bsd/wpa/dist/src/tls/bignum.c
U src/external/bsd/wpa/dist/src/tls/libtommath.c
U src/external/bsd/wpa/dist/src/tls/.gitignore
U src/external/bsd/wpa/dist/src/tls/pkcs8.h
U src/external/bsd/wpa/dist/src/tls/pkcs1.c
U src/external/bsd/wpa/dist/src/tls/asn1.c
U src/external/bsd/wpa/dist/src/tls/rsa.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_record.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_client.c
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.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_read.c
U src/external/bsd/wpa/dist/src/tls/Makefile
U src/external/bsd/wpa/dist/src/tls/tlsv1_client_write.c
U src/external/bsd/wpa/dist/src/tls/tlsv1_common.c
U src/external/bsd/wpa/dist/src/tls/pkcs8.c
U src/external/bsd/wpa/dist/src/tls/x509v3.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_server_write.c
U src/external/bsd/wpa/dist/src/tls/pkcs5.h
U src/external/bsd/wpa/dist/src/tls/pkcs1.h
U src/external/bsd/wpa/dist/src/tls/rsa.h
U src/external/bsd/wpa/dist/src/tls/tlsv1_client.h
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_sm.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.c
U src/external/bsd/wpa/dist/src/eapol_auth/Makefile
U src/external/bsd/wpa/dist/src/ap/wps_hostapd.h
U src/external/bsd/wpa/dist/src/ap/ap_drv_ops.c
U src/external/bsd/wpa/dist/src/ap/ieee802_1x.c
U src/external/bsd/wpa/dist/src/ap/drv_callbacks.c
U src/external/bsd/wpa/dist/src/ap/ap_config.h
N src/external/bsd/wpa/dist/src/ap/wnm_ap.c
U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.c
N src/external/bsd/wpa/dist/src/ap/ieee802_11_vht.c
U src/external/bsd/wpa/dist/src/ap/authsrv.h
U src/external/bsd/wpa/dist/src/ap/preauth_auth.h
U src/external/bsd/wpa/dist/src/ap/beacon.c
N src/external/bsd/wpa/dist/src/ap/gas_serv.c
U src/external/bsd/wpa/dist/src/ap/beacon.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11.c
N src/external/bsd/wpa/dist/src/ap/hs20.h
U src/external/bsd/wpa/dist/src/ap/hw_features.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_ht.c
U src/external/bsd/wpa/dist/src/ap/ap_list.h
U src/external/bsd/wpa/dist/src/ap/sta_info.c
U src/external/bsd/wpa/dist/src/ap/hostapd.c
U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c
U src/external/bsd/wpa/dist/src/ap/peerkey_auth.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_glue.h
U src/external/bsd/wpa/dist/src/ap/vlan_init.c
U src/external/bsd/wpa/dist/src/ap/wps_hostapd.c
N src/external/bsd/wpa/dist/src/ap/gas_serv.h
N src/external/bsd/wpa/dist/src/ap/hs20.c
U src/external/bsd/wpa/dist/src/ap/hw_features.c
U src/external/bsd/wpa/dist/src/ap/wmm.c
U src/external/bsd/wpa/dist/src/ap/ieee802_1x.h
U src/external/bsd/wpa/dist/src/ap/ieee802_11_shared.c
U src/external/bsd/wpa/dist/src/ap/ap_config.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_i.h
U src/external/bsd/wpa/dist/src/ap/ap_list.c
U src/external/bsd/wpa/dist/src/ap/utils.c
U src/external/bsd/wpa/dist/src/ap/tkip_countermeasures.c
U src/external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ft.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth.h
U src/external/bsd/wpa/dist/src/ap/iapp.h
U src/external/bsd/wpa/dist/src/ap/iapp.c
U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c
N src/external/bsd/wpa/dist/src/ap/vlan_util.c
U src/external/bsd/wpa/dist/src/ap/ap_mlme.h
U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.h
U src/external/bsd/wpa/dist/src/ap/authsrv.c
U src/external/bsd/wpa/dist/src/ap/p2p_hostapd.c
N src/external/bsd/wpa/dist/src/ap/vlan_util.h
U src/external/bsd/wpa/dist/src/ap/sta_info.h
U src/external/bsd/wpa/dist/src/ap/accounting.h
U src/external/bsd/wpa/dist/src/ap/wmm.h
U src/external/bsd/wpa/dist/src/ap/Makefile
U src/external/bsd/wpa/dist/src/ap/ieee802_11_auth.c
U src/external/bsd/wpa/dist/src/ap/ap_mlme.c
U src/external/bsd/wpa/dist/src/ap/ieee802_11.h
U src/external/bsd/wpa/dist/src/ap/hostapd.h
U src/external/bsd/wpa/dist/src/ap/vlan_init.h
C src/external/bsd/wpa/dist/src/ap/wpa_auth.c
U src/external/bsd/wpa/dist/src/ap/wpa_auth_ie.h
U src/external/bsd/wpa/dist/src/ap/preauth_auth.c
N src/external/bsd/wpa/dist/src/ap/eap_user_db.c
U src/external/bsd/wpa/dist/src/ap/ap_drv_ops.h
U src/external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h
U src/external/bsd/wpa/dist/src/ap/accounting.c
N src/external/bsd/wpa/dist/src/ap/wnm_ap.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_sake.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tnc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_peap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_pax.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_sim.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_aka.c
U src/external/bsd/wpa/dist/src/eap_peer/ikev2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_pwd.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_i.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h
U src/external/bsd/wpa/dist/src/eap_peer/ikev2.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_otp.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_methods.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_config.h
U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_psk.c
U src/external/bsd/wpa/dist/src/eap_peer/mschapv2.h
U src/external/bsd/wpa/dist/src/eap_peer/tncc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_md5.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_wsc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_leap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c
U src/external/bsd/wpa/dist/src/eap_peer/Makefile
U src/external/bsd/wpa/dist/src/eap_peer/eap_gtc.c
U src/external/bsd/wpa/dist/src/eap_peer/eap_ttls.c
U src/external/bsd/wpa/dist/src/eap_peer/eap.c
U src/external/bsd/wpa/dist/src/eap_peer/eap.h
U src/external/bsd/wpa/dist/src/eap_peer/eap_fast.c
U src/external/bsd/wpa/dist/src/eap_peer/tncc.h
U src/external/bsd/wpa/dist/src/wps/wps_attr_process.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c
U src/external/bsd/wpa/dist/src/wps/httpread.h
U src/external/bsd/wpa/dist/src/wps/http_client.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp.c
U src/external/bsd/wpa/dist/src/wps/wps_er.c
U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.c
U src/external/bsd/wpa/dist/src/wps/wps_er_ssdp.c
U src/external/bsd/wpa/dist/src/wps/wps_i.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp_ap.c
U src/external/bsd/wpa/dist/src/wps/upnp_xml.c
U src/external/bsd/wpa/dist/src/wps/wps_attr_parse.c
U src/external/bsd/wpa/dist/src/wps/wps_common.c
U src/external/bsd/wpa/dist/src/wps/wps.h
U src/external/bsd/wpa/dist/src/wps/wps_registrar.c
U src/external/bsd/wpa/dist/src/wps/http.h
U src/external/bsd/wpa/dist/src/wps/wps.c
U src/external/bsd/wpa/dist/src/wps/wps_er.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp.h
U src/external/bsd/wpa/dist/src/wps/wps_defs.h
U src/external/bsd/wpa/dist/src/wps/http_server.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp_event.c
U src/external/bsd/wpa/dist/src/wps/wps_enrollee.c
U src/external/bsd/wpa/dist/src/wps/wps_dev_attr.h
U src/external/bsd/wpa/dist/src/wps/wps_upnp_i.h
U src/external/bsd/wpa/dist/src/wps/wps_validate.c
U src/external/bsd/wpa/dist/src/wps/wps_upnp_web.c
U src/external/bsd/wpa/dist/src/wps/ndef.c
U src/external/bsd/wpa/dist/src/wps/http_client.h
U src/external/bsd/wpa/dist/src/wps/upnp_xml.h
U src/external/bsd/wpa/dist/src/wps/Makefile
U src/external/bsd/wpa/dist/src/wps/httpread.c
N src/external/bsd/wpa/dist/src/wps/wps_attr_parse.h
U src/external/bsd/wpa/dist/src/wps/http_server.c
U src/external/bsd/wpa/dist/src/wps/wps_attr_build.c
N src/external/bsd/wpa/dist/src/utils/ext_password_test.c
U src/external/bsd/wpa/dist/src/utils/os_internal.c
U src/external/bsd/wpa/dist/src/utils/common.c
U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.h
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/wpabuf.h
C src/external/bsd/wpa/dist/src/utils/os.h
N src/external/bsd/wpa/dist/src/utils/ext_password_i.h
U src/external/bsd/wpa/dist/src/utils/edit_readline.c
U src/external/bsd/wpa/dist/src/utils/ip_addr.h
U src/external/bsd/wpa/dist/src/utils/ip_addr.c
U src/external/bsd/wpa/dist/src/utils/radiotap_iter.h
U src/external/bsd/wpa/dist/src/utils/state_machine.h
U src/external/bsd/wpa/dist/src/utils/os_unix.c
U src/external/bsd/wpa/dist/src/utils/os_none.c
U src/external/bsd/wpa/dist/src/utils/.gitignore
N src/external/bsd/wpa/dist/src/utils/ext_password.c
U src/external/bsd/wpa/dist/src/utils/build_config.h
C src/external/bsd/wpa/dist/src/utils/trace.h
U src/external/bsd/wpa/dist/src/utils/trace.c
U src/external/bsd/wpa/dist/src/utils/pcsc_funcs.c
U src/external/bsd/wpa/dist/src/utils/uuid.c
C src/external/bsd/wpa/dist/src/utils/radiotap.h
C src/external/bsd/wpa/dist/src/utils/eloop.c
U src/external/bsd/wpa/dist/src/utils/eloop_win.c
U src/external/bsd/wpa/dist/src/utils/base64.h
N src/external/bsd/wpa/dist/src/utils/ext_password.h
U src/external/bsd/wpa/dist/src/utils/edit_simple.c
U src/external/bsd/wpa/dist/src/utils/includes.h
U src/external/bsd/wpa/dist/src/utils/eloop_none.c
U src/external/bsd/wpa/dist/src/utils/list.h
U src/external/bsd/wpa/dist/src/utils/Makefile
U src/external/bsd/wpa/dist/src/utils/base64.c
U src/external/bsd/wpa/dist/src/utils/eloop.h
U src/external/bsd/wpa/dist/src/utils/wpa_debug.c
U src/external/bsd/wpa/dist/src/utils/common.h
U src/external/bsd/wpa/dist/src/utils/edit.h
U src/external/bsd/wpa/dist/src/utils/radiotap.c
U src/external/bsd/wpa/dist/src/utils/wpabuf.c
U src/external/bsd/wpa/dist/src/utils/wpa_debug.h
U src/external/bsd/wpa/dist/src/utils/uuid.h
U src/external/bsd/wpa/dist/src/common/version.h
U src/external/bsd/wpa/dist/src/common/gas.c
U src/external/bsd/wpa/dist/src/common/privsep_commands.h
U src/external/bsd/wpa/dist/src/common/ieee802_11_defs.h
U src/external/bsd/wpa/dist/src/common/gas.h
U src/external/bsd/wpa/dist/src/common/wpa_common.h
U src/external/bsd/wpa/dist/src/common/ieee802_11_common.c
U src/external/bsd/wpa/dist/src/common/Makefile
U src/external/bsd/wpa/dist/src/common/eapol_common.h
U src/external/bsd/wpa/dist/src/common/wpa_ctrl.h
U src/external/bsd/wpa/dist/src/common/ieee802_11_common.h
U src/external/bsd/wpa/dist/src/common/wpa_common.c
U src/external/bsd/wpa/dist/src/common/defs.h
U src/external/bsd/wpa/dist/src/common/wpa_ctrl.c
U src/external/bsd/wpa/dist/wpa_supplicant/eap_testing.txt
N src/external/bsd/wpa/dist/wpa_supplicant/README-HS20
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.h
U src/external/bsd/wpa/dist/wpa_supplicant/sme.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c
U src/external/bsd/wpa/dist/wpa_supplicant/nmake.mak
C src/external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c
U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.c
N src/external/bsd/wpa/dist/wpa_supplicant/nfc_pw_token.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_simple.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/bgscan.h
U src/external/bsd/wpa/dist/wpa_supplicant/events.c
U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/eap_register.c
U src/external/bsd/wpa/dist/wpa_supplicant/main_none.c
U src/external/bsd/wpa/dist/wpa_supplicant/ChangeLog
N src/external/bsd/wpa/dist/wpa_supplicant/autoscan_exponential.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_ssid.h
U src/external/bsd/wpa/dist/wpa_supplicant/bss.c
U src/external/bsd/wpa/dist/wpa_supplicant/config.h
U src/external/bsd/wpa/dist/wpa_supplicant/sme.h
U src/external/bsd/wpa/dist/wpa_supplicant/ap.h
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c
U src/external/bsd/wpa/dist/wpa_supplicant/defconfig
U src/external/bsd/wpa/dist/wpa_supplicant/main.c
N src/external/bsd/wpa/dist/wpa_supplicant/autoscan_periodic.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan.c
U src/external/bsd/wpa/dist/wpa_supplicant/interworking.h
N src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c
U src/external/bsd/wpa/dist/wpa_supplicant/eapol_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/ap.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_file.c
U src/external/bsd/wpa/dist/wpa_supplicant/scan.c
U src/external/bsd/wpa/dist/wpa_supplicant/main_winmain.c
U src/external/bsd/wpa/dist/wpa_supplicant/blacklist.c
U src/external/bsd/wpa/dist/wpa_supplicant/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/README-P2P
N src/external/bsd/wpa/dist/wpa_supplicant/autoscan.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c
U src/external/bsd/wpa/dist/wpa_supplicant/README
U src/external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c
U src/external/bsd/wpa/dist/wpa_supplicant/config_none.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c
N src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c
N src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.h
U src/external/bsd/wpa/dist/wpa_supplicant/scan.h
N src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_template.conf
U src/external/bsd/wpa/dist/wpa_supplicant/README-Windows.txt
U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/bss.h
N src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.mk
N src/external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h
U src/external/bsd/wpa/dist/wpa_supplicant/win_if_list.c
U src/external/bsd/wpa/dist/wpa_supplicant/interworking.c
N src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.sh
U src/external/bsd/wpa/dist/wpa_supplicant/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/README-WPS
U src/external/bsd/wpa/dist/wpa_supplicant/win_example.reg
U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c
U src/external/bsd/wpa/dist/wpa_supplicant/gas_query.h
U src/external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf
N src/external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h
U src/external/bsd/wpa/dist/wpa_supplicant/notify.h
U src/external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c
U src/external/bsd/wpa/dist/wpa_supplicant/notify.c
U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.h
U src/external/bsd/wpa/dist/wpa_supplicant/config_winreg.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_passphrase.c
U src/external/bsd/wpa/dist/wpa_supplicant/preauth_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/Android.mk
N src/external/bsd/wpa/dist/wpa_supplicant/android.config
N src/external/bsd/wpa/dist/wpa_supplicant/wifi_display.c
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/config.c
U src/external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c
U src/external/bsd/wpa/dist/wpa_supplicant/blacklist.h
U src/external/bsd/wpa/dist/wpa_supplicant/offchannel.c
N src/external/bsd/wpa/dist/wpa_supplicant/autoscan.c
U src/external/bsd/wpa/dist/wpa_supplicant/main_winsvc.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c
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_handlers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.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_dict_helpers.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.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_handlers_wps.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.c
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_common_i.h
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers_wps.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c
U
src/external/bsd/wpa/dist/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.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_supplicant.conf.5
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_background.8
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/manpage.links
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/.gitignore
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_supplicant.conf.sgml
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/Makefile
U src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml
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_priv.8
N
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.in
N
src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in
N src/external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
U src/external/bsd/wpa/dist/wpa_supplicant/tests/test_eap_sim_common.c
U src/external/bsd/wpa/dist/wpa_supplicant/tests/test_wpa.c
U src/external/bsd/wpa/dist/wpa_supplicant/tests/link_test.c
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant.sln
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/eapol_test/eapol_test.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj
U
src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj
U
src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_passphrase/wpa_passphrase.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_cli/wpa_cli.vcproj
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-signals.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/60_wpa_supplicant
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/plaintext.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action.sh
U src/external/bsd/wpa/dist/wpa_supplicant/examples/openCryptoki.conf
U src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action-udhcp.sh
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-wps.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-test.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/ieee8021x.conf
N src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-nfc.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/wps-ap-cli
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-getall.py
U src/external/bsd/wpa/dist/wpa_supplicant/examples/wep.conf
N 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/wpa2-eap-ccmp.conf
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_disconnect.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_stop_find.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_flush.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_group_add.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_listen.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_find.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_invite.py
N src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_connect.py
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.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.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/icons.qrc
N src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.h
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.pro
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.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/wpamsg.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h
N src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.cpp
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/.gitignore
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui
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_png.qrc
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.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/wpagui.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/wpa_gui.desktop
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.ui
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h
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.h
U src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.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/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/wpa_gui-qt4/icons/invitation.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/README
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/ap.svg
N src/external/bsd/wpa/dist/wpa_supplicant/utils/log2pcap.py
U src/external/bsd/wpa/dist/patches/openssl-0.9.8i-tls-extensions.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.9-session-ticket.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.8e-tls-extensions.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.8g-tls-extensions.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.8d-tls-extensions.patch
N src/external/bsd/wpa/dist/patches/openssl-0.9.8x-tls-extensions.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.8-tls-extensions.patch
U src/external/bsd/wpa/dist/patches/openssl-0.9.8h-tls-extensions.patch
N 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/hlr_auc_gw.milenage_db
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/dump_state.c
U src/external/bsd/wpa/dist/hostapd/dump_state.h
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.c
N src/external/bsd/wpa/dist/hostapd/hlr_auc_gw.txt
U src/external/bsd/wpa/dist/hostapd/hostapd.8
N src/external/bsd/wpa/dist/hostapd/hostapd.eap_user_sqlite
U src/external/bsd/wpa/dist/hostapd/hostapd.accept
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/main.c
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
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/logwatch/hostapd.conf
U src/external/bsd/wpa/dist/hostapd/logwatch/README
U src/external/bsd/wpa/dist/hostapd/logwatch/hostapd
11 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jMALINEN:yesterday -jMALINEN src/external/bsd/wpa/dist
Home |
Main Index |
Thread Index |
Old Index