Home
last modified time | relevance | path

Searched refs:sKey (Results 1 – 24 of 24) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dhostap.c123 KeyvInitTable(&pDevice->sKey, pDevice->PortOffset); in hostap_enable_hostapd()
165 KeyvInitTable(&pDevice->sKey,pDevice->PortOffset); in hostap_disable_hostapd()
524 if (KeybRemoveKey(&(pDevice->sKey), in hostap_set_encryption()
566 KeybSetDefaultKey(&(pDevice->sKey), in hostap_set_encryption()
578 if (KeybSetKey(&(pDevice->sKey), in hostap_set_encryption()
635 KeybSetDefaultKey(&(pDevice->sKey), in hostap_set_encryption()
647 if (KeybSetKey(&(pDevice->sKey), in hostap_set_encryption()
Dwpactl.c225 KeyvRemoveAllWEPKey(&(pDevice->sKey), pDevice->PortOffset); in wpa_set_keys()
258 KeybSetDefaultKey(&(pDevice->sKey), in wpa_set_keys()
358 if ((KeybSetAllGroupKey(&(pDevice->sKey), in wpa_set_keys()
366 (KeybSetDefaultKey(&(pDevice->sKey), in wpa_set_keys()
398 if (KeybSetKey(&(pDevice->sKey), in wpa_set_keys()
859 KeyvInitTable(&pDevice->sKey, pDevice->PortOffset); in wpa_set_associate()
Dwroute.c107 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) { in ROUTEbRelay()
Diwctl.c1360 KeybSetDefaultKey(&(pDevice->sKey), in iwctl_siwencode()
1386 pkeytab=&(pDevice->sKey.KeyTable[MAX_KEY_TABLE-1]); in iwctl_siwencode()
1620 if (KeybGetKey(&(pDevice->sKey),pMgmt->abyCurrBSSID, 0xffffffff, &pKey)){ in iwctl_giwencode()
1625 }else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)){ in iwctl_giwencode()
2104 KeyvInitTable(&pDevice->sKey, pDevice->PortOffset); in iwctl_siwmlme()
Ddpc.c1187 if (KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, 0xFFFFFFFF, &pKey) == true) { in s_bHandleRxEncryption()
1196 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey); in s_bHandleRxEncryption()
1207 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Ddevice.h628 SKeyManagement sKey; member
Ddevice_main.c1982 KeyvInitTable(&pDevice->sKey, pDevice->PortOffset); in device_open()
1999 KeybSetDefaultKey(&(pDevice->sKey), in device_open()
2379 … if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) { in device_xmit()
2381 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == true) { in device_xmit()
2399 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == true) in device_xmit()
2404 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) { in device_xmit()
Dbssdb.c509 …if ((KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBSSID, PAIRWISE_KEY, &pTransmitKey) == true)… in BSSbInsertToBSSList()
510 … (KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBSSID, GROUP_KEY, &pTransmitKey) == true)) { in BSSbInsertToBSSList()
Dioctl.c256 KeybSetDefaultKey(&(pDevice->sKey), in private_ioctl()
Dwcmd.c709 KeybRemoveAllKey(&(pDevice->sKey), pDevice->abyBSSID, pDevice->PortOffset); in vCommandTimer()
Drxtx.c2530 … if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) { in csMgmt_xmit()
2532 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == true) { in csMgmt_xmit()
2543 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) { in csMgmt_xmit()
Dcard.c1046 KeybRemoveAllKey(&(pDevice->sKey), pbyBSSID, pDevice->PortOffset); in CARDbRemoveKey()
Dwmgr.c1397 …if(KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == tr… in s_vMgrRxAuthenSequence_1()
/linux-2.6.39/drivers/staging/vt6656/
Dhostap.c124 KeyvInitTable(pDevice,&pDevice->sKey); in hostap_enable_hostapd()
520 &(pDevice->sKey), in hostap_set_encryption()
563 &(pDevice->sKey), in hostap_set_encryption()
575 &(pDevice->sKey), in hostap_set_encryption()
633 &(pDevice->sKey), in hostap_set_encryption()
645 &(pDevice->sKey), in hostap_set_encryption()
Dwpactl.c258 &(pDevice->sKey), in wpa_set_keys()
356 &(pDevice->sKey), in wpa_set_keys()
364 &(pDevice->sKey), in wpa_set_keys()
393 &(pDevice->sKey), in wpa_set_keys()
866 KeyvInitTable(pDevice,&pDevice->sKey); in wpa_set_associate()
Diwctl.c1288 &(pDevice->sKey), in iwctl_siwencode()
1432 if (KeybGetKey(&(pDevice->sKey),pMgmt->abyCurrBSSID, 0xffffffff, &pKey)){ in iwctl_giwencode()
1437 }else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (BYTE)index , &pKey)){ in iwctl_giwencode()
1866 KeyvInitTable(pDevice,&pDevice->sKey); in iwctl_siwencodeext()
Drxtx.c2163 … if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == FALSE) { in csMgmt_xmit()
2165 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == TRUE) { in csMgmt_xmit()
2176 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == FALSE) { in csMgmt_xmit()
2878 … if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == FALSE) { in nsDMA_tx_packet()
2880 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == TRUE) { in nsDMA_tx_packet()
2898 … if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == TRUE) in nsDMA_tx_packet()
2903 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == FALSE) { in nsDMA_tx_packet()
3167 if(KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == FALSE) { in bRelayPacketSend()
Ddpc.c1187 if (KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, 0xFFFFFFFF, &pKey) == TRUE) { in s_bHandleRxEncryption()
1196 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey); in s_bHandleRxEncryption()
1207 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Ddevice.h732 SKeyManagement sKey; member
Dwcmd.c911 KeyvInitTable(pDevice,&pDevice->sKey); in vRunCommand()
1018 KeybRemoveAllKey(pDevice, &(pDevice->sKey), pDevice->abyBSSID); in vRunCommand()
Dioctl.c250 &(pDevice->sKey), in private_ioctl()
Dbssdb.c506 …if ((KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBSSID, PAIRWISE_KEY, &pTransmitKey) == TRUE)… in BSSbInsertToBSSList()
507 … (KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBSSID, GROUP_KEY, &pTransmitKey) == TRUE)) { in BSSbInsertToBSSList()
Dmain_usb.c1083 KeyvInitTable(pDevice,&pDevice->sKey); in device_open()
1124 &(pDevice->sKey), in device_open()
Dwmgr.c1317 …if(KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == TR… in s_vMgrRxAuthenSequence_1()