Hi John, This patchset is an RFC for a new PMKSA API. This is needed for fullmac devices that run firmwares which set the re-association frames IEs. Those devices need to get a correct PMKID from wpa_supplicant in order to do faster WPA2 roaming. mac80211 based drivers wont need to use this API, wpa_supplicant does all the work for them. The patchset defines the nl80211 API, adds a wext compatibility handler, and finally provides the corresponding iwmc3200wifi implementation. Samuel Ortiz (3): nl80211: PMKSA caching support cfg80211: Add PMKSA wext compatibility handler iwmc3200wifi: Implement cfg80211 PMKSA API drivers/net/wireless/iwmc3200wifi/cfg80211.c | 30 +++++++ drivers/net/wireless/iwmc3200wifi/commands.c | 22 +++++ drivers/net/wireless/iwmc3200wifi/commands.h | 13 +++ drivers/net/wireless/iwmc3200wifi/umac.h | 1 + include/linux/ieee80211.h | 2 + include/linux/nl80211.h | 6 ++ include/net/cfg80211.h | 26 ++++++ net/wireless/nl80211.c | 117 ++++++++++++++++++++++++++ net/wireless/wext-compat.c | 42 +++++++++ 9 files changed, 259 insertions(+), 0 deletions(-) -- 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