wifi_marauder_ep.h 168 B

123456
  1. // evil portal helper
  2. #pragma once
  3. #include "wifi_marauder_app_i.h"
  4. bool wifi_marauder_ep_read_html_file(WifiMarauderApp* app, uint8_t** the_html, size_t* html_size);