From c160697b1f045651a93e40f9bb2a032d57ba0156 Mon Sep 17 00:00:00 2001 From: c_rrajiv Date: Wed, 8 Jun 2016 13:05:12 +0530 Subject: [PATCH] GTK: Decrease GTK rekey interval GTK rekey interval is reduced to match with standard values existing with commercial APs. This further helps in testing the GTK rekeying functionality and offload scenarios with SAP case. CRs-Fixed: 1025722 Change-Id: If284ce12b1141bde8d01bee7023ac9ae94d255b7 --- softap/sdk/qsap_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softap/sdk/qsap_api.h b/softap/sdk/qsap_api.h index d889d0a..e66dc96 100644 --- a/softap/sdk/qsap_api.h +++ b/softap/sdk/qsap_api.h @@ -207,7 +207,7 @@ enum error_val { #define MIN_UPC_LEN (1) #define MAX_UPC_LEN (128) -#define GTK_MIN (600) +#define GTK_MIN (30) #define MAX_INT_STR (8)