/linux-4.4.14/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 | 1635 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_ap_inform_ch_switch23a() local 1654 issue_action_spct_ch_switch23a(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1666 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_sta_flush23a() local 1696 issue_deauth23a(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush23a()
|
D | rtw_mlme_ext.c | 2362 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in issue_beacon23a() local 2392 ether_addr_copy(mgmt->da, bc_addr); in issue_beacon23a() 2677 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _issue_probereq() local 2706 ether_addr_copy(pwlanhdr->addr1, bc_addr); in _issue_probereq() 2707 ether_addr_copy(pwlanhdr->addr3, bc_addr); in _issue_probereq()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 438 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_stainfo() local 445 addr = bc_addr; in rtw_get_stainfo() 498 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_get_bcmc_stainfo() local 499 psta = rtw_get_stainfo(pstapriv, bc_addr); in rtw_get_bcmc_stainfo()
|
D | rtw_ap.c | 1780 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_ap_inform_ch_switch() local 1802 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1814 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_sta_flush() local 1839 issue_deauth(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); in rtw_sta_flush()
|
D | rtw_mlme_ext.c | 335 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in issue_beacon() local 360 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in issue_beacon() 626 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _issue_probereq() local 655 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in _issue_probereq() 656 memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); in _issue_probereq() 4179 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _mgt_dispatcher() local 4185 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in _mgt_dispatcher() 4198 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mgt_dispatcher() local 4216 memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) in mgt_dispatcher()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 274 u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_get_bcmc_stainfo() local 276 return r8712_get_stainfo(pstapriv, bc_addr); in r8712_get_bcmc_stainfo()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 233 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ConstructBeacon() local 240 memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); in ConstructBeacon()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 192 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ConstructBeacon() local 201 ether_addr_copy(mgmt->da, bc_addr); in ConstructBeacon()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/mwifiex/ |
D | tdls.c | 693 u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_construct_tdls_action_frame() local 727 memcpy(pos, bc_addr, ETH_ALEN); in mwifiex_construct_tdls_action_frame()
|