start work on non-direct mode. reply to DHCP discover frame.

This commit is contained in:
Arisotura
2019-02-23 13:41:51 +01:00
parent 0550d22833
commit 93d51b0cbc
4 changed files with 206 additions and 9 deletions

View File

@ -28,8 +28,8 @@
namespace Wifi
{
//#define WIFI_LOG printf
#define WIFI_LOG(...) {}
#define WIFI_LOG printf
//#define WIFI_LOG(...) {}
u8 RAM[0x2000];
u16 IO[0x1000>>1];