WPA Supplicant - testing driver interface. More...
#include "build_config.h"#include "includes.h"#include <sys/un.h>#include <dirent.h>#include <sys/stat.h>#include "common.h"#include "driver.h"#include "l2_packet/l2_packet.h"#include "eloop.h"#include "sha1.h"#include "ieee802_11_defs.h"#include "../../hostapd/hostapd.h"#include "../../hostapd/wpa.h"#include "../../hostapd/hw_features.h"Data Structures | |
| struct | test_client_socket |
| struct | test_driver_bss |
| struct | wpa_driver_test_global |
| struct | wpa_driver_test_data |
Defines | |
| #define | DRIVER_TEST_UNIX |
| #define | MAX_SCAN_RESULTS 30 |
| #define | MAX_IE_LEN 1000 |
Variables | |
| struct wpa_driver_ops | wpa_driver_test_ops |
WPA Supplicant - testing driver interface.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
1.6.1