|
wpa_supplicant / hostapd 2.0
|
WPA Supplicant - test code for pre-authentication. More...
#include "includes.h"#include <assert.h>#include "common.h"#include "config.h"#include "eapol_supp/eapol_supp_sm.h"#include "eloop.h"#include "rsn_supp/wpa.h"#include "eap_peer/eap.h"#include "wpa_supplicant_i.h"#include "l2_packet/l2_packet.h"#include "ctrl_iface.h"#include "pcsc_funcs.h"#include "rsn_supp/preauth.h"#include "rsn_supp/pmksa_cache.h"#include "drivers/driver.h"Data Structures | |
| struct | preauth_test_data |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int | wpa_debug_level |
| int | wpa_debug_show_keys |
| struct wpa_driver_ops * | wpa_drivers [] = { NULL } |
WPA Supplicant - test code for pre-authentication.
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.
1.7.3