On 5/22/2018 10:19 AM, Arend van Spriel wrote:
This small patch series is based on patch originally submitted by Vidyullatha to support driver/firmware roaming for FILS-SK offload. It also reworks the connection response code to reuse the fils parameter structure for the ROAM event. The series is intended for 4.18 and applies to the master branch of the mac80211-next repository.
Hi Johannes, Did you miss this series? Any comments? Regards, Arend
Arend van Spriel (2): cfg80211: use separate struct for fils parameters nl80211: add FILS related parameters to ROAM event Vidyullatha Kanchanapally (1): nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMS include/net/cfg80211.h | 51 ++++++++++++++++--------- include/uapi/linux/nl80211.h | 6 ++- net/wireless/core.c | 4 ++ net/wireless/nl80211.c | 90 +++++++++++++++++++++++++++++++++++++------- net/wireless/sme.c | 88 ++++++++++++++++++++++++++++++------------- 5 files changed, 180 insertions(+), 59 deletions(-) -- 1.9.1