Searched defs:bcast_addr (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c272 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
275 psta = r8712_alloc_stainfo(pstapriv, bcast_addr);
/drivers/net/wan/
H A Dlapbether.c50 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
211 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0);
/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c500 unsigned char bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
504 psta = rtw_alloc_stainfo(pstapriv, bcast_addr);
/drivers/net/hamradio/
H A Dbpqether.c93 static char bcast_addr[6]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; variable
515 memcpy(bpq->dest_addr, bcast_addr, sizeof(bpq_eth_addr));
516 memcpy(bpq->acpt_addr, bcast_addr, sizeof(bpq_eth_addr));
/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c463 static const u8 bcast_addr[ETH_ALEN] = local
500 crypto.address = bcast_addr;
/drivers/net/wireless/ti/wl1251/
H A Dmain.c896 static const u8 bcast_addr[ETH_ALEN] = local
907 addr = sta ? sta->addr : bcast_addr;
/drivers/staging/rtl8188eu/hal/
H A Dodm.c1163 u8 bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
1172 memcmp(psta->hwaddr, bcast_addr, ETH_ALEN) &&
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c525 static const u8 bcast_addr[ETH_ALEN] = { local
534 qlcnic_nic_add_mac(adapter, bcast_addr, vlan);
H A Dqlcnic_sriov_common.c1536 static const u8 bcast_addr[ETH_ALEN] = { local
1552 qlcnic_vf_add_mc_list(netdev, bcast_addr);
/drivers/net/usb/
H A Dkaweth.c1010 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
1114 &bcast_addr,
1115 sizeof(bcast_addr))) {
1167 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr));
/drivers/net/wireless/rtlwifi/
H A Dcore.c1443 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1458 sta ? sta->addr : bcast_addr);
1564 memcpy(mac_addr, bcast_addr, ETH_ALEN);
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c684 static const u8 bcast_addr[ETH_ALEN] = { local
698 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list);
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2976 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
2983 const u8 *addr = mac ? mac : bcast_addr;
/drivers/net/wireless/b43/
H A Dmain.c4145 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
4253 sta ? sta->addr : bcast_addr);
/drivers/net/wireless/ti/wlcore/
H A Dmain.c3330 static const u8 bcast_addr[ETH_ALEN] = { local
3334 addr = sta ? sta->addr : bcast_addr;

Completed in 333 milliseconds