Searched refs:KeybGetKey (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/vt6655/ |
D | key.h | 99 bool KeybGetKey(
|
D | dpc.c | 1012 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()
|
D | key.c | 126 bool KeybGetKey( in KeybGetKey() function
|
D | iwctl.c | 1389 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()
|