frameCreator.h 194 B

12345678
  1. #ifndef FRAMECREATOR_H_
  2. #define FRAMECREATOR_H_
  3. //Creates Probe response frame
  4. u_char *createProbeResponse(u_char *dstAddress, int *packetSize, u_char * radioTapHeader, u_char *myMAC);
  5. #endif