Test commit, so Jo-Ellen can update.
This commit is contained in:
parent
ee4f95a931
commit
ab412afa83
|
@ -78,14 +78,16 @@
|
|||
#include "am930hw.h"
|
||||
#include "am930mgr.h"
|
||||
|
||||
/*================================================================*/
|
||||
/* Local Constants */
|
||||
/*====================================================================*/
|
||||
/* Local Constants */
|
||||
/*====================================================================*/
|
||||
|
||||
#define ACONSTANT 22
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Local Types */
|
||||
/*====================================================================*/
|
||||
/* Local Types */
|
||||
/*====================================================================*/
|
||||
|
||||
typdef struct atype
|
||||
{
|
||||
|
@ -94,8 +96,9 @@ typdef struct atype
|
|||
} atype_t;
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Statics defined in this file */
|
||||
/*====================================================================*/
|
||||
/* Static data defined in this file */
|
||||
/*====================================================================*/
|
||||
|
||||
UINT8 wepkey[WLAN_WEP_NKEYS][WLAN_WEP_KEYLEN] =
|
||||
{
|
||||
|
@ -106,14 +109,19 @@ UINT8 wepkey[WLAN_WEP_NKEYS][WLAN_WEP_KEYLEN] =
|
|||
};
|
||||
|
||||
|
||||
/*================================================================*/
|
||||
/* Local Functions Declarations */
|
||||
/*====================================================================*/
|
||||
/* Local Function Declarations */
|
||||
/*====================================================================*/
|
||||
|
||||
static void am930mgr_authen1_rx( am930mgr_t *mgr, wlan_fr_authen_t *f );
|
||||
static void am930mgr_authen2_rx( am930mgr_t *mgr, wlan_fr_authen_t *f );
|
||||
static void am930mgr_authen3_rx( am930mgr_t *mgr, wlan_fr_authen_t *f );
|
||||
static void am930mgr_authen4_rx( am930mgr_t *mgr, wlan_fr_authen_t *f );
|
||||
|
||||
/*====================================================================*/
|
||||
/* Function Definitions */
|
||||
/*====================================================================*/
|
||||
|
||||
|
||||
/*----------------------------------------------------------------
|
||||
* am930mgr_assoc_begin_sta
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
This is the root directory for the linux-wlan-ng project.
|
Loading…
Reference in a new issue