Searched refs:broadcast_addr (Results 1 – 2 of 2) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_hwmp.c | 98 static const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable 691 mpath->rann_snd_addr : broadcast_addr; in hwmp_preq_frame_process() 825 broadcast_addr); in hwmp_perr_frame_process() 923 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process() 1133 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery() 1343 ++ifmsh->sn, 0, NULL, 0, broadcast_addr, in mesh_path_tx_root_frame() 1356 (u8 *) broadcast_addr, 0, broadcast_addr, in mesh_path_tx_root_frame()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 418 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _rtl_add_wowlan_patterns() local 442 if (memcmp(pattern_os, broadcast_addr, 6) == 0) in _rtl_add_wowlan_patterns()
|