/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 25 static const u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable 364 addr = bc_addr; in rtw_get_stainfo23a() 394 psta = rtw_alloc_stainfo23a(pstapriv, bc_addr, GFP_KERNEL); in rtw_init_bcmc_stainfo23a() 413 psta = rtw_get_stainfo23a(pstapriv, bc_addr); in rtw_get_bcmc_stainfo23a()
|
D | rtw_ap.c | 1652 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_ap_inform_ch_switch23a() local 1671 issue_action_spct_ch_switch23a (padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1683 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_sta_flush23a() local 1713 issue_deauth23a(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush23a()
|
D | rtw_mlme_ext.c | 2369 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in issue_beacon23a() local 2399 ether_addr_copy(mgmt->da, bc_addr); in issue_beacon23a() 2685 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _issue_probereq() local 2714 ether_addr_copy(pwlanhdr->addr1, bc_addr); in _issue_probereq() 2715 ether_addr_copy(pwlanhdr->addr3, bc_addr); in _issue_probereq()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 463 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_stainfo() local 470 addr = bc_addr; in rtw_get_stainfo() 523 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_bcmc_stainfo() local 524 psta = rtw_get_stainfo(pstapriv, bc_addr); in rtw_get_bcmc_stainfo()
|
D | rtw_ap.c | 1757 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_ap_inform_ch_switch() local 1779 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1791 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_sta_flush() local 1816 issue_deauth(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush()
|
D | rtw_mlme_ext.c | 417 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _mgt_dispatcher() local 423 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher() 436 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mgt_dispatcher() local 451 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in mgt_dispatcher() 1986 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in issue_beacon() local 2011 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in issue_beacon() 2277 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _issue_probereq() local 2306 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in _issue_probereq() 2307 memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); in _issue_probereq()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 275 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_get_bcmc_stainfo() local 277 psta = r8712_get_stainfo(pstapriv, bc_addr); in r8712_get_bcmc_stainfo()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 254 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ConstructBeacon() local 261 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in ConstructBeacon()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 193 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ConstructBeacon() local 202 ether_addr_copy(mgmt->da, bc_addr); in ConstructBeacon()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 625 static const u8 bc_addr[ETH_ALEN] = in dvb_net_ule() local 645 if (!ether_addr_equal(priv->ule_skb->data, bc_addr)) { in dvb_net_ule()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | tdls.c | 679 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_construct_tdls_action_frame() local 713 memcpy(pos, bc_addr, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
|