|
skeletonKey
BEng Dissertation; Pen-testing device
|
Library for Wi-Fi attack tools. More...
#include <SD.h>#include <WiFi.h>#include <array>#include <vector>#include "esp_event.h"#include "esp_event_loop.h"#include "esp_log.h"#include "esp_system.h"#include "esp_wifi.h"#include "esp_wifi_types.h"#include "freertos/FreeRTOS.h"#include "nvs_flash.h"Go to the source code of this file.
Data Structures | |
| struct | wifi_ieee80211_mac_hdr_t |
| Struct to store the MAC header of a Wi-Fi packet. More... | |
| struct | wifi_ieee80211_packet_t |
| Struct to store the payload of a Wi-Fi packet. More... | |
| struct | HCCAPX |
| Struct to store the information of a 4-way handshake. More... | |
| struct | deauthPacket_t |
| class | WiFiTools |
Enumerations | |
| enum | wifi_packet_flag { HANDSHAKE_CAPTURE , CLIENT_DETECTION , NONE } |
| Enum to store the type of Wi-Fi packet to capture. | |
| enum | wifi_attack_mode { DEAUTH , BEACON_SPAM , WiFi_IDLE } |
| Enum to store the type of Wi-Fi attack mode. | |
Variables | |
| WiFiTools * | globalWiFiToolsInstance |
Library for Wi-Fi attack tools.