Home
last modified time | relevance | path

Searched refs:pUcstCipherOut (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.c543 supplicantParseUcstCipher(phostsa_private priv, Cipher_t *pUcstCipherOut, in supplicantParseUcstCipher() argument
549 memset(util_fns, pUcstCipherOut, 0x00, sizeof(Cipher_t)); in supplicantParseUcstCipher()
557 pUcstCipherOut->tkip = 1; in supplicantParseUcstCipher()
561 pUcstCipherOut->ccmp = 1; in supplicantParseUcstCipher()
570 Cipher_t *pUcstCipherOut, in supplicantParseRsnIe() argument
596 pUcstCipherOut, in supplicantParseRsnIe()
626 supplicantParseUcstCipher(priv, pUcstCipherOut, pwsKeyCnt, in supplicantParseRsnIe()
H A DkeyMgmtSta.c1815 Cipher_t *pUcstCipherOut, in patch_supplicantParseRsnIe() argument
1858 supplicantParseUcstCipher(priv, pUcstCipherOut, pwsKeyCnt, in patch_supplicantParseRsnIe()
1991 Cipher_t *pUcstCipherOut, AkmSuite_t *pAkmListOut,
2019 pUcstCipherOut,
2061 supplicantParseUcstCipher(priv, pUcstCipherOut, pwsKeyCnt,
2064 if (pUcstCipherOut->ccmp == 1) {
2067 } else if (pUcstCipherOut->tkip == 1) {
2071 if ((pUcstCipherOut->ccmp == 1) && (pUcstCipherOut->tkip == 1))
2072 pUcstCipherOut->tkip = 0;
H A DkeyMgmtApStaCommon.h79 Cipher_t *pUcstCipherOut,
H A DkeyMgmtSta_rom.h240 Cipher_t *pUcstCipherOut, UINT8 pwsKeyCnt,