Home
last modified time | relevance | path

Searched refs:pUcstCipher (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta.c1410 Cipher_t *pUcstCipher, in supplicantSetAssocRsn() argument
1432 pUcstCipher, in supplicantSetAssocRsn()
1501 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher) in supplicantGetProfile() argument
1505 *pUcstCipher = priv->suppData->currParams.ucstCipher; in supplicantGetProfile()
1511 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher) in supplicantGetProfileCurrent() argument
1515 *pUcstCipher = priv->suppData->customMIB_RSNConfig.ucstCipher; in supplicantGetProfileCurrent()
2136 Cipher_t *pUcstCipher,
2152 memset(util_fns, pUcstCipher, 0x00, sizeof(Cipher_t));
2200 pUcstCipher->tkip = 1;
2204 pUcstCipher->ccmp = 1;
[all …]
H A DkeyMgmtApStaCommon.c428 Cipher_t *pUcstCipher, in supplicantParseWpaIe() argument
438 memset(util_fns, pUcstCipher, 0x00, sizeof(Cipher_t)); in supplicantParseWpaIe()
474 pUcstCipher->tkip = 1; in supplicantParseWpaIe()
478 pUcstCipher->ccmp = 1; in supplicantParseWpaIe()
H A DkeyMgmtSta_rom.h65 Cipher_t *pUcstCipher,
77 Cipher_t *pUcstCipher,
H A DkeyMgmtApStaCommon.h73 Cipher_t *pMcstCipher, Cipher_t *pUcstCipher,
H A DkeyMgmtSta_rom.c48 Cipher_t *pUcstCipher, in supplicantSetAssocRsn_internal() argument
109 if (pSecurityParams->ucstCipher.ccmp && pUcstCipher->ccmp) { in supplicantSetAssocRsn_internal()