wlan: Update Auth failure timer value

Update Auth failure timer value according to noa vaule from beacon/probe
resp during pre-assoc phase

Change-Id: Id68d30c9b08d71f65d9bb8ff38156303aa69a421
CR-Fixed: 425994
diff --git a/CORE/SME/inc/p2p_Api.h b/CORE/SME/inc/p2p_Api.h
index ffe7755..6cfea72 100644
--- a/CORE/SME/inc/p2p_Api.h
+++ b/CORE/SME/inc/p2p_Api.h
@@ -59,6 +59,9 @@
   void *pCBContext;
 }tRemainOnChn, tpRemainOnChn;
 
+#define SIZE_OF_NOA_DESCRIPTOR 13
+#define MAX_NOA_PERIOD_IN_MICROSECS 3000000
+
 #ifdef WLAN_FEATURE_P2P_INTERNAL
 
 #define MAX_SOCIAL_CHANNELS 3