Does Jetson Nano supports 5GHz WiFi bandwidth?

I have a setup of Jetson Nano 4GB and AC8265 WiFi chip and trying to create AP using the following commands:
nmcli con add type wifi ifname wlan0 mode ap con-name Wifi_AP ssid Nvidia123
nmcli con modify Wifi_AP ipv4.addr 192.168.9.1/24
nmcli con modify Wifi_AP 802-11-wireleess.band a
nmcli con modify Wifi_AP 802-11-wireless-security.key-mgmt wpa-psk
nmcli con modify Wifi_AP 802-11-wireless-security.proto rsn
nmcli con modify Wifi_AP 802-11-wireless-security.psk FlexQube
nmcli con modify Wifi_AP ipv4.method shared
nmcli con up Wifi_AP

but it shows the following error:
Error: Connection activation failed: 802.1X supplicant took too long to authenticate

Hi @vivek_rawal

Could you refer to this topic to see if it works for you.

Thanks for the reference link but this is not working on my system.
Can you please confirm that, does Jetson Nano 4GB and AC 8265 wifi chip, supports 5GHz band in AP mode?
If it supports then can you please provide me the guidance for the same.