Hello,
after switching to Digi embedded yocto 3.0 I was not able to get the soft AP with hostapd working in 5GHz.
In 2.4GHz range it is working well.
The /etc/network/interfaces contains:
auto wlan1
iface wlan1 inet static
address 192.168.101.5
netmask 255.255.255.0
post-up /etc/init.d/hostapd start
pre-down /etc/init.d/hostapd stop
The /etc/hostapd_wlan1.conf is:
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
interface=wlan1
driver=nl80211
ssid=MYSSID
auth_algs=1
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=MYPWD
# IEEE 802.11ac 5GHz
hw_mode=a
channel=40
ieee80211ac=1
ieee80211n=1
country_code=DE
There is an error message in /var/volatile/log/messages
Oct 1 12:56:18 btc daemon.warn hostapd: wlan1: IEEE 802.11 Configured channel (36) not found from the channel list of current mode (2) IEEE 802.11a
Oct 1 12:56:18 btc daemon.warn hostapd: wlan1: IEEE 802.11 Hardware does not support configured channel
Thanks in advance,
Uwe