qcacmn: FILS indication IE changes

Add changes to add FILS indication info element in scan result.

Change-Id: I341c30fe23ac8bfe518752d783d23094cbc2ac98
CRs-Fixed: 2068436
diff --git a/umac/scan/dispatcher/src/wlan_scan_utils_api.c b/umac/scan/dispatcher/src/wlan_scan_utils_api.c
index 2a1dd03..48ed62d 100644
--- a/umac/scan/dispatcher/src/wlan_scan_utils_api.c
+++ b/umac/scan/dispatcher/src/wlan_scan_utils_api.c
@@ -536,6 +536,9 @@
 				return status;
 			}
 			break;
+		case WLAN_ELEMID_FILS_INDICATION:
+			scan_params->ie_list.fils_indication = (uint8_t *)ie;
+			break;
 		case WLAN_ELEMID_EXTN_ELEM:
 			util_scan_parse_extn_ie(scan_params, ie);
 			break;