Wifi-Hal: Fix NanCapabilities status field

The status field is modified to u32 from u16. Fix the same in
HAL.

Change-Id: Ia8a11999e34d3f349e34643371397314e7265338
CRs-Fixed: 974129
diff --git a/qcwcn/wifi_hal/nan_i.h b/qcwcn/wifi_hal/nan_i.h
index 2364625..bbff5cb 100644
--- a/qcwcn/wifi_hal/nan_i.h
+++ b/qcwcn/wifi_hal/nan_i.h
@@ -950,7 +950,7 @@
 {
     NanMsgHeader fwHeader;
     /* status of the request */
-    u16 status;
+    u32 status;
     u32 value;
     u32 max_concurrent_nan_clusters;
     u32 max_publishes;