cfg80211: Pass PTK as part of key management offload completion
When the device indicates completion of key management offload to
the supplicant by signaling a key management authorization event,
it must pass the derived PTK KCK and PTK KEK. The supplicant
needs this information in case it must handle a later operation
that requires knowledge of the PTK, such as a GTK rekeying.
A new routine to signal key management offload completion is
defined, cfg80211_key_mgmt_auth. This routine takes a
parameter which is a structure containing the authorization
information. Eventually the old routine cfg80211_authorization_event
can be removed when it is no longer referenced by any device driver.
Change-Id: I2bc426178f36615e31c110cdbcd539016bc41975
CRs-Fixed: 728422
Signed-off-by:
Chet Lanctot <clanctot@codeaurora.org>
Loading
Please register or sign in to comment