On 2019-08-23 20:32, Nicolas Cavallari wrote:
On 20/08/2019 17:47, Kalle Valo wrote:+ ar->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) | + BIT(NL80211_IFTYPE_AP) | + BIT(NL80211_IFTYPE_MESH_POINT);[...]+ ar->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;so IBSS-RSN is supported without IBSS support ?
Sure. IBSS-RSN is not relevant when IBSS is not supported, I guess. We'll take care of this. Thanks. Vasanth