qcacmn: Add API to check if scan entry is from hidden AP

Add API to check if scan entry is for a hidden AP.

Change-Id: I51115eb1601754d3d920029687ab6211b351c48a
CRs-Fixed: 2106447
diff --git a/umac/scan/dispatcher/src/wlan_scan_utils_api.c b/umac/scan/dispatcher/src/wlan_scan_utils_api.c
index 2f77884..34742d1 100644
--- a/umac/scan/dispatcher/src/wlan_scan_utils_api.c
+++ b/umac/scan/dispatcher/src/wlan_scan_utils_api.c
@@ -321,7 +321,7 @@
 	return QDF_STATUS_SUCCESS;
 }
 
-static bool
+bool
 util_scan_is_hidden_ssid(struct ie_ssid *ssid)
 {
 	uint8_t i;