Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1652 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()
Drtw_mlme_ext.c2369 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/
Drtw_sta_mgt.c463 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()
Drtw_ap.c1757 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()
Drtw_mlme_ext.c417 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/
Drtl871x_sta_mgt.c275 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/
Drtl8188e_cmd.c254 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/
Drtl8723a_cmd.c193 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/
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.1.27/drivers/net/wireless/mwifiex/
Dtdls.c679 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()