On 21-2-2017 13:37, Johannes Berg wrote: > From: Avraham Stern <avraham.stern@xxxxxxxxx> > > Add API for setting the PMK to the driver. For FT support, allow > setting also the PMK-R0 Name. > > This can be used by drivers that support 4-Way handshake offload > while IEEE802.1X authentication is managed by upper layers. So looking at wpa_supplicant RFC patches I see that it now diverts driver_nl80211_set_key() for ALG_PMK case to the new api. So why not extending CMD_NEW_KEY to support ALG_PMK? Regards, Arend