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:
parent
350c353182
commit
c160697b1f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue