Home
last modified time | relevance | path

Searched refs:pCipher (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c462 Cipher_t *pCipher, in keyMgmtAp_FormatWPARSN_IE_internal() argument
475 UINT8 ucastBitmap = *((UINT8 *)pCipher); in keyMgmtAp_FormatWPARSN_IE_internal()
558 Cipher_t *pCipher, in keyMgmtAp_FormatWPARSN_IE() argument
568 pCipher, in keyMgmtAp_FormatWPARSN_IE()
H A DkeyMgmtAp.c146 Cipher_t *pCipher = MNULL; in keyApi_ApUpdateKeyMaterial() local
160 pCipher = &pBssConfig->RsnConfig.mcstCipher; in keyApi_ApUpdateKeyMaterial()
167 pCipher = in keyApi_ApUpdateKeyMaterial()
181 if (!pKeyData || !pCipher) { in keyApi_ApUpdateKeyMaterial()
186 if (pCipher->ccmp) { in keyApi_ApUpdateKeyMaterial()
191 } else if (pCipher->tkip) { in keyApi_ApUpdateKeyMaterial()
H A DkeyMgmtAp.h60 Cipher_t *pCipher,