diff --git a/components/mlme/dispatcher/inc/cfg_mlme_sta.h b/components/mlme/dispatcher/inc/cfg_mlme_sta.h index d1d61799f055d..63643aa0d5179 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_sta.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_sta.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -30,7 +30,7 @@ * * @Min: 0 * @Max: 1000 - * @Default: 60 + * @Default: 30 * * This ini is used to control how frequently STA should send NULL frames to AP * (period in seconds) to notify AP of its existence. @@ -47,7 +47,7 @@ "gStaKeepAlivePeriod", \ 0, \ 1000, \ - 60, \ + 30, \ CFG_VALUE_OR_DEFAULT, \ "send default NULL frame to AP")