Searched refs:PAIRWISE_KEY (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/vt6655/
H A Dkey.h45 #define PAIRWISE_KEY 0x40000000 macro
H A Dkey.c208 if ((dwKeyIndex & PAIRWISE_KEY) != 0) {
272 if ((dwKeyIndex & PAIRWISE_KEY) != 0) {
361 if ((dwKeyIndex & PAIRWISE_KEY) != 0) {
385 if ((dwKeyIndex & PAIRWISE_KEY) != 0) {
510 if (dwKeyType == PAIRWISE_KEY) {
515 pr_debug("PAIRWISE_KEY: KeyTable.abyBSSID: ");
626 if ((dwKeyIndex & PAIRWISE_KEY) != 0) // Pairwise key
735 if ((dwKeyIndex & PAIRWISE_KEY) != 0) // Pairwise key
H A Dbssdb.c449 if (KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBSSID, PAIRWISE_KEY, &pTransmitKey) ||
H A Ddevice_main.c1954 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) {
1973 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == true)
2114 (pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex & PAIRWISE_KEY)) {
H A Drxtx.c2356 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) {

Completed in 300 milliseconds