qcacld-3.0: Add support to configure bss max idle period
Add support to configure the bss max idle period for STA. Change-Id: Ifc56f6513a2b643ab574937c5216b53bdea1d2c5 CRs-Fixed: 2829159
This commit is contained in:

committed by
Madan Koyyalamudi

parent
74c62ced54
commit
f4ed112b3c
@@ -1460,6 +1460,8 @@ static void mlme_init_sta_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
{
|
||||
sta->sta_keep_alive_period =
|
||||
cfg_get(psoc, CFG_INFRA_STA_KEEP_ALIVE_PERIOD);
|
||||
sta->bss_max_idle_period =
|
||||
(uint32_t)cfg_default(CFG_STA_BSS_MAX_IDLE_PERIOD);
|
||||
sta->tgt_gtx_usr_cfg =
|
||||
cfg_get(psoc, CFG_TGT_GTX_USR_CFG);
|
||||
sta->pmkid_modes =
|
||||
|
Reference in New Issue
Block a user