Searched refs:pbyBSSID (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/vt6655/
H A Dkey.h101 unsigned char *pbyBSSID,
108 unsigned char *pbyBSSID,
131 unsigned char *pbyBSSID,
138 unsigned char *pbyBSSID,
150 unsigned char *pbyBSSID,
H A Dcard.h105 unsigned char *pbyBSSID, enum nl80211_iftype);
111 bool CARDbRemoveKey(struct vnt_private *, unsigned char *pbyBSSID);
116 unsigned char *pbyBSSID,
H A Dkey.c118 * pbyBSSID - BSSID of Key
128 unsigned char *pbyBSSID,
140 ether_addr_equal(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {
169 * pbyBSSID - BSSID of Key
182 unsigned char *pbyBSSID,
206 ether_addr_equal(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {
243 MACvSetKeyEntry(dwIoBase, pTable->KeyTable[i].wKeyCtl, i, uKeyIdx, pbyBSSID, (u32 *)pKey->abyKey, byLocalID);
270 memcpy(pTable->KeyTable[j].abyBSSID, pbyBSSID, ETH_ALEN);
307 MACvSetKeyEntry(dwIoBase, pTable->KeyTable[j].wKeyCtl, j, uKeyIdx, pbyBSSID, (u32 *)pKey->abyKey, byLocalID);
342 * pbyBSSID
126 KeybGetKey( PSKeyManagement pTable, unsigned char *pbyBSSID, unsigned long dwKeyIndex, PSKeyItem *pKey ) argument
180 KeybSetKey( PSKeyManagement pTable, unsigned char *pbyBSSID, unsigned long dwKeyIndex, unsigned long uKeyLength, u64 *pKeyRSC, unsigned char *pbyKey, unsigned char byKeyDecMode, void __iomem *dwIoBase, unsigned char byLocalID ) argument
350 KeybRemoveKey( PSKeyManagement pTable, unsigned char *pbyBSSID, unsigned long dwKeyIndex, void __iomem *dwIoBase ) argument
418 KeybRemoveAllKey( PSKeyManagement pTable, unsigned char *pbyBSSID, void __iomem *dwIoBase ) argument
497 KeybGetTransmitKey( PSKeyManagement pTable, unsigned char *pbyBSSID, unsigned long dwKeyType, PSKeyItem *pKey ) argument
[all...]
H A Dwroute.c76 unsigned char *pbyBSSID; local
98 pbyBSSID = pDevice->abyBroadcastAddr;
99 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID,
H A Dcard.c714 * pbyBSSID - pointer to BSSID field
723 unsigned char *pbyBSSID, enum nl80211_iftype op_mode)
726 MACvWriteBSSIDAddress(pDevice->PortOffset, pbyBSSID);
727 memcpy(pDevice->abyBSSID, pbyBSSID, WLAN_BSSID_LEN);
936 bool CARDbRemoveKey(struct vnt_private *pDevice, unsigned char *pbyBSSID) argument
939 KeybRemoveAllKey(&(pDevice->sKey), pbyBSSID, pDevice->PortOffset);
951 * pbyBSSID - BSSID address for adding
962 unsigned char *pbyBSSID,
979 pr_debug("%02X ", *(pbyBSSID + ii));
986 if (!memcmp(pCandidateList->BSSID, pbyBSSID, ETH_ALE
722 CARDbSetBSSID(struct vnt_private *pDevice, unsigned char *pbyBSSID, enum nl80211_iftype op_mode) argument
960 CARDbAdd_PMKID_Candidate( struct vnt_private *pDevice, unsigned char *pbyBSSID, bool bRSNCapExist, unsigned short wRSNCap ) argument
[all...]
H A Dwmgr.h411 unsigned char *pbyBSSID,
H A Dbssdb.c120 unsigned char *pbyBSSID = NULL; local
131 pbyBSSID = pbyDesireBSSID;
138 if (pbyBSSID != NULL) {
147 pbyBSSID)) {
H A Ddevice_main.c1870 unsigned char *pbyBSSID; local
1952 pbyBSSID = pDevice->abyBSSID;
1954 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) {
1956 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == true) {
1966 pbyBSSID = pDevice->sTxEthHeader.abyDstAddr; //TO_DS = 0 and FROM_DS = 0 --> 802.11 MAC Address1
1969 pr_debug("%x\n", *(pbyBSSID+ii));
1973 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == true)
1977 pbyBSSID = pDevice->abyBroadcastAddr;
1978 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) {
H A Drxtx.c2336 unsigned char *pbyBSSID; local
2354 pbyBSSID = pDevice->abyBSSID;
2356 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, PAIRWISE_KEY, &pTransmitKey) == false) {
2358 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == true) {
2368 pbyBSSID = pDevice->abyBroadcastAddr;
2369 if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID, GROUP_KEY, &pTransmitKey) == false) {
H A Dwmgr.c4374 * pbyBSSID - BSSID address for adding
4385 unsigned char *pbyBSSID,
4396 if ((pDevice == NULL) || (pbyBSSID == NULL) || (psRSNCapObj == NULL))
4405 if (!memcmp(pCandidateList->BSSID, pbyBSSID, ETH_ALEN)) {
4422 memcpy(pCandidateList->BSSID, pbyBSSID, ETH_ALEN);
4383 bAdd_PMKID_Candidate( void *hDeviceContext, unsigned char *pbyBSSID, PSRSNCapObject psRSNCapObj ) argument

Completed in 109 milliseconds