start differenciating between direct and indirect LAN modes.

indirect mode will use regular sockets and not pcap.
This commit is contained in:
Arisotura
2019-03-04 20:52:29 +01:00
parent 7a0c1af30b
commit 1e108ad7fb
7 changed files with 1081 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];