Searched refs:ucstCipher (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtSta_rom.c | 56 memset(util_fns, &pRsnConfig->ucstCipher, in supplicantSetAssocRsn_internal() 57 0x00, sizeof(pRsnConfig->ucstCipher)); in supplicantSetAssocRsn_internal() 109 if (pSecurityParams->ucstCipher.ccmp && pUcstCipher->ccmp) { in supplicantSetAssocRsn_internal() 110 pRsnConfig->ucstCipher.ccmp = 1; in supplicantSetAssocRsn_internal() 112 pRsnConfig->ucstCipher.tkip = 1; in supplicantSetAssocRsn_internal() 172 if (pRsnConfig->ucstCipher.ccmp) { in keyMgmtFormatWpaRsnIe_internal() 280 if (pRsnConfig->ucstCipher.ccmp) { in keyMgmtFormatWpaRsnIe_internal() 377 if (pRsnConfig->ucstCipher.ccmp) { in keyMgmtGetKeySize_internal()
|
| H A D | keyMgmtSta.c | 890 ucstCipher.ccmp); 1491 Cipher_t mcstCipher, Cipher_t ucstCipher) in supplicantSetProfile() argument 1495 priv->suppData->currParams.ucstCipher = ucstCipher; in supplicantSetProfile() 1505 *pUcstCipher = priv->suppData->currParams.ucstCipher; in supplicantGetProfile() 1515 *pUcstCipher = priv->suppData->customMIB_RSNConfig.ucstCipher; in supplicantGetProfileCurrent() 2267 Cipher_t ucstCipher; in processRsnWpaInfo() local 2282 &mcstCipher, &ucstCipher, in processRsnWpaInfo() 2290 &mcstCipher, &ucstCipher, in processRsnWpaInfo() 2299 mcstCipher, ucstCipher); in processRsnWpaInfo() 2304 &ucstCipher, in processRsnWpaInfo()
|
| H A D | keyMgmtStaTypes.h | 94 Cipher_t ucstCipher; member
|
| H A D | authenticator.h | 286 Cipher_t ucstCipher; member
|