prima: WLAN Driver Release 3.1.7.9

This is the initial release of the Prima WLAN Driver
diff --git a/CORE/BAP/src/bapRsn8021xSuppRsnFsm.h b/CORE/BAP/src/bapRsn8021xSuppRsnFsm.h
new file mode 100644
index 0000000..6c46a84
--- /dev/null
+++ b/CORE/BAP/src/bapRsn8021xSuppRsnFsm.h
@@ -0,0 +1,59 @@
+/*
+ * Copyright (c) 2012, Code Aurora Forum. 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.
+ */
+
+/*
+ * Woodside Networks, Inc proprietary. All rights reserved.
+ * $File: //depot/software/projects/feature_branches/gen5_phase1/os/linux/classic/ap/apps/ssm/auth8021x/ani8021xSuppRsnFsm.h $
+ *
+ * Contains declarations for the RSN EAPOL-Key FSM on the
+ * supplicant side. This is based on 802.11i.
+ *
+ * Author:      Mayank D. Upadhyay
+ * Date:        19-December-2002
+ * History:-
+ * Date         Modified by     Modification Information
+ * ------------------------------------------------------
+ *
+ */
+#ifndef __AAG_SUPP_RSN_FSM_H
+#define __AAG_SUPP_RSN_FSM_H
+
+#include "bapRsn8021xFsm.h"
+#include "bapInternal.h"
+
+/**
+ * suppRsnFsmInit
+ *
+ * FUNCTION:
+ * Initializes the constants and the callbacks needed by this FSM
+ * module.
+ *
+ * @param cb callbacks to the various procedures needed by this FSM
+ *
+ * @return ANI_OK if the operation succeeds
+ */
+int
+suppRsnFsmInit(void);
+
+int
+suppRsnFsmSetPmk(tSuppContext *ctx, v_U8_t *pmk);
+
+#endif //__AAG_SUPP_RSN_FSM_H