Hi,
i am using OMAP5432 with linux kernel version 3.8.13-g89927f5 (followed gl-sdk-6)
wl18xx: wl18xx-fw-2.bin (taken from https://github.com/TI-OpenLink/wl18xx_fw)
i am trying to bring up wifi in 5GHz bandwidth frequncies using wpa_supplicant.
i have set operating channel in 5GHz (using supplicant conf), but after a successful connection, there is no data over the set operating channel instead the data transfer looks to be happening in 2.4GHz (Channel 1, verified using a wifi sniffer)
Even in the scan (using iw commands), only APs with 2.4GHz bandwidth frequencies are shown.
Questions:
1) How to bring up OMAP5432 EVM to use both 2.4GHz and 5GHz bandwidth frequencies?
2) Is the driver wl18xx-fw-2.bin an early stage driver which is yet to support 5GHz bandwidth frequencies?
3) using iwconfig, i could see only one interface (wlan0: b/g/n), if there is support for dual band, is it not supposed to show two interfaces (one for 2.4 GHz and one for 5GHz)?
-Srinivas.