blob: e95a8d946d63062936b9158e39ff7b340f8fd570 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Jeff Johnson32d95a32012-09-10 13:15:23 -07002 * Copyright (c) 2012, The Linux Foundation. All rights reserved.
Jeff Johnson295189b2012-06-20 16:38:30 -07003 *
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 * Woodside Networks, Inc proprietary. All rights reserved.
24 * $File: //depot/software/projects/feature_branches/gen5_phase1/os/linux/classic/ap/apps/ssm/auth8021x/ani8021xSuppRsnFsm.h $
25 *
26 * Contains declarations for the RSN EAPOL-Key FSM on the
27 * supplicant side. This is based on 802.11i.
28 *
29 * Author: Mayank D. Upadhyay
30 * Date: 19-December-2002
31 * History:-
32 * Date Modified by Modification Information
33 * ------------------------------------------------------
34 *
35 */
36#ifndef __AAG_SUPP_RSN_FSM_H
37#define __AAG_SUPP_RSN_FSM_H
38
39#include "bapRsn8021xFsm.h"
40#include "bapInternal.h"
41
42/**
43 * suppRsnFsmInit
44 *
45 * FUNCTION:
46 * Initializes the constants and the callbacks needed by this FSM
47 * module.
48 *
49 * @param cb callbacks to the various procedures needed by this FSM
50 *
51 * @return ANI_OK if the operation succeeds
52 */
53int
54suppRsnFsmInit(void);
55
56int
57suppRsnFsmSetPmk(tSuppContext *ctx, v_U8_t *pmk);
58
59#endif //__AAG_SUPP_RSN_FSM_H