Searched refs:bc_addr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 467 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_stainfo() local 473 addr = bc_addr; in rtw_get_stainfo() 518 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_bcmc_stainfo() local 520 return rtw_get_stainfo(pstapriv, bc_addr); in rtw_get_bcmc_stainfo()
|
H A D | rtw_ap.c | 1936 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_sta_flush() local 1956 issue_deauth(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 131 u8 bc_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_mlcst2unicst() local 159 !memcmp(psta->hwaddr, bc_addr, 6)) in rtw_mlcst2unicst()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | init.c | 136 u8 bc_addr[ETH_ALEN]; in mt7603_mac_init() local 231 eth_broadcast_addr(bc_addr); in mt7603_mac_init() 232 mt7603_wtbl_init(dev, MT7603_WTBL_RESERVED, -1, bc_addr); in mt7603_mac_init()
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_net.c | 605 static const u8 bc_addr[ETH_ALEN] = { [0 ... ETH_ALEN - 1] = 0xff }; in dvb_net_ule_should_drop() local 618 if (!ether_addr_equal(h->priv->ule_skb->data, bc_addr)) { in dvb_net_ule_should_drop()
|