From c1e9d4f34a8ad85b665e642f6d33bf31f37d2bb2 Mon Sep 17 00:00:00 2001 From: morrownr Date: Sun, 21 Nov 2021 20:03:19 -0600 Subject: [PATCH] support reproducible builds --- README.md | 8 +++++--- core/rtw_debug.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca165d4..c0a06b4 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,14 @@ - IEEE 802.11 b/g/n/ac WiFi compliant - 802.1x, WEP, WPA TKIP and WPA2 AES/Mixed mode for PSK and TLS (Radius) -- WPA3 (see note in FAQ) +- WPA3 (see issue with title `How to Enable WPA3 support`) - IEEE 802.11b/g/n/ac Client mode * Supports wireless security for WEP, WPA TKIP and WPA2 AES PSK * Supports site survey scan and manual connect - Power saving modes +- Wireshark compatible +- Aircrack-ng compatible +- Packet injection - hostapd compatible - AP mode DFS channel support - Supported interface modes @@ -415,8 +418,7 @@ of wpa_supplicant at the following site: https://w1.fi/cgit/ -If there is interest, I will consider making and posting a guide. I am very busy -so if anyone is interested in making a guide/checklist. +See issue titled `How to Enable WPA3 support` for more information. Question: I bought two rtl8812bu based adapters and am planning to run one of them as an AP and another as a WiFi client. How do I set that up? diff --git a/core/rtw_debug.c b/core/rtw_debug.c index 99cf624..71d93ef 100644 --- a/core/rtw_debug.c +++ b/core/rtw_debug.c @@ -42,7 +42,7 @@ const char *rtw_log_level_str[] = { void dump_drv_version(void *sel) { RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); - RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); +// RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); } #ifdef CONFIG_PROC_DEBUG