blob: 660f07e6f793f7435d2a00c696bf39fc42e79cbf [file] [log] [blame]
/*
* Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all
* copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/*
* This file was originally distributed by Qualcomm Atheros, Inc.
* under proprietary terms before Copyright ownership was assigned
* to the Linux Foundation.
*/
/* This file is generated from btampFsm - do not edit manually*/
/* Generated on: Thu Oct 16 15:40:39 PDT 2008 / version 1.2 Beta 1 */
#ifndef __BTAMPFSM_H__
#define __BTAMPFSM_H__
#include "bapRsn8021xFsm.h"
/* State definitions */
typedef enum
{
AUTHENTICATING,
DISCONNECTED,
CONNECTING,
DISCONNECTING,
SCANNING,
CONNECTED,
S1,
KEYING,
VALIDATED,
STARTING,
} BTAMPFSM_STATES_T;
#if 0
/* Instance data definition of state machine */
typedef struct
{
BTAMPFSM_ENTRY_FLAG_T disconnectedEntry;
BTAMPFSM_STATEVAR_T stateVar;
BTAMPFSM_INST_ID_T inst_id;
} BTAMPFSM_INSTANCEDATA_T;
#endif //0
/* Helper to initialize the machine's instance data */
#define BTAMPFSM_INSTANCEDATA_INIT { 1, DISCONNECTED/* set init state */, 0 /* instance id */};
/*Prototype for the change state function*/
void btampfsmChangeToState(BTAMPFSM_INSTANCEDATA_T *instance, BTAMPFSM_STATES_T state);
/*Prototype of the state machine function */
//int
VOS_STATUS
btampFsm
(
//BTAMPFSM_INSTANCEDATA_T *instanceVar
ptBtampContext btampContext, /* btampContext value */
// tBtampSessCtx *tpBtampSessCtx, /* btampContext value */
ptWLAN_BAPEvent bapEvent, /* State machine event */
v_U8_t *status /* return the BT-AMP status here */
);
VOS_STATUS
bapSetKey( v_PVOID_t pvosGCtx, tCsrRoamSetKey *pSetKeyInfo );
int bapSuppDisconnect(tBtampContext *ctx);
int bapAuthDisconnect(tBtampContext *ctx);
VOS_STATUS btampEstablishLogLink(ptBtampContext btampContext);
#endif