Home
last modified time | relevance | path

Searched refs:RsnConfig (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dauthenticator_api.c123 pRsnConfig = &pApInfo->bssConfig.RsnConfig; in IsAuthenticatorEnabled()
161 pRsnConfig = &pBssConfig->RsnConfig; in AuthenitcatorInitBssConfig()
203 pRsnConfig = &pBssConfig->RsnConfig; in AuthenticatorGetBssConfig()
406 pRsnConfig = &pBssConfig->RsnConfig; in AuthenticatorBssConfig()
431 RsnConfig. in AuthenticatorBssConfig()
433 pBssConfig->RsnConfig. in AuthenticatorBssConfig()
436 RsnConfig.mcstCipher, in AuthenticatorBssConfig()
437 pBssConfig->RsnConfig. in AuthenticatorBssConfig()
439 pBssConfig->RsnConfig. in AuthenticatorBssConfig()
462 RsnConfig. in AuthenticatorBssConfig()
[all …]
H A DkeyMgmtAp.c160 pCipher = &pBssConfig->RsnConfig.mcstCipher; in keyApi_ApUpdateKeyMaterial()
295 pPassPhrase = pApInfo->bssConfig.RsnConfig.PSKPassPhrase; in KeyMgmtInit()
296 pPskValue = pApInfo->bssConfig.RsnConfig.PSKValue; in KeyMgmtInit()
297 passPhraseLen = pApInfo->bssConfig.RsnConfig.PSKPassPhraseLen; in KeyMgmtInit()
326 pRsnConfig = &pApInfo->bssConfig.RsnConfig; in KeyMgmtHskTimeout()
383 pRsnConfig = &pApInfo->bssConfig.RsnConfig; in KeyMgmtStartHskTimer()
460 pApInfo->bssConfig.RsnConfig.mcstCipher. in PrepDefaultEapolMsg()
545 wpaUcastCipher = pBssConfig->RsnConfig.wpaUcstCipher; in ProcessPWKMsg2()
546 wpa2UcastCipher = pBssConfig->RsnConfig.wpa2UcstCipher; in ProcessPWKMsg2()
552 pBssConfig->RsnConfig.mcstCipher, in ProcessPWKMsg2()
[all …]
H A DAssocAp_srv_rom.c326 Cipher_t wpaUcastCipher = pBssConfig->RsnConfig.wpaUcstCipher; in assocSrvAp_CheckSecurity()
327 Cipher_t wpa2UcastCipher = pBssConfig->RsnConfig.wpa2UcstCipher; in assocSrvAp_CheckSecurity()
336 pBssConfig->RsnConfig.mcstCipher, in assocSrvAp_CheckSecurity()
337 pBssConfig->RsnConfig.AuthKey, in assocSrvAp_CheckSecurity()
H A Dauthenticator.h253 apRsnConfig_t RsnConfig; member