Hi, I am trying to create a VHT capable radio with mac80211_hwsim, to be used with hostapd. I have tried a few configs in tests/hwsim/test_ap_vht.py but all that I have tried result in hostapd complaining about the channel e.g. Channel 36 (primary) not allowed for AP mode, flags: 0x853 NO-IR wln2: IEEE 802.11 Configured channel (36) not found from the channel list of current mode (2) IEEE 802.11a wln2: IEEE 802.11 Hardware does not support configured channel I have tried a few channels, none of which work. This makes me think it has to do with how I am creating the radio with mac80211_hwsim. I'm just creating an essentially 'default' radio (no special attributes). I've looked through the hwsim driver code and it appears that all radios created set some VHT capability bits (the for loop iterating over NUM_NL80211_BANDS) so any hwsim radio should support VHT (right?). None of the HWSIM_ATTR's seem to point anything related to VHT either. Here is (one of) the config I've tried: ssid=testSSID country_code=DE hw_mode=a channel=36 ieee80211n=1 ieee80211ac=1 vht_oper_chwidth=0 vht_oper_centr_freq_seg0_idx=0 supported_rates=60 120 240 360 480 540 require_vht=1 Thanks, James _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap