mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
nl80211: Update FILS roam info from vendor roam event
Add support to update PMK, PMKID, and ERP next sequence number from FILS roamed info. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
3c67e977de
commit
693eafb150
@ -1773,7 +1773,9 @@ static void qca_nl80211_key_mgmt_auth(struct wpa_driver_nl80211_data *drv,
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK],
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK],
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS],
|
||||
NULL, NULL, NULL);
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_FILS_ERP_NEXT_SEQ_NUM],
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMK],
|
||||
tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMKID]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user