unleashed-firmware/applications/external/wifi_marauder_companion/wifi_marauder_pcap.h

11 lines
No EOL
309 B
C

#pragma once
#include "furi_hal.h"
/**
* Creates a PCAP file to store incoming packets.
* The file name will have a prefix according to the type of scan being performed by the application (Eg: raw_0.pcap)
*
* @param app Application context
*/
void wifi_marauder_create_pcap_file(WifiMarauderApp* app);