Changes between Version 83 and Version 84 of wireless/wifi
- Timestamp:
- 10/14/2022 10:02:45 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v83 v84 929 929 Linux support is provided by the [https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi iwlwifi] driver, which is included in the mainline kernel source. The compatibility with Gateworks prebuilt Ubuntu images is plug and play. A limitation of this driver is AP's can only be hosted at 2.4GHZ. This driver does provide support for station (client) at 5ghz or 2.4ghz, P2P, Monitor, and IBSS. The chipset is also capable of packet injection which makes it an excellent option for use with the Aircrack-ng suite and [https://www.kali.org/docs/arm/gateworks-ventana/ Kali Linux] which is available from Offensive Security for the Ventana and Newport platforms. 930 930 931 '''Special Notes''' 932 * This card doesn't seem well supported on a 5.4 kernel. Please use 5.10 or 5.15 or newer 933 * Note that depending on the OS you have, some hostapd-conf versions require a patch for this card such as below: 934 {{{ 935 root@focal-venice:~# diff /usr/bin/hostapd-conf hostapd-conf 936 275c275 937 < | grep "Capabilities: " | cut -d" " -f2) 938 --- 939 > | grep "Capabilities: 0x" | cut -d" " -f2) 940 }}} 941 931 942 The AX200U is one of the fastest low cost wi-fi cards we have validated to date, below are the results of real world type iperf3 tests using a WI-FI6 capable Netgear (WAX204) wireless router. 932 943