|
wpa_supplicant / hostapd
2.5
|
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 | |
| const struct wpa_driver_ops *const | wpa_drivers [] = { NULL } |
WPA Supplicant - test code for pre-authentication.
IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. Not used in production version.
1.8.6