Searched refs:abyBroadcastAddr (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/vt6655/ |
D | wroute.c | 98 pbyBSSID = pDevice->abyBroadcastAddr; in ROUTEbRelay()
|
D | device.h | 659 unsigned char abyBroadcastAddr[ETH_ALEN]; member
|
D | device_main.c | 361 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()
|
D | dpc.c | 1033 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey); in s_bHandleRxEncryption()
|
D | wmgr.c | 1291 …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()
|
D | iwctl.c | 1394 } else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)) { in iwctl_giwencode()
|
D | rxtx.c | 2368 pbyBSSID = pDevice->abyBroadcastAddr; in csMgmt_xmit()
|