Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c382 SecurityMode_t *pSecType, void *pWPA, void *pWPA2) in KeyData_UpdateKeyMaterial() argument
385 if (pSecType->wpa || pSecType->wpaNone) { in KeyData_UpdateKeyMaterial()
389 } else if (pSecType->wpa2) { in KeyData_UpdateKeyMaterial()
425 SecurityMode_t *pSecType, KeyData_t *grKey, Cipher_t *cipher) in KeyData_AddKey() argument
437 if (pSecType->wpa || pSecType->wpaNone) { in KeyData_AddKey()
440 } else if (pSecType->wpa2) { in KeyData_AddKey()
H A DkeyMgmtAp_rom.h69 SecurityMode_t *pSecType,
77 SecurityMode_t *pSecType, void *pWPA,
H A DAssocAp_srv_rom.c164 SecurityMode_t *pSecType, in assocSrvAp_checkRsnWpa() argument
197 if (pRsn && (pSecType->wpa2 == 1)) { in assocSrvAp_checkRsnWpa()
235 } else if (pWpa && (pSecType->wpa == 1)) { in assocSrvAp_checkRsnWpa()
H A DAssocAp_srv_rom.h40 SecurityMode_t *pSecType,