prima: Extend tAuthType for Auth types RSN PSK/8021X SHA256

This is a interface change to add support for roaming across APs
with Auth Type RSN_PSK_SHA256 and RSN_8021X_SHA256 by extending
the enum tAuthType for these authentication types.

Change-Id: I5960d346fd31f080014df707a65e10a79f952dff
CRs-Fixed: 850779
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index 48a9e22..75a3ae6 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -6019,6 +6019,8 @@
     eAUTH_TYPE_WAPI_WAI_PSK          = 9,
     eAUTH_TYPE_CCKM_WPA              = 10,
     eAUTH_TYPE_CCKM_RSN              = 11,
+    eAUTH_TYPE_RSN_PSK_SHA256        = 12,
+    eAUTH_TYPE_RSN_8021X_SHA256      = 13,
 
     eAUTH_TYPE_MAX = WLAN_HAL_MAX_ENUM_SIZE