Re: [RFC] cfg80211: Add support for FILS shared key authentication offload

2017-03-05 Thread Arend Van Spriel
On 3-3-2017 13:28, Johannes Berg wrote: >> +void cfg80211_connect_done(struct net_device *dev, const u8 *bssid, >> + struct cfg80211_bss *bss, const u8 >> *req_ie, >> + size_t req_ie_len, const u8 *resp_ie, >> + size_t resp_ie_len, c

Re: [RFC] cfg80211: Add support for FILS shared key authentication offload

2017-03-03 Thread Johannes Berg
>  struct cfg80211_pmksa { >   const u8 *bssid; >   const u8 *pmkid; > + const u8 *pmk; > + size_t pmk_len; > + const u8 *ssid; > + size_t ssid_len; > + u16 cache_id; >  }; So how does that work - from a flow perspective? > +void cfg80211_connect_done(struct net_devic

[RFC] cfg80211: Add support for FILS shared key authentication offload

2017-03-03 Thread Jouni Malinen
From: "Kanchanapally, Vidyullatha" Enhance nl80211 and cfg80211 connect request and response APIs to support FILS shared key authentication Offload. The new nl80211 attributes can be used to provide additional information to the driver to establish a FILS connection. Also enhance the set/del PMKS