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

@ -154,6 +154,9 @@ void USTimer(u32 param);
u16 Read(u32 addr);
void Write(u32 addr, u16 val);
u8* GetMAC();
u8* GetBSSID();
}
#endif