Hi, The short answer to your question is: no. > I know that we need to set the WIPHY_FLAG_SUPPORTS_FW_ROAMING but I'm not > sure if anything else needs to be signalled (called) in to mac80211? > > I've seen calls to cfg80211_roamed_bss which gets the roamed indication out > to the user space but do we need to use this as well? > > Can anyone explain? The longer answer is that mac80211 doesn't use the connect API, it implements the MLME itself. Roaming in firmware isn't just that, it's much much more complex. Think of the AP station entry getting updated (mac80211 would have to do this!), the new QoS/WMM parameters, BSSID, ... If you have roaming in your firmware, then you must have the MLME in the firmware as well. Then, why are you using mac80211? Clearly not for the MLME, but then what for instead? Maybe what you really want instead is to do some (really really big!) refactoring on the datapath? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html