mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
start working on melonAP.
it sends beacons!
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user