Hello!
Firmware configuration:
~ # wlconf -b /usr/share/wlconf/struct.bin -i /lib/firmware/ti-connectivity/wl18xx-conf.bin -g ........... wl18xx.ht.mode = 0x01 wl18xx.phy.phy_standalone = 0x00 wl18xx.phy.spare0 = 0x08 wl18xx.phy.enable_clpc = 0x00 wl18xx.phy.enable_tx_low_pwr_on_siso_rdl = 0x00 wl18xx.phy.auto_detect = 0x00 wl18xx.phy.dedicated_fem = 0x00 wl18xx.phy.low_band_component = 0x02 wl18xx.phy.low_band_component_type = 0x04 wl18xx.phy.high_band_component = 0x01 wl18xx.phy.high_band_component_type = 0x09 wl18xx.phy.number_of_assembled_ant2_4 = 0x01 wl18xx.phy.number_of_assembled_ant5 = 0x01 wl18xx.phy.pin_muxing_platform_options = 0x00, 0x00
Access point information:
~ # iw dev wlan0 info
Interface wlan0
ifindex 3
wdev 0x1
addr 54:4a:16:12:d0:64
type AP
wiphy 0
~ # cat /etc/hostapd.conf
interface=wlan0
driver=nl80211
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
country_code=UK
hw_mode=a
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
ieee80211n=1
ieee80211ac=1
eapol_version=1
wpa=3
wpa_key_mgmt=WPA-PSK WPA-EAP
wpa_pairwise=TKIP CCMP
bridge=br0
ssid=STC-MT_TestWLAN
channel=36
wpa_passphrase=RnD777777
Information about system:
~ # dmesg ............. [ 240.675376] Bus freq set to 24000000 start... [ 240.675601] Bus freq set to 24000000 done! cpu=0 [ 249.988512] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ9) [ 250.002084] Bus freq set to 528000000 start... [ 250.002509] Bus freq set to 528000000 done! cpu=0 [ 250.454619] wlcore: PHY firmware version: Rev 8.2.0.0.236 [ 250.559217] wlcore: firmware booted (Rev 8.9.0.0.69) ~ # cat /proc/version Linux version 4.1.15+ (root@33677a8f7cbc) (gcc version 5.2.0 (GCC) )
Why I can't create 5GHz access point if firmware support 2.4GHz and 5GHz antenas and hostapd configured on create 5GHz?
With 2.4GHz I haven't this problem:
~ # iw dev wlan0 info
Interface wlan0
ifindex 3
wdev 0x1
addr 54:4a:16:12:d0:64
ssid STC-MT_TestWLAN
type AP
wiphy 0
channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
~ # cat /etc/hostapd.conf
interface=wlan0
driver=nl80211
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
country_code=RU
hw_mode=g
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
ieee80211n=1
ieee80211ac=1
eapol_version=1
wpa=3
wpa_key_mgmt=WPA-PSK WPA-EAP
wpa_pairwise=TKIP CCMP
bridge=br0
ssid=STC-MT_TestWLAN
channel=11
wpa_passphrase=RnD777777
But I havn't double channel with if I add ht_capab=[HT40-] to hostapd.conf
Thank you and excuse my bad english.