start working on melonAP.

it sends beacons!
This commit is contained in:
StapleButter
2017-12-18 21:37:17 +01:00
parent 2eaec3f08e
commit 9632aa4021
5 changed files with 163 additions and 3 deletions

View File

@ -26,7 +26,11 @@ bool Init();
void DeInit();
void Reset();
//
void USTimer();
// packet format: 12-byte TX header + original 802.11 frame
int SendPacket(u8* data, int len);
int RecvPacket(u8* data);
}