This Notice.txt file contains certain notices of software components
included with the software that Qualcomm Atheros, Inc. (“Qualcomm
Atheros”) is required to provide you. Except where prohibited by the
open source license, the content of this notices file is only provided
to satisfy Qualcomm Atheros's attribution and notice requirement; your
use of these software components together with the Qualcomm Atheros
software (Qualcomm Atheros software hereinafter referred to as
“Software”) is subject to the terms of your agreement from Qualcomm
Atheros. Compliance with all copyright laws and software license
agreements included in the notice section of this file are the
responsibility of the user. Except as may be granted by separate
express written agreement, this file provides no license to any
patents, trademarks, copyrights, or other intellectual property of
Qualcomm Incorporated or any of its subsidiaries.
Qualcomm is a trademark of Qualcomm Incorporated, registered in the
United States and other countries. All Qualcomm Incorporated
trademarks are used with permission. Other products and brand names
may be trademarks or registered trademarks of their respective owners.
================================================================================
* WPA definitions shared between hostapd and wpa_supplicant
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
* This software may be distributed under the terms of the BSD license.
* See README for more details.
================================================================================
/* WPA/RSN - Shared functions for supplicant and authenticator
* EAP common peer/server definitions
* EAP peer state machines (RFC 4137)
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
* This software may be distributed under the terms of the BSD license.
* See README for more details.
================================================================================
/* WPA/RSN - Shared functions for supplicant and authenticator
* EAP common peer/server definitions
* EAP peer state machines (RFC 4137)
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
* This software may be distributed under the terms of the BSD license.
* See README for more details.
================================================================================
* WPA/RSN - Shared functions for supplicant and authenticator
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
* This software may be distributed under the terms of the BSD license.
* See README for more details.
================================================================================
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Notifications and licenses are retained for attribution purposes only.
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
* - One-Key CBC MAC (OMAC1) hash with AES-128
* - AES-128 CTR mode encryption
* - AES-128 EAX mode encryption/decryption
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Notifications and licenses are retained for attribution purposes only.
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
* - One-Key CBC MAC (OMAC1) hash with AES-128
* - AES-128 CTR mode encryption
* - AES-128 EAX mode encryption/decryption
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Notifications and licenses are retained for attribution purposes only.
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* SHA1 hash implementation and interface functions
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Notifications and licenses are retained for attribution purposes only.
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* SHA1 hash implementation and interface functions
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Notifications and licenses are retained for attribution purposes only.
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* WPA Supplicant / wrapper functions for crypto libraries
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
* This file defines the cryptographic functions that need to be implemented
* for wpa_supplicant and hostapd. When TLS is not used, internal
* implementation of MD5, SHA1, and AES is used and no external libraries are
* required. When TLS is enabled (e.g., by enabling EAP-TLS or EAP-PEAP), the
* crypto library used by the TLS implementation is expected to be used for
* non-TLS needs, too, in order to save space by not implementing these
* Wrapper code for using each crypto library is in its own file (crypto*.c)
* and one of these files is build and linked in to provide the functions
================================================================================
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* WPA Supplicant - Common definitions
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* WPA Supplicant / Configuration file structures
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
File: ieee80211_defines.h
* Copyright (c) 2011 Qualcomm Technologies, Inc.
* 2008-2011 Qualcomm Atheros, Inc.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
* Qualcomm Atheros, Inc. has chosen to take madwifi subject to the BSD license and terms.
================================================================================
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* wpa_supplicant - Internal WPA state machine definitions
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* wpa_supplicant - WPA definitions
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* For this file, which was received with alternative licensing options for
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
* wpa_supplicant/hostapd / common helper functions, etc.
* Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Alternatively, this software may be distributed under the terms of BSD
* See README and COPYING for more details.
================================================================================
* Australian Public Licence B (OZPLB)
* Copyright (c) 2007, Open Kernel Labs, Inc.
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
* http://www.ertos.nicta.com.au
* Permission is granted by National ICT Australia, free of charge, to
* any person obtaining a copy of this software and any associated
* documentation files (the "Software") to deal with the Software without
* restriction, including (without limitation) the rights to use, copy,
* modify, adapt, merge, publish, distribute, communicate to the public,
* sublicense, and/or sell, lend or rent out copies of the Software, and
* to permit persons to whom the Software is furnished to do so, subject
* to the following conditions:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimers.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimers in the documentation and/or other materials provided
* * Neither the name of National ICT Australia, nor the names of its
* contributors, may be used to endorse or promote products derived
* from this Software without specific prior written permission.
* EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
* PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
* NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
* WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
* BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
* REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
* THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
* ERRORS, WHETHER OR NOT DISCOVERABLE.
* TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
* NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
* THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
* NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
* LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
* OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
* OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
* OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
* CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
* CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
* DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
* CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
* DAMAGES OR OTHER LIABILITY.
* If applicable legislation implies representations, warranties, or
* conditions, or imposes obligations or liability on National ICT
* Australia or one of its contributors in respect of the Software that
* cannot be wholly or partly excluded, restricted or modified, the
* liability of National ICT Australia or the contributor is limited, to
* the full extent permitted by the applicable legislation, at its
* a. in the case of goods, any one or more of the following:
* i. the replacement of the goods or the supply of equivalent goods;
* ii. the repair of the goods;
* iii. the payment of the cost of replacing the goods or of acquiring
* iv. the payment of the cost of having the goods repaired; or
* b. in the case of services:
* i. the supplying of the services again; or
* ii. the payment of the cost of having the services supplied again.
* The construction, validity and performance of this licence is governed
* by the laws in force in New South Wales, Australia.
* Author: Malcolm Purvis <malcolmp@ok-labs.com>
* Author: Carlos Dyonisio <medaglia@ok-labs.com>
================================================================================
* Australian Public Licence B (OZPLB)
* Copyright (c) 2007, Open Kernel Labs, Inc.
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
* http://www.ertos.nicta.com.au
* Permission is granted by National ICT Australia, free of charge, to
* any person obtaining a copy of this software and any associated
* documentation files (the "Software") to deal with the Software without
* restriction, including (without limitation) the rights to use, copy,
* modify, adapt, merge, publish, distribute, communicate to the public,
* sublicense, and/or sell, lend or rent out copies of the Software, and
* to permit persons to whom the Software is furnished to do so, subject
* to the following conditions:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimers.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimers in the documentation and/or other materials provided
* * Neither the name of National ICT Australia, nor the names of its
* contributors, may be used to endorse or promote products derived
* from this Software without specific prior written permission.