Home
last modified time | relevance | path

Searched refs:mcstCipher (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta_rom.c58 memset(util_fns, &pRsnConfig->mcstCipher, in supplicantSetAssocRsn_internal()
59 0x00, sizeof(pRsnConfig->mcstCipher)); in supplicantSetAssocRsn_internal()
92 if (pSecurityParams->mcstCipher.ccmp && pMcstCipher->ccmp) { in supplicantSetAssocRsn_internal()
93 pRsnConfig->mcstCipher.ccmp = 1; in supplicantSetAssocRsn_internal()
95 pRsnConfig->mcstCipher.tkip = 1; in supplicantSetAssocRsn_internal()
115 if (pSecurityParams->mcstCipher.ccmp && pMcstCipher->ccmp) { in supplicantSetAssocRsn_internal()
116 pRsnConfig->mcstCipher.ccmp = 1; in supplicantSetAssocRsn_internal()
117 } else if (pSecurityParams->mcstCipher.tkip && in supplicantSetAssocRsn_internal()
119 pRsnConfig->mcstCipher.tkip = 1; in supplicantSetAssocRsn_internal()
120 } else if (pSecurityParams->mcstCipher.wep104 && in supplicantSetAssocRsn_internal()
[all …]
H A DkeyMgmtAp.c160 pCipher = &pBssConfig->RsnConfig.mcstCipher; in keyApi_ApUpdateKeyMaterial()
460 pApInfo->bssConfig.RsnConfig.mcstCipher. in PrepDefaultEapolMsg()
552 pBssConfig->RsnConfig.mcstCipher, in ProcessPWKMsg2()
670 &pApInfo->bssConfig.RsnConfig.mcstCipher); in GeneratePWKMsg3()
765 &pApInfo->bssConfig.RsnConfig.mcstCipher, in GenerateGrpMsg1()
775 &pApInfo->bssConfig.RsnConfig.mcstCipher); in GenerateGrpMsg1()
904 if ((pApInfo->bssConfig.RsnConfig.mcstCipher.tkip) && in ApMicErrTimerExpCb()
953 if ((pApInfo->bssConfig.RsnConfig.mcstCipher.tkip) && in ApMicCounterMeasureInvoke()
H A DkeyMgmtSta.c1481 mcstCipher.ccmp, 0); in supplicantInstallWpaNoneKeys()
1484 mcstCipher.ccmp, 1); in supplicantInstallWpaNoneKeys()
1491 Cipher_t mcstCipher, Cipher_t ucstCipher) in supplicantSetProfile() argument
1494 priv->suppData->currParams.mcstCipher = mcstCipher; in supplicantSetProfile()
1504 *pMcstCipher = priv->suppData->currParams.mcstCipher; in supplicantGetProfile()
1514 *pMcstCipher = priv->suppData->customMIB_RSNConfig.mcstCipher; in supplicantGetProfileCurrent()
2266 Cipher_t mcstCipher; in processRsnWpaInfo() local
2282 &mcstCipher, &ucstCipher, in processRsnWpaInfo()
2290 &mcstCipher, &ucstCipher, in processRsnWpaInfo()
2299 mcstCipher, ucstCipher); in processRsnWpaInfo()
[all …]
H A Dauthenticator.h159 Cipher_t mcstCipher; member
285 Cipher_t mcstCipher; member
H A DkeyMgmtStaTypes.h93 Cipher_t mcstCipher; member
H A Dauthenticator_api.c332 memset(util_fns, (t_u8 *)&pRsnConfig->mcstCipher, 0x00, in AuthenticatorGetBssConfig()
334 memcpy(util_fns, (t_u8 *)&pRsnConfig->mcstCipher, in AuthenticatorGetBssConfig()
436 RsnConfig.mcstCipher, in AuthenticatorBssConfig()
467 RsnConfig.mcstCipher, in AuthenticatorBssConfig()
H A DAssocAp_srv_rom.c336 pBssConfig->RsnConfig.mcstCipher, in assocSrvAp_CheckSecurity()