Attention

You are viewing an older version of the documentation. The latest version is v3.3.

WiFi 6E Module on Tiger Lake Platform

WiFi 6E connectivity is enabled on Intel® Edge Controls for Industrial (Intel® ECI or ECI) framework with Intel® WiFi 6E AX210 Module. This module is verified on Tiger Lake platform and can used as a WiFi 6E station on the device side.

This section describes the procedure to set up a data link with AX210 module on ECI.

WiFi 6E Prerequisites

Hardware Dependency

  • Tiger Lake IPC

  • Intel® WiFi 6E AX210 Module

Kernel and Driver

  • AX210 driver is integrated with ECI Linux* kernel for both Debian* 11 (Bullseye) and Canonical Ubuntu* 22.04 (Jammy Jellyfish).

Set up WiFi 6E Connectivity

The following section is applicable to:

../_images/target1.png

Test WiFi Connectivity

If connected to the public network, ping 8.8.8.8 to check the connectivity.

ping -I <WIFI_INTERFACE> 8.8.8.8
../_images/wifi_ping_public.png

If connected to the private network, ping the edge server (for example, 192.168.50.209) behind WiFi AP to check the connectivity.

ping -I <WIFI_INTERFACE> 192.168.50.209
../_images/wifi_ping_private.png