Re: [PATCH] cfg80211: Include length of kek in rekey data

2017-11-13 Thread Johannes Berg
On Wed, 2017-10-25 at 14:49 +0530, Vidyullatha Kanchanapally wrote: > With support for new AKM suites (example FILS-SHA256), the KEK length > can now be more than NL80211_KEK_LEN and the KCK length can be zero. > Add changes in cfg80211 to specify the length of KEK, and make KCK > optional. Make NL

[PATCH] cfg80211: Include length of kek in rekey data

2017-10-25 Thread Vidyullatha Kanchanapally
With support for new AKM suites (example FILS-SHA256), the KEK length can now be more than NL80211_KEK_LEN and the KCK length can be zero. Add changes in cfg80211 to specify the length of KEK, and make KCK optional. Make NL80211_REKEY_DATA_KEK as NLA_BINARY to enforce a maximum length check. Signe