Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dauthenticator_api.c170 pRsnConfig->PwsHskTimeOut = PWS_HSK_TIMEOUT; in AuthenitcatorInitBssConfig()
207 if ((pRsnConfig->PwsHskTimeOut != 0) && in AuthenticatorGetBssConfig()
208 (pRsnConfig->PwsHskTimeOut < (MAX_VALID_DWORD))) { in AuthenticatorGetBssConfig()
210 pRsnConfig->PwsHskTimeOut; in AuthenticatorGetBssConfig()
267 pRsnConfig->PwsHskTimeOut = bss_config->pairwise_update_timeout; in AuthenticatorGetBssConfig()
H A Dauthenticator.h177 UINT32 PwsHskTimeOut; member
H A DkeyMgmtAp.c387 timeoutInms = pRsnConfig->PwsHskTimeOut; in KeyMgmtStartHskTimer()