Home
last modified time | relevance | path

Searched refs:GrpHskTimeOut (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dauthenticator_api.c172 pRsnConfig->GrpHskTimeOut = GRP_HSK_TIMEOUT; in AuthenitcatorInitBssConfig()
217 if ((pRsnConfig->GrpHskTimeOut != 0) && in AuthenticatorGetBssConfig()
218 (pRsnConfig->GrpHskTimeOut < (MAX_VALID_DWORD))) in AuthenticatorGetBssConfig()
220 pRsnConfig->GrpHskTimeOut; in AuthenticatorGetBssConfig()
276 pRsnConfig->GrpHskTimeOut = in AuthenticatorGetBssConfig()
H A Dauthenticator.h178 UINT32 GrpHskTimeOut; member
H A DkeyMgmtAp.c392 timeoutInms = pRsnConfig->GrpHskTimeOut; in KeyMgmtStartHskTimer()