Searched refs:pMcstCipher (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtApStaCommon.c | 427 Cipher_t *pMcstCipher, in supplicantParseWpaIe() argument 437 memset(util_fns, pMcstCipher, 0x00, sizeof(Cipher_t)); in supplicantParseWpaIe() 449 pMcstCipher->tkip = 1; in supplicantParseWpaIe() 454 pMcstCipher->ccmp = 1; in supplicantParseWpaIe() 459 pMcstCipher->wep40 = 1; in supplicantParseWpaIe() 464 pMcstCipher->wep104 = 1; in supplicantParseWpaIe()
|
| H A D | keyMgmtSta.c | 1409 Cipher_t *pMcstCipher, in supplicantSetAssocRsn() argument 1431 pMcstCipher, in supplicantSetAssocRsn() 1501 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher) in supplicantGetProfile() argument 1504 *pMcstCipher = priv->suppData->currParams.mcstCipher; in supplicantGetProfile() 1511 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher) in supplicantGetProfileCurrent() argument 1514 *pMcstCipher = priv->suppData->customMIB_RSNConfig.mcstCipher; in supplicantGetProfileCurrent() 2135 Cipher_t *pMcstCipher, 2151 memset(util_fns, pMcstCipher, 0x00, sizeof(Cipher_t)); 2166 pMcstCipher->tkip = 1; 2171 pMcstCipher->ccmp = 1; [all …]
|
| H A D | keyMgmtSta_rom.h | 64 Cipher_t *pMcstCipher, 76 Cipher_t *pMcstCipher,
|
| H A D | keyMgmtSta_rom.c | 47 Cipher_t *pMcstCipher, in supplicantSetAssocRsn_internal() argument 92 if (pSecurityParams->mcstCipher.ccmp && pMcstCipher->ccmp) { in supplicantSetAssocRsn_internal() 115 if (pSecurityParams->mcstCipher.ccmp && pMcstCipher->ccmp) { in supplicantSetAssocRsn_internal() 118 pMcstCipher->tkip) { in supplicantSetAssocRsn_internal() 121 pMcstCipher->wep104) { in supplicantSetAssocRsn_internal()
|
| H A D | keyMgmtApStaCommon.h | 73 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher,
|