NXP Semiconductors
UM11490
Feature Configuration Guide for NXP-based Wireless Modules on i.MX 8M Quad EVK
2.5 Configure IEEE 802.11a/b/g/n/ac standards
This section describes the different IEEE 802.11 standard configurations for the Access
Point. The standards use different bandwidths and network speed. The IEEE 802.11a
and IEEE 802.11ac standards operate only at 5 GHz, IEEE 802.11b/g operate at 2.4 GHz
and IEEE 802.11n can operate at both 2.4 GHz and 5 GHz bands.
2.5.1 Configure IEEE 802.11b standard
Configure the Access Point for IEEE 802.11b standard.
root@imx8mqevk:~# nano /etc/hostapd.conf
Configuration file content:
interface=uap0
hw_mode=b
channel=0
country_code=US
ssid=NXP_Demo
2.5.2 Configure IEEE 802.11a standard
Configure the Access Point for IEEE 802.11a standard.
root@imx8mqevk:~# nano /etc/hostapd.conf
Configuration file content:
interface=uap0
hw_mode=a
channel=0
country_code=US
ssid=NXP_Demo
2.5.3 Configure IEEE 802.11g standard
Configure the Access Point for IEEE 802.11g standard.
root@imx8mqevk:~# nano /etc/hostapd.conf
Configuration file content:
interface=uap0
hw_mode=g
channel=0
country_code=US
ssid=NXP_Demo
UM11490
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2021. All rights reserved.
User manual
Rev. 2 — 29 January 2021
21 / 88