blob: ad98431f29245bc0def31de717bc8027b4534172 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
2 * Copyright (c) 2014 The Linux Foundation. All rights reserved.
3 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
28/* This file is generated from btampFsm.cdd - do not edit manually*/
29/* Generated on: Thu Oct 16 15:40:39 PDT 2008 */
30
31#ifndef __SAPFSM_EXT_H__
32#define __SAPFSM_EXT_H__
33
34/* Events that can be sent to the SAP state-machine */
35typedef enum {
36 eSAP_TIMER_CONNECT_ACCEPT_TIMEOUT = 0U,
37 eSAP_MAC_CONNECT_COMPLETED,
38 eSAP_CHANNEL_SELECTION_FAILED,
39 eSAP_MAC_CONNECT_INDICATION,
40 eSAP_MAC_KEY_SET_SUCCESS,
41 eSAP_RSN_FAILURE,
42 eSAP_MAC_SCAN_COMPLETE,
43 eSAP_HDD_START_INFRA_BSS,
44 eSAP_MAC_READY_FOR_CONNECTIONS,
45 eSAP_MAC_START_BSS_SUCCESS,
46 eSAP_MAC_START_BSS_FAILURE,
47 eSAP_RSN_SUCCESS,
48 eSAP_MAC_START_FAILS,
49 eSAP_HDD_STOP_INFRA_BSS,
50 eSAP_WRITE_REMOTE_AMP_ASSOC,
51 eSAP_DFS_CHANNEL_CAC_START,
52 eSAP_DFS_CHANNEL_CAC_RADAR_FOUND,
53 eSAP_DFS_CHANNEL_CAC_END,
54 eSAP_DFS_CHNL_SWITCH_ANNOUNCEMENT_START,
55 eSAP_OPERATING_CHANNEL_CHANGED,
56 eSAP_CHANNEL_SELECTION_RETRY,
57
58 eSAP_NO_MSG
59} eSapMsg_t;
60
61#endif