From ae08c66cf6a640b5c0b35907d6654a6238089612 Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Wed, 29 Nov 2023 17:37:15 -0500 Subject: [PATCH] Updating README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f95f6..0a05ad8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# i3e_template_driver +# FreeBSD net80211 template driver ## Introduction This is a templated implementation of FreeBSD's 15-CURRENT net80211 layer. This driver is intended as a learning resource. + This driver is as much a project for myself as it is for any future readers :) + The driver does not implement PCIe, USB or SDIO layers. Rather, everything is implemented in software. ## How to Test code @@ -16,6 +18,7 @@ cd i3e_template_driver make make load ``` +This should create a `i3e0` interface. You can now use this to create a VAP. To create a `wlan0` VAP, run the following command: ```