25 lines
476 B
C
Executable File
25 lines
476 B
C
Executable File
|
|
//--------------------------------------------------
|
|
// IEEE 802.1x Implementation
|
|
//
|
|
// File : 1x_eap.h
|
|
// Programmer : Arunesh Mishra
|
|
//
|
|
// Extensible Authentication Protocol routines
|
|
// H FILE
|
|
// Copyright (c) Arunesh Mishra 2002
|
|
// All rights reserved.
|
|
// Maryland Information and Systems Security Lab
|
|
// University of Maryland, College Park.
|
|
//--------------------------------------------------
|
|
|
|
|
|
|
|
#ifndef 1X_EAP_H
|
|
#define 1X_EAP_H
|
|
|
|
|
|
|
|
|
|
#endif
|