Home
last modified time | relevance | path

Searched refs:abyBroadcastAddr (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
Dwroute.c106 pbyBSSID = pDevice->abyBroadcastAddr; in ROUTEbRelay()
Ddevice.h756 unsigned char abyBroadcastAddr[ETH_ALEN]; member
Ddevice_main.c434 unsigned char abyBroadcastAddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in device_set_options() local
439 memcpy(pDevice->abyBroadcastAddr, abyBroadcastAddr, ETH_ALEN); in device_set_options()
2397 pbyBSSID = pDevice->abyBroadcastAddr; in device_xmit()
Ddpc.c1189 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Dwmgr.c1397 …if(KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == tr… in s_vMgrRxAuthenSequence_1()
3217 unsigned char abyBroadcastAddr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in s_MgrMakeBeacon() local
3242 memcpy( sFrame.pHdr->sA3.abyAddr1, abyBroadcastAddr, WLAN_ADDR_LEN); in s_MgrMakeBeacon()
Diwctl.c1613 }else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)){ in iwctl_giwencode()
Drxtx.c2542 pbyBSSID = pDevice->abyBroadcastAddr; in csMgmt_xmit()
/linux-3.4.99/drivers/staging/vt6656/
Dmain_usb.c299 BYTE abyBroadcastAddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in device_set_options() local
303 memcpy(pDevice->abyBroadcastAddr, abyBroadcastAddr, ETH_ALEN); in device_set_options()
362 u8 abyBroadcastAddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in device_init_registers() local
379 memcpy(pDevice->abyBroadcastAddr, abyBroadcastAddr, ETH_ALEN); in device_init_registers()
Ddevice.h802 BYTE abyBroadcastAddr[ETH_ALEN]; member
Drxtx.c2177 pbyBSSID = pDevice->abyBroadcastAddr; in csMgmt_xmit()
2906 pbyBSSID = pDevice->abyBroadcastAddr; in nsDMA_tx_packet()
3172 pbyBSSID = pDevice->abyBroadcastAddr; in bRelayPacketSend()
Ddpc.c1189 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Dwmgr.c1317 …if(KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == TR… in s_vMgrRxAuthenSequence_1()
3205 BYTE abyBroadcastAddr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in s_MgrMakeBeacon() local
3227 memcpy( sFrame.pHdr->sA3.abyAddr1, abyBroadcastAddr, WLAN_ADDR_LEN); in s_MgrMakeBeacon()
Diwctl.c1322 }else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (BYTE)index , &pKey)){ in iwctl_giwencode()