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 D | keyMgmtSta_rom.c | 58 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 D | keyMgmtAp.c | 160 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 D | keyMgmtSta.c | 1481 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 D | authenticator.h | 159 Cipher_t mcstCipher; member 285 Cipher_t mcstCipher; member
|
| H A D | keyMgmtStaTypes.h | 93 Cipher_t mcstCipher; member
|
| H A D | authenticator_api.c | 332 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 D | AssocAp_srv_rom.c | 336 pBssConfig->RsnConfig.mcstCipher, in assocSrvAp_CheckSecurity()
|