fuzzSSID.h 136 B

12345678910
  1. #ifndef FUZZSSID_H_
  2. #define FUZZSSID_H_
  3. #include "../frameDefinitions.h"
  4. int ssidFuzzUpdate(int status);
  5. infoElem ssidFuzz();
  6. #endif