mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
wifi: add infos about Intel AX200 card
This commit is contained in:
parent
44b2e41714
commit
38f0adb324
@ -590,3 +590,24 @@ To get it to work as an access point with this configuration you will need
|
|||||||
to set up a DHCP server to work with that network. You can - of course - also
|
to set up a DHCP server to work with that network. You can - of course - also
|
||||||
bridge the Wireless interface with any configured bridge
|
bridge the Wireless interface with any configured bridge
|
||||||
(:ref:`bridge-interface`) on the system.
|
(:ref:`bridge-interface`) on the system.
|
||||||
|
|
||||||
|
.. _wireless-interface-intel-ax200:
|
||||||
|
|
||||||
|
Intel AX200
|
||||||
|
===========
|
||||||
|
|
||||||
|
The Intel AX200 card does not work out of the box in AP mode, see
|
||||||
|
https://unix.stackexchange.com/questions/598275/intel-ax200-ap-mode. You can
|
||||||
|
still put this card into AP mode using the following configuration:
|
||||||
|
|
||||||
|
.. stop_vyoslinter
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
set interfaces wireless wlan0 channel '1'
|
||||||
|
set interfaces wireless wlan0 country-code 'us'
|
||||||
|
set interfaces wireless wlan0 mode 'n'
|
||||||
|
set interfaces wireless wlan0 physical-device 'phy0'
|
||||||
|
set interfaces wireless wlan0 ssid 'VyOS'
|
||||||
|
set interfaces wireless wlan0 type 'access-point'
|
||||||
|
|
||||||
|
.. start_vyoslinter
|
||||||
|
|||||||
@ -115,6 +115,8 @@ Refer to :ref:`wireless-interface` for additional information, below listed
|
|||||||
modules have been tested successfully on this Hardware platform:
|
modules have been tested successfully on this Hardware platform:
|
||||||
|
|
||||||
* Compex WLE900VX mini-PCIe WiFi module, only supported in mPCIe slot 1.
|
* Compex WLE900VX mini-PCIe WiFi module, only supported in mPCIe slot 1.
|
||||||
|
* Intel Corporation AX200 mini-PCIe WiFi module, only supported in mPCIe slot 1.
|
||||||
|
(see :ref:`wireless-interface-intel-ax200`)
|
||||||
|
|
||||||
WWAN
|
WWAN
|
||||||
""""
|
""""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user