Searched defs:abyBroadcastAddr (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vt6655/
H A Dwmgr.c1291 if (KeybGetTransmitKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, GROUP_KEY, &pTransmitKey) == true) {
2897 unsigned char abyBroadcastAddr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
2921 memcpy(sFrame.pHdr->sA3.abyAddr1, abyBroadcastAddr, WLAN_ADDR_LEN);
H A Ddevice_main.c361 unsigned char abyBroadcastAddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
365 memcpy(pDevice->abyBroadcastAddr, abyBroadcastAddr, ETH_ALEN);
1977 pbyBSSID = pDevice->abyBroadcastAddr;
H A Ddevice.h659 unsigned char abyBroadcastAddr[ETH_ALEN]; member in struct:vnt_private

Completed in 115 milliseconds