Searched refs:broadcast_addr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/mac80211/ |
D | mesh_hwmp.c | 98 static const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable 683 mpath->rann_snd_addr : broadcast_addr; in hwmp_preq_frame_process() 817 broadcast_addr); in hwmp_perr_frame_process() 915 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process() 1122 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery() 1332 ++ifmsh->sn, 0, NULL, 0, broadcast_addr, in mesh_path_tx_root_frame() 1345 (u8 *) broadcast_addr, 0, broadcast_addr, in mesh_path_tx_root_frame()
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 671 const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _rtl92e_wx_set_encode_ext() local 709 rtl92e_set_key(dev, idx, idx, alg, broadcast_addr, 0, in _rtl92e_wx_set_encode_ext() 711 rtl92e_set_swcam(dev, idx, idx, alg, broadcast_addr, key); in _rtl92e_wx_set_encode_ext()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 429 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _rtl_add_wowlan_patterns() local 453 if (memcmp(pattern_os, broadcast_addr, 6) == 0) in _rtl_add_wowlan_patterns()
|