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
This commit is contained in:
c_rrajiv 2016-06-08 13:05:12 +05:30 committed by Gerrit - the friendly Code Review server
parent 350c353182
commit c160697b1f

View file

@ -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)