Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dkey.h99 bool KeybGetKey(
Ddpc.c1012 if (KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, 0xFFFFFFFF, &pKey) == true) { in s_bHandleRxEncryption()
1021 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey); in s_bHandleRxEncryption()
1033 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Dkey.c126 bool KeybGetKey( in KeybGetKey() function
Diwctl.c1389 if (KeybGetKey(&(pDevice->sKey), pMgmt->abyCurrBSSID, 0xffffffff, &pKey)) { in iwctl_giwencode()
1394 } else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)) { in iwctl_giwencode()