Home
last modified time | relevance | path

Searched refs:bc_addr (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c25 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()
Drtw_ap.c1635 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()
Drtw_mlme_ext.c2362 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/
Drtw_sta_mgt.c438 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()
Drtw_ap.c1780 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()
Drtw_mlme_ext.c335 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/
Drtl871x_sta_mgt.c274 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/
Drtl8188e_cmd.c233 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/
Drtl8723a_cmd.c192 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/
Ddvb_net.c625 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/
Dtdls.c693 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()