wpa_supplicant / hostapd 2.0
Data Structures | Defines | Functions | Variables

eapol_test.c File Reference

WPA Supplicant - test code. More...

#include "includes.h"
#include <assert.h>
#include "common.h"
#include "config.h"
#include "eapol_supp/eapol_supp_sm.h"
#include "eap_peer/eap.h"
#include "eap_server/eap_methods.h"
#include "eloop.h"
#include "utils/base64.h"
#include "rsn_supp/wpa.h"
#include "eap_peer/eap_i.h"
#include "wpa_supplicant_i.h"
#include "radius/radius.h"
#include "radius/radius_client.h"
#include "common/wpa_ctrl.h"
#include "ctrl_iface.h"
#include "pcsc_funcs.h"

Data Structures

struct  extra_radius_attr
struct  eapol_test_data

Defines

#define num_triplets   5
#define AKA_RAND_LEN   16
#define AKA_AUTN_LEN   16
#define AKA_AUTS_LEN   14
#define RES_MAX_LEN   16
#define IK_LEN   16
#define CK_LEN   16

Functions

int main (int argc, char *argv[])

Variables

int wpa_debug_level
int wpa_debug_show_keys
struct wpa_driver_opswpa_drivers [] = { NULL }

Detailed Description

WPA Supplicant - test code.

Copyright
Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>

This software may be distributed under the terms of the BSD license. See README for more details.

IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. Not used in production version.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines