qcacmn: Update preauth candidate entry to scan table

During SAE roam auth offload, update the beacon/probe response
frame coming from the FW via WMI_ROAM_FRAME_EVENTID into the
scan db.

When the bss info of the preauth candidate is unavailable in
the host/kernel scan entry, supplicant fails to determine the
proper SAE PWE config of the peer and the commit request fails.

Change-Id: I8537147104f30b74ffb2e87946f2e5f4b129f0df
CRs-Fixed: 3075460
This commit is contained in:
Surya Prakash Sivaraj
2021-11-15 23:22:41 +05:30
zatwierdzone przez Madan Koyyalamudi
rodzic b9f1cd3492
commit c4e6b83afe
6 zmienionych plików z 40 dodań i 0 usunięć

Wyświetl plik

@@ -4721,6 +4721,7 @@ typedef enum {
wmi_mlo_link_set_active_resp_eventid,
#endif
wmi_pdev_fips_extend_event_id,
wmi_roam_frame_event_id,
wmi_events_max,
} wmi_conv_event_id;