Loading
qcacld-3.0: Fix invalid bssid filled while deleting pmksa
In delete pmksa call for FILS case, the userspace sends only the ssid and cache id on the pmk cache. But the driver copies only the bssid which could cause invalid bssid being copied and the delete pmksa operation fails always. Fill pmksa ssid if SSID and cache id are provided, else copy the bssid. Change-Id: If18cfd86983c9fe9ae421295accf12bf1e8de148 CRs-Fixed: 3072262