Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/wpa/dist import v2_0:
details: https://anonhg.NetBSD.org/src/rev/739658277fd8
branches: trunk
changeset: 325672:739658277fd8
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 03 02:04:55 2014 +0000
description:
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)
diffstat:
external/bsd/wpa/dist/COPYING | 352 +-
external/bsd/wpa/dist/README | 27 +-
external/bsd/wpa/dist/hostapd/Android.mk | 60 +-
external/bsd/wpa/dist/hostapd/ChangeLog | 119 +-
external/bsd/wpa/dist/hostapd/Makefile | 82 +-
external/bsd/wpa/dist/hostapd/README | 29 +-
external/bsd/wpa/dist/hostapd/README-WPS | 49 +
external/bsd/wpa/dist/hostapd/android.config | 190 +
external/bsd/wpa/dist/hostapd/config_file.c | 1333 +++-
external/bsd/wpa/dist/hostapd/config_file.h | 13 +-
external/bsd/wpa/dist/hostapd/ctrl_iface.c | 668 +-
external/bsd/wpa/dist/hostapd/ctrl_iface.h | 23 +-
external/bsd/wpa/dist/hostapd/defconfig | 23 +
external/bsd/wpa/dist/hostapd/dump_state.c | 10 +-
external/bsd/wpa/dist/hostapd/dump_state.h | 10 +-
external/bsd/wpa/dist/hostapd/eap_register.c | 15 +-
external/bsd/wpa/dist/hostapd/eap_register.h | 10 +-
external/bsd/wpa/dist/hostapd/hlr_auc_gw.c | 320 +-
external/bsd/wpa/dist/hostapd/hlr_auc_gw.txt | 104 +
external/bsd/wpa/dist/hostapd/hostapd.conf | 412 +-
external/bsd/wpa/dist/hostapd/hostapd.eap_user_sqlite | 17 +
external/bsd/wpa/dist/hostapd/main.c | 136 +-
external/bsd/wpa/dist/hostapd/nt_password_hash.c | 10 +-
external/bsd/wpa/dist/patches/openssl-0.9.8x-tls-extensions.patch | 396 +
external/bsd/wpa/dist/src/ap/accounting.c | 118 +-
external/bsd/wpa/dist/src/ap/accounting.h | 17 +-
external/bsd/wpa/dist/src/ap/ap_config.c | 124 +-
external/bsd/wpa/dist/src/ap/ap_config.h | 147 +-
external/bsd/wpa/dist/src/ap/ap_drv_ops.c | 75 +-
external/bsd/wpa/dist/src/ap/ap_drv_ops.h | 23 +-
external/bsd/wpa/dist/src/ap/ap_list.c | 38 +-
external/bsd/wpa/dist/src/ap/ap_list.h | 11 +-
external/bsd/wpa/dist/src/ap/ap_mlme.c | 10 +-
external/bsd/wpa/dist/src/ap/ap_mlme.h | 10 +-
external/bsd/wpa/dist/src/ap/authsrv.c | 22 +-
external/bsd/wpa/dist/src/ap/authsrv.h | 10 +-
external/bsd/wpa/dist/src/ap/beacon.c | 379 +-
external/bsd/wpa/dist/src/ap/beacon.h | 4 +-
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c | 205 +-
external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h | 14 +-
external/bsd/wpa/dist/src/ap/drv_callbacks.c | 305 +-
external/bsd/wpa/dist/src/ap/eap_user_db.c | 270 +
external/bsd/wpa/dist/src/ap/gas_serv.c | 1172 ++++
external/bsd/wpa/dist/src/ap/gas_serv.h | 71 +
external/bsd/wpa/dist/src/ap/hostapd.c | 543 +-
external/bsd/wpa/dist/src/ap/hostapd.h | 82 +-
external/bsd/wpa/dist/src/ap/hs20.c | 31 +
external/bsd/wpa/dist/src/ap/hs20.h | 16 +
external/bsd/wpa/dist/src/ap/hw_features.c | 110 +-
external/bsd/wpa/dist/src/ap/hw_features.h | 5 +-
external/bsd/wpa/dist/src/ap/iapp.c | 10 +-
external/bsd/wpa/dist/src/ap/iapp.h | 10 +-
external/bsd/wpa/dist/src/ap/ieee802_11.c | 419 +-
external/bsd/wpa/dist/src/ap/ieee802_11.h | 17 +-
external/bsd/wpa/dist/src/ap/ieee802_11_auth.c | 248 +-
external/bsd/wpa/dist/src/ap/ieee802_11_auth.h | 15 +-
external/bsd/wpa/dist/src/ap/ieee802_11_shared.c | 81 +-
external/bsd/wpa/dist/src/ap/ieee802_11_vht.c | 110 +
external/bsd/wpa/dist/src/ap/ieee802_1x.c | 354 +-
external/bsd/wpa/dist/src/ap/ieee802_1x.h | 54 +-
external/bsd/wpa/dist/src/ap/p2p_hostapd.c | 10 +-
external/bsd/wpa/dist/src/ap/p2p_hostapd.h | 10 +-
external/bsd/wpa/dist/src/ap/peerkey_auth.c | 10 +-
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c | 31 +-
external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h | 13 +-
external/bsd/wpa/dist/src/ap/preauth_auth.c | 10 +-
external/bsd/wpa/dist/src/ap/preauth_auth.h | 10 +-
external/bsd/wpa/dist/src/ap/sta_info.c | 127 +-
external/bsd/wpa/dist/src/ap/sta_info.h | 38 +-
external/bsd/wpa/dist/src/ap/tkip_countermeasures.c | 37 +-
external/bsd/wpa/dist/src/ap/tkip_countermeasures.h | 14 +-
external/bsd/wpa/dist/src/ap/utils.c | 24 +-
external/bsd/wpa/dist/src/ap/vlan_init.c | 47 +-
external/bsd/wpa/dist/src/ap/vlan_util.c | 177 +
external/bsd/wpa/dist/src/ap/vlan_util.h | 15 +
external/bsd/wpa/dist/src/ap/wmm.c | 5 +-
external/bsd/wpa/dist/src/ap/wnm_ap.c | 271 +
external/bsd/wpa/dist/src/ap/wnm_ap.h | 17 +
external/bsd/wpa/dist/src/ap/wpa_auth.h | 23 +-
external/bsd/wpa/dist/src/ap/wpa_auth_ft.c | 78 +-
external/bsd/wpa/dist/src/ap/wpa_auth_glue.c | 69 +-
external/bsd/wpa/dist/src/ap/wpa_auth_glue.h | 10 +-
external/bsd/wpa/dist/src/ap/wpa_auth_i.h | 17 +-
external/bsd/wpa/dist/src/ap/wpa_auth_ie.c | 158 +-
external/bsd/wpa/dist/src/ap/wpa_auth_ie.h | 10 +-
external/bsd/wpa/dist/src/ap/wps_hostapd.c | 310 +-
external/bsd/wpa/dist/src/ap/wps_hostapd.h | 27 +-
external/bsd/wpa/dist/src/common/defs.h | 65 +-
external/bsd/wpa/dist/src/common/eapol_common.h | 50 +-
external/bsd/wpa/dist/src/common/gas.c | 14 +-
external/bsd/wpa/dist/src/common/gas.h | 13 +-
external/bsd/wpa/dist/src/common/ieee802_11_common.c | 115 +-
external/bsd/wpa/dist/src/common/ieee802_11_common.h | 36 +-
external/bsd/wpa/dist/src/common/ieee802_11_defs.h | 186 +-
external/bsd/wpa/dist/src/common/privsep_commands.h | 10 +-
external/bsd/wpa/dist/src/common/version.h | 2 +-
external/bsd/wpa/dist/src/common/wpa_common.c | 157 +-
external/bsd/wpa/dist/src/common/wpa_common.h | 26 +-
external/bsd/wpa/dist/src/common/wpa_ctrl.c | 117 +-
external/bsd/wpa/dist/src/common/wpa_ctrl.h | 45 +-
external/bsd/wpa/dist/src/crypto/Makefile | 7 +-
external/bsd/wpa/dist/src/crypto/aes-cbc.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-ccm.c | 212 +
external/bsd/wpa/dist/src/crypto/aes-ctr.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-eax.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-encblock.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-gcm.c | 327 +
external/bsd/wpa/dist/src/crypto/aes-internal-dec.c | 48 +-
external/bsd/wpa/dist/src/crypto/aes-internal-enc.c | 37 +-
external/bsd/wpa/dist/src/crypto/aes-internal.c | 80 +-
external/bsd/wpa/dist/src/crypto/aes-omac1.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-unwrap.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes-wrap.c | 10 +-
external/bsd/wpa/dist/src/crypto/aes.h | 10 +-
external/bsd/wpa/dist/src/crypto/aes_i.h | 25 +-
external/bsd/wpa/dist/src/crypto/aes_wrap.h | 34 +-
external/bsd/wpa/dist/src/crypto/crypto.h | 39 +-
external/bsd/wpa/dist/src/crypto/crypto_cryptoapi.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_gnutls.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_internal-cipher.c | 45 +-
external/bsd/wpa/dist/src/crypto/crypto_internal-modexp.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_internal-rsa.c | 11 +-
external/bsd/wpa/dist/src/crypto/crypto_internal.c | 88 +-
external/bsd/wpa/dist/src/crypto/crypto_libtomcrypt.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_none.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_nss.c | 10 +-
external/bsd/wpa/dist/src/crypto/crypto_openssl.c | 409 +-
external/bsd/wpa/dist/src/crypto/des-internal.c | 10 +-
external/bsd/wpa/dist/src/crypto/des_i.h | 10 +-
external/bsd/wpa/dist/src/crypto/dh_group5.c | 20 +-
external/bsd/wpa/dist/src/crypto/dh_group5.h | 13 +-
external/bsd/wpa/dist/src/crypto/dh_groups.c | 10 +-
external/bsd/wpa/dist/src/crypto/dh_groups.h | 10 +-
external/bsd/wpa/dist/src/crypto/fips_prf_cryptoapi.c | 10 +-
external/bsd/wpa/dist/src/crypto/fips_prf_gnutls.c | 10 +-
external/bsd/wpa/dist/src/crypto/fips_prf_internal.c | 10 +-
external/bsd/wpa/dist/src/crypto/fips_prf_nss.c | 10 +-
external/bsd/wpa/dist/src/crypto/fips_prf_openssl.c | 15 +-
external/bsd/wpa/dist/src/crypto/md4-internal.c | 10 +-
external/bsd/wpa/dist/src/crypto/md5-internal.c | 14 +-
external/bsd/wpa/dist/src/crypto/md5.c | 10 +-
external/bsd/wpa/dist/src/crypto/md5.h | 20 +-
external/bsd/wpa/dist/src/crypto/md5_i.h | 10 +-
external/bsd/wpa/dist/src/crypto/milenage.c | 10 +-
external/bsd/wpa/dist/src/crypto/milenage.h | 10 +-
external/bsd/wpa/dist/src/crypto/ms_funcs.c | 22 +-
external/bsd/wpa/dist/src/crypto/ms_funcs.h | 10 +-
external/bsd/wpa/dist/src/crypto/random.c | 36 +-
external/bsd/wpa/dist/src/crypto/random.h | 10 +-
external/bsd/wpa/dist/src/crypto/rc4.c | 10 +-
external/bsd/wpa/dist/src/crypto/sha1-internal.c | 10 +-
external/bsd/wpa/dist/src/crypto/sha1-pbkdf2.c | 18 +-
external/bsd/wpa/dist/src/crypto/sha1-prf.c | 66 +
external/bsd/wpa/dist/src/crypto/sha1-tlsprf.c | 26 +-
external/bsd/wpa/dist/src/crypto/sha1-tprf.c | 10 +-
external/bsd/wpa/dist/src/crypto/sha1.c | 63 +-
external/bsd/wpa/dist/src/crypto/sha1.h | 18 +-
external/bsd/wpa/dist/src/crypto/sha1_i.h | 10 +-
external/bsd/wpa/dist/src/crypto/sha256-internal.c | 32 +-
external/bsd/wpa/dist/src/crypto/sha256-prf.c | 64 +
external/bsd/wpa/dist/src/crypto/sha256-tlsprf.c | 66 +
external/bsd/wpa/dist/src/crypto/sha256.c | 87 +-
external/bsd/wpa/dist/src/crypto/sha256.h | 23 +-
external/bsd/wpa/dist/src/crypto/sha256_i.h | 25 +
external/bsd/wpa/dist/src/crypto/tls.h | 34 +-
external/bsd/wpa/dist/src/crypto/tls_gnutls.c | 10 +-
external/bsd/wpa/dist/src/crypto/tls_internal.c | 53 +-
external/bsd/wpa/dist/src/crypto/tls_none.c | 10 +-
external/bsd/wpa/dist/src/crypto/tls_nss.c | 10 +-
external/bsd/wpa/dist/src/crypto/tls_openssl.c | 67 +-
external/bsd/wpa/dist/src/crypto/tls_schannel.c | 10 +-
external/bsd/wpa/dist/src/drivers/android_drv.h | 60 +
external/bsd/wpa/dist/src/drivers/driver.h | 307 +-
external/bsd/wpa/dist/src/drivers/driver_atheros.c | 771 ++-
external/bsd/wpa/dist/src/drivers/driver_common.c | 13 +-
external/bsd/wpa/dist/src/drivers/driver_hostap.c | 518 +-
external/bsd/wpa/dist/src/drivers/driver_hostap.h | 10 +-
external/bsd/wpa/dist/src/drivers/driver_madwifi.c | 570 +-
external/bsd/wpa/dist/src/drivers/driver_ndis.c | 21 +-
external/bsd/wpa/dist/src/drivers/driver_ndis.h | 10 +-
external/bsd/wpa/dist/src/drivers/driver_ndis_.c | 10 +-
external/bsd/wpa/dist/src/drivers/driver_nl80211.c | 2854 +++++++--
external/bsd/wpa/dist/src/drivers/driver_none.c | 10 +-
external/bsd/wpa/dist/src/drivers/driver_privsep.c | 28 +-
external/bsd/wpa/dist/src/drivers/driver_roboswitch.c | 10 +-
external/bsd/wpa/dist/src/drivers/driver_wext.c | 174 +-
external/bsd/wpa/dist/src/drivers/driver_wext.h | 16 +-
external/bsd/wpa/dist/src/drivers/driver_wired.c | 10 +-
external/bsd/wpa/dist/src/drivers/drivers.c | 34 +-
external/bsd/wpa/dist/src/drivers/drivers.mak | 86 +-
external/bsd/wpa/dist/src/drivers/drivers.mk | 87 +-
external/bsd/wpa/dist/src/drivers/linux_ioctl.c | 15 +-
external/bsd/wpa/dist/src/drivers/linux_ioctl.h | 10 +-
external/bsd/wpa/dist/src/drivers/linux_wext.h | 45 +
external/bsd/wpa/dist/src/drivers/ndis_events.c | 10 +-
external/bsd/wpa/dist/src/drivers/netlink.c | 14 +-
external/bsd/wpa/dist/src/drivers/netlink.h | 10 +-
external/bsd/wpa/dist/src/drivers/nl80211_copy.h | 453 +-
external/bsd/wpa/dist/src/drivers/priv_netlink.h | 10 +-
external/bsd/wpa/dist/src/drivers/rfkill.c | 10 +-
external/bsd/wpa/dist/src/drivers/rfkill.h | 10 +-
external/bsd/wpa/dist/src/eap_common/chap.c | 10 +-
external/bsd/wpa/dist/src/eap_common/chap.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_common.c | 59 +-
external/bsd/wpa/dist/src/eap_common/eap_common.h | 13 +-
external/bsd/wpa/dist/src/eap_common/eap_defs.h | 16 +-
external/bsd/wpa/dist/src/eap_common/eap_fast_common.c | 16 +-
external/bsd/wpa/dist/src/eap_common/eap_fast_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_gpsk_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_ikev2_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_pax_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_pax_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_peap_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_peap_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_psk_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_psk_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c | 163 +-
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h | 38 +-
external/bsd/wpa/dist/src/eap_common/eap_sake_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_sake_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_sim_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_sim_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_tlv_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_ttls.h | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_wsc_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/eap_wsc_common.h | 10 +-
external/bsd/wpa/dist/src/eap_common/ikev2_common.c | 10 +-
external/bsd/wpa/dist/src/eap_common/ikev2_common.h | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap.c | 215 +-
external/bsd/wpa/dist/src/eap_peer/eap.h | 33 +-
external/bsd/wpa/dist/src/eap_peer/eap_aka.c | 42 +-
external/bsd/wpa/dist/src/eap_peer/eap_config.h | 16 +-
external/bsd/wpa/dist/src/eap_peer/eap_fast.c | 12 +-
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c | 18 +-
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.h | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_gtc.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_i.h | 14 +-
external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_leap.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_md5.c | 20 +-
external/bsd/wpa/dist/src/eap_peer/eap_methods.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_methods.h | 11 +-
external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c | 14 +-
external/bsd/wpa/dist/src/eap_peer/eap_otp.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_pax.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_peap.c | 12 +-
external/bsd/wpa/dist/src/eap_peer/eap_psk.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c | 373 +-
external/bsd/wpa/dist/src/eap_peer/eap_sake.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/eap_sim.c | 43 +-
external/bsd/wpa/dist/src/eap_peer/eap_tls.c | 93 +-
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c | 121 +-
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h | 27 +-
external/bsd/wpa/dist/src/eap_peer/eap_tnc.c | 11 +-
external/bsd/wpa/dist/src/eap_peer/eap_ttls.c | 22 +-
external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c | 12 +-
external/bsd/wpa/dist/src/eap_peer/eap_wsc.c | 29 +-
external/bsd/wpa/dist/src/eap_peer/ikev2.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/ikev2.h | 10 +-
external/bsd/wpa/dist/src/eap_peer/mschapv2.c | 45 +-
external/bsd/wpa/dist/src/eap_peer/mschapv2.h | 10 +-
external/bsd/wpa/dist/src/eap_peer/tncc.c | 10 +-
external/bsd/wpa/dist/src/eap_peer/tncc.h | 10 +-
external/bsd/wpa/dist/src/eap_server/eap.h | 12 +-
external/bsd/wpa/dist/src/eap_server/eap_i.h | 12 +-
external/bsd/wpa/dist/src/eap_server/eap_methods.h | 11 +-
external/bsd/wpa/dist/src/eap_server/eap_server.c | 21 +-
external/bsd/wpa/dist/src/eap_server/eap_server_aka.c | 373 +-
external/bsd/wpa/dist/src/eap_server/eap_server_fast.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_gtc.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_identity.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_md5.c | 20 +-
external/bsd/wpa/dist/src/eap_server/eap_server_methods.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c | 19 +-
external/bsd/wpa/dist/src/eap_server/eap_server_pax.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_peap.c | 12 +-
external/bsd/wpa/dist/src/eap_server/eap_server_psk.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c | 383 +-
external/bsd/wpa/dist/src/eap_server/eap_server_sake.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_sim.c | 257 +-
external/bsd/wpa/dist/src/eap_server/eap_server_tls.c | 86 +-
external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c | 11 +-
external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_server_vendor_test.c | 12 +-
external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c | 10 +-
external/bsd/wpa/dist/src/eap_server/eap_sim_db.c | 948 +-
external/bsd/wpa/dist/src/eap_server/eap_sim_db.h | 77 +-
external/bsd/wpa/dist/src/eap_server/eap_tls_common.h | 15 +-
external/bsd/wpa/dist/src/eap_server/ikev2.c | 10 +-
external/bsd/wpa/dist/src/eap_server/ikev2.h | 10 +-
external/bsd/wpa/dist/src/eap_server/tncs.c | 10 +-
external/bsd/wpa/dist/src/eap_server/tncs.h | 10 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_dump.c | 10 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c | 22 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h | 13 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h | 11 +-
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c | 123 +-
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h | 41 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet.h | 10 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c | 10 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_ndis.c | 10 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_none.c | 10 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c | 10 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_privsep.c | 12 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_winpcap.c | 10 +-
external/bsd/wpa/dist/src/p2p/p2p.c | 780 ++-
external/bsd/wpa/dist/src/p2p/p2p.h | 166 +-
external/bsd/wpa/dist/src/p2p/p2p_build.c | 28 +-
external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c | 10 +-
external/bsd/wpa/dist/src/p2p/p2p_go_neg.c | 271 +-
external/bsd/wpa/dist/src/p2p/p2p_group.c | 258 +-
external/bsd/wpa/dist/src/p2p/p2p_i.h | 60 +-
external/bsd/wpa/dist/src/p2p/p2p_invitation.c | 156 +-
external/bsd/wpa/dist/src/p2p/p2p_parse.c | 21 +-
external/bsd/wpa/dist/src/p2p/p2p_pd.c | 144 +-
external/bsd/wpa/dist/src/p2p/p2p_sd.c | 78 +-
external/bsd/wpa/dist/src/p2p/p2p_utils.c | 10 +-
external/bsd/wpa/dist/src/radius/radius.c | 336 +-
external/bsd/wpa/dist/src/radius/radius.h | 38 +-
external/bsd/wpa/dist/src/radius/radius_client.c | 16 +-
external/bsd/wpa/dist/src/radius/radius_client.h | 10 +-
external/bsd/wpa/dist/src/radius/radius_das.c | 364 +
external/bsd/wpa/dist/src/radius/radius_das.h | 47 +
external/bsd/wpa/dist/src/radius/radius_server.c | 54 +-
external/bsd/wpa/dist/src/radius/radius_server.h | 16 +-
external/bsd/wpa/dist/src/rsn_supp/peerkey.c | 44 +-
external/bsd/wpa/dist/src/rsn_supp/peerkey.h | 10 +-
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c | 72 +-
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h | 28 +-
external/bsd/wpa/dist/src/rsn_supp/preauth.c | 17 +-
external/bsd/wpa/dist/src/rsn_supp/preauth.h | 10 +-
external/bsd/wpa/dist/src/rsn_supp/tdls.c | 14 +-
external/bsd/wpa/dist/src/rsn_supp/wpa.c | 311 +-
external/bsd/wpa/dist/src/rsn_supp/wpa.h | 13 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c | 71 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_i.h | 16 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c | 70 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h | 10 +-
external/bsd/wpa/dist/src/tls/Makefile | 2 +
external/bsd/wpa/dist/src/tls/asn1.c | 10 +-
external/bsd/wpa/dist/src/tls/asn1.h | 10 +-
external/bsd/wpa/dist/src/tls/bignum.c | 10 +-
external/bsd/wpa/dist/src/tls/bignum.h | 10 +-
external/bsd/wpa/dist/src/tls/libtommath.c | 10 +-
external/bsd/wpa/dist/src/tls/pkcs1.c | 10 +-
external/bsd/wpa/dist/src/tls/pkcs1.h | 10 +-
external/bsd/wpa/dist/src/tls/pkcs5.c | 12 +-
external/bsd/wpa/dist/src/tls/pkcs5.h | 10 +-
external/bsd/wpa/dist/src/tls/pkcs8.c | 10 +-
external/bsd/wpa/dist/src/tls/pkcs8.h | 10 +-
external/bsd/wpa/dist/src/tls/rsa.c | 10 +-
external/bsd/wpa/dist/src/tls/rsa.h | 10 +-
external/bsd/wpa/dist/src/tls/tlsv1_client.c | 221 +-
external/bsd/wpa/dist/src/tls/tlsv1_client.h | 20 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_i.h | 12 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_read.c | 44 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_write.c | 95 +-
external/bsd/wpa/dist/src/tls/tlsv1_common.c | 101 +-
external/bsd/wpa/dist/src/tls/tlsv1_common.h | 59 +-
external/bsd/wpa/dist/src/tls/tlsv1_cred.c | 17 +-
external/bsd/wpa/dist/src/tls/tlsv1_cred.h | 10 +-
external/bsd/wpa/dist/src/tls/tlsv1_record.c | 76 +-
external/bsd/wpa/dist/src/tls/tlsv1_record.h | 14 +-
external/bsd/wpa/dist/src/tls/tlsv1_server.c | 98 +-
external/bsd/wpa/dist/src/tls/tlsv1_server.h | 14 +-
external/bsd/wpa/dist/src/tls/tlsv1_server_i.h | 10 +-
external/bsd/wpa/dist/src/tls/tlsv1_server_read.c | 124 +-
external/bsd/wpa/dist/src/tls/tlsv1_server_write.c | 38 +-
external/bsd/wpa/dist/src/tls/x509v3.c | 10 +-
external/bsd/wpa/dist/src/tls/x509v3.h | 10 +-
external/bsd/wpa/dist/src/utils/base64.c | 10 +-
external/bsd/wpa/dist/src/utils/base64.h | 10 +-
external/bsd/wpa/dist/src/utils/build_config.h | 32 +-
external/bsd/wpa/dist/src/utils/common.c | 259 +-
external/bsd/wpa/dist/src/utils/common.h | 35 +-
external/bsd/wpa/dist/src/utils/edit.c | 26 +-
external/bsd/wpa/dist/src/utils/edit.h | 12 +-
external/bsd/wpa/dist/src/utils/edit_readline.c | 26 +-
external/bsd/wpa/dist/src/utils/edit_simple.c | 18 +-
external/bsd/wpa/dist/src/utils/eloop.h | 10 +-
external/bsd/wpa/dist/src/utils/eloop_none.c | 10 +-
external/bsd/wpa/dist/src/utils/eloop_win.c | 27 +-
external/bsd/wpa/dist/src/utils/ext_password.c | 116 +
external/bsd/wpa/dist/src/utils/ext_password.h | 33 +
external/bsd/wpa/dist/src/utils/ext_password_i.h | 23 +
external/bsd/wpa/dist/src/utils/ext_password_test.c | 90 +
external/bsd/wpa/dist/src/utils/includes.h | 12 +-
external/bsd/wpa/dist/src/utils/ip_addr.c | 10 +-
external/bsd/wpa/dist/src/utils/ip_addr.h | 10 +-
external/bsd/wpa/dist/src/utils/list.h | 10 +-
external/bsd/wpa/dist/src/utils/os_internal.c | 10 +-
external/bsd/wpa/dist/src/utils/os_none.c | 10 +-
external/bsd/wpa/dist/src/utils/os_unix.c | 12 +-
external/bsd/wpa/dist/src/utils/os_win32.c | 10 +-
external/bsd/wpa/dist/src/utils/pcsc_funcs.c | 305 +-
external/bsd/wpa/dist/src/utils/pcsc_funcs.h | 41 +-
external/bsd/wpa/dist/src/utils/state_machine.h | 10 +-
external/bsd/wpa/dist/src/utils/trace.c | 10 +-
external/bsd/wpa/dist/src/utils/uuid.c | 10 +-
external/bsd/wpa/dist/src/utils/uuid.h | 10 +-
external/bsd/wpa/dist/src/utils/wpa_debug.c | 220 +-
external/bsd/wpa/dist/src/utils/wpa_debug.h | 58 +-
external/bsd/wpa/dist/src/utils/wpabuf.c | 29 +-
external/bsd/wpa/dist/src/utils/wpabuf.h | 30 +-
external/bsd/wpa/dist/src/wps/http_client.c | 10 +-
external/bsd/wpa/dist/src/wps/http_client.h | 10 +-
external/bsd/wpa/dist/src/wps/http_server.c | 10 +-
external/bsd/wpa/dist/src/wps/http_server.h | 10 +-
external/bsd/wpa/dist/src/wps/httpread.c | 10 +-
external/bsd/wpa/dist/src/wps/httpread.h | 10 +-
external/bsd/wpa/dist/src/wps/ndef.c | 118 +-
external/bsd/wpa/dist/src/wps/wps.c | 54 +-
external/bsd/wpa/dist/src/wps/wps.h | 93 +-
external/bsd/wpa/dist/src/wps/wps_attr_build.c | 55 +-
external/bsd/wpa/dist/src/wps/wps_attr_parse.c | 27 +-
external/bsd/wpa/dist/src/wps/wps_attr_parse.h | 108 +
external/bsd/wpa/dist/src/wps/wps_attr_process.c | 26 +-
external/bsd/wpa/dist/src/wps/wps_common.c | 255 +-
external/bsd/wpa/dist/src/wps/wps_defs.h | 12 +-
external/bsd/wpa/dist/src/wps/wps_dev_attr.c | 24 +-
external/bsd/wpa/dist/src/wps/wps_dev_attr.h | 11 +-
external/bsd/wpa/dist/src/wps/wps_enrollee.c | 43 +-
external/bsd/wpa/dist/src/wps/wps_er.c | 50 +-
external/bsd/wpa/dist/src/wps/wps_er.h | 10 +-
external/bsd/wpa/dist/src/wps/wps_er_ssdp.c | 10 +-
external/bsd/wpa/dist/src/wps/wps_i.h | 125 +-
external/bsd/wpa/dist/src/wps/wps_registrar.c | 307 +-
external/bsd/wpa/dist/src/wps/wps_upnp.c | 71 +-
external/bsd/wpa/dist/src/wps/wps_upnp_ap.c | 26 +-
external/bsd/wpa/dist/src/wps/wps_upnp_i.h | 3 +-
external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c | 7 +-
external/bsd/wpa/dist/src/wps/wps_validate.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/Android.mk | 130 +-
external/bsd/wpa/dist/wpa_supplicant/ChangeLog | 306 +-
external/bsd/wpa/dist/wpa_supplicant/Makefile | 180 +-
external/bsd/wpa/dist/wpa_supplicant/README | 90 +-
external/bsd/wpa/dist/wpa_supplicant/README-HS20 | 475 +
external/bsd/wpa/dist/wpa_supplicant/README-P2P | 55 +-
external/bsd/wpa/dist/wpa_supplicant/README-WPS | 72 +
external/bsd/wpa/dist/wpa_supplicant/README-Windows.txt | 155 +-
external/bsd/wpa/dist/wpa_supplicant/android.config | 500 +
external/bsd/wpa/dist/wpa_supplicant/ap.c | 168 +-
external/bsd/wpa/dist/wpa_supplicant/ap.h | 21 +-
external/bsd/wpa/dist/wpa_supplicant/autoscan.c | 143 +
external/bsd/wpa/dist/wpa_supplicant/autoscan.h | 49 +
external/bsd/wpa/dist/wpa_supplicant/autoscan_exponential.c | 104 +
external/bsd/wpa/dist/wpa_supplicant/autoscan_periodic.c | 85 +
external/bsd/wpa/dist/wpa_supplicant/bgscan.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c | 23 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan_simple.c | 33 +-
external/bsd/wpa/dist/wpa_supplicant/blacklist.c | 24 +-
external/bsd/wpa/dist/wpa_supplicant/blacklist.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/bss.c | 487 +-
external/bsd/wpa/dist/wpa_supplicant/bss.h | 86 +-
external/bsd/wpa/dist/wpa_supplicant/config.c | 623 +-
external/bsd/wpa/dist/wpa_supplicant/config.h | 365 +-
external/bsd/wpa/dist/wpa_supplicant/config_file.c | 259 +-
external/bsd/wpa/dist/wpa_supplicant/config_none.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/config_ssid.h | 158 +-
external/bsd/wpa/dist/wpa_supplicant/config_winreg.c | 33 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c | 2078 ++++++-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_named_pipe.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c | 49 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c | 50 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common_i.h | 14 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c | 32 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c | 218 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h | 42 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c | 426 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h | 36 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c | 110 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h | 12 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c | 12 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c | 11 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c | 14 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers_wps.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/defconfig | 63 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8 | 8 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml | 6 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8 | 8 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml | 6 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8 | 8 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml | 6 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8 | 8 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml | 6 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8 | 8 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml | 6 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8 | 74 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml | 121 +-
external/bsd/wpa/dist/wpa_supplicant/driver_i.h | 59 +-
external/bsd/wpa/dist/wpa_supplicant/eap_register.c | 21 +-
external/bsd/wpa/dist/wpa_supplicant/eapol_test.c | 109 +-
external/bsd/wpa/dist/wpa_supplicant/events.c | 827 ++-
external/bsd/wpa/dist/wpa_supplicant/examples/dbus-listen-preq.py | 62 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_connect.py | 299 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_disconnect.py | 169 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_find.py | 192 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_flush.py | 168 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_group_add.py | 222 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_invite.py | 201 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_listen.py | 182 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p/p2p_stop_find.py | 174 +
external/bsd/wpa/dist/wpa_supplicant/examples/wps-ap-cli | 78 +
external/bsd/wpa/dist/wpa_supplicant/examples/wps-nfc.py | 162 +
external/bsd/wpa/dist/wpa_supplicant/gas_query.c | 58 +-
external/bsd/wpa/dist/wpa_supplicant/gas_query.h | 13 +-
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c | 185 +
external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h | 20 +
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c | 94 +-
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/interworking.c | 1258 +++-
external/bsd/wpa/dist/wpa_supplicant/interworking.h | 19 +-
external/bsd/wpa/dist/wpa_supplicant/main.c | 59 +-
external/bsd/wpa/dist/wpa_supplicant/main_none.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/main_winmain.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/main_winsvc.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/nfc_pw_token.c | 83 +
external/bsd/wpa/dist/wpa_supplicant/notify.c | 36 +-
external/bsd/wpa/dist/wpa_supplicant/notify.h | 16 +-
external/bsd/wpa/dist/wpa_supplicant/offchannel.c | 101 +-
external/bsd/wpa/dist/wpa_supplicant/offchannel.h | 12 +-
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c | 1636 ++++-
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h | 62 +-
external/bsd/wpa/dist/wpa_supplicant/preauth_test.c | 17 +-
external/bsd/wpa/dist/wpa_supplicant/scan.c | 552 +-
external/bsd/wpa/dist/wpa_supplicant/scan.h | 16 +-
external/bsd/wpa/dist/wpa_supplicant/sme.c | 558 +-
external/bsd/wpa/dist/wpa_supplicant/sme.h | 23 +-
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.arg.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/tests/test_eap_sim_common.c | 12 +-
external/bsd/wpa/dist/wpa_supplicant/tests/test_wpa.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/utils/log2pcap.py | 54 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_passphrase/wpa_passphrase.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/wifi_display.c | 251 +
external/bsd/wpa/dist/wpa_supplicant/wifi_display.h | 20 +
external/bsd/wpa/dist/wpa_supplicant/win_if_list.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c | 423 +
external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h | 21 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/addinterface.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/eventhistory.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/main.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/networkconfig.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp | 14 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.cpp | 58 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/signalbar.h | 28 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/stringquery.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/stringquery.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/userdatarequest.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro | 2 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp | 22 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpamsg.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_passphrase.c | 12 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c | 12 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c | 1037 +++-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf | 307 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.mk | 34 +
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_conf.sh | 16 +
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h | 236 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_template.conf | 6 +
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c | 75 +-
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h | 10 +-
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c | 579 +-
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h | 49 +-
592 files changed, 39561 insertions(+), 12869 deletions(-)
diffs (truncated from 79923 to 300 lines):
diff -r 32f1ce9e8210 -r 739658277fd8 external/bsd/wpa/dist/COPYING
--- a/external/bsd/wpa/dist/COPYING Fri Jan 03 02:03:12 2014 +0000
+++ b/external/bsd/wpa/dist/COPYING Fri Jan 03 02:04:55 2014 +0000
@@ -1,340 +1,22 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
+wpa_supplicant and hostapd
+--------------------------
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) 19yy <name of author>
Home |
Main Index |
Thread Index |
Old Index