Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dwroute.c98 pbyBSSID = pDevice->abyBroadcastAddr; in ROUTEbRelay()
Ddevice.h659 unsigned char abyBroadcastAddr[ETH_ALEN]; member
Ddevice_main.c361 unsigned char abyBroadcastAddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in device_set_options() local
365 memcpy(pDevice->abyBroadcastAddr, abyBroadcastAddr, ETH_ALEN); in device_set_options()
1981 pbyBSSID = pDevice->abyBroadcastAddr; in device_xmit()
Ddpc.c1033 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
Dwmgr.c1291 …if (KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == t… in s_vMgrRxAuthenSequence_1()
2897 unsigned char abyBroadcastAddr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in s_MgrMakeBeacon() local
2921 memcpy(sFrame.pHdr->sA3.abyAddr1, abyBroadcastAddr, WLAN_ADDR_LEN); in s_MgrMakeBeacon()
Diwctl.c1394 } else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)) { in iwctl_giwencode()
Drxtx.c2368 pbyBSSID = pDevice->abyBroadcastAddr; in csMgmt_xmit()