|
Politician 1.0.0
WiFi Auditing Library for ESP32
|
Helper for writing HandshakeRecords to an HC22000 text file. More...
#include <PoliticianStorage.h>
Static Public Member Functions | |
| static bool | append (fs::FS &fs, const char *path, const HandshakeRecord &rec) |
| Appends a HandshakeRecord to a file as an HC22000 string. | |
Helper for writing HandshakeRecords to an HC22000 text file.
Definition at line 99 of file PoliticianStorage.h.
|
inlinestatic |
Appends a HandshakeRecord to a file as an HC22000 string.
| fs | The filesystem (e.g., SD, LittleFS) |
| path | The path to the file (e.g., "/captures.22000") |
| rec | The HandshakeRecord to write |
Definition at line 109 of file PoliticianStorage.h.
References politician::format::toHC22000().