Searched refs:bcast_mac (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | eth_media.c | 65 char bcast_mac[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in tipc_eth_raw2addr() local 70 addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); in tipc_eth_raw2addr()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 1914 struct iwl_fw_bcast_mac *bcast_mac; in iwl_mvm_bcast_filter_iterator() local 1920 bcast_mac = &cmd->macs[mvmvif->id]; in iwl_mvm_bcast_filter_iterator() 1930 bcast_mac->default_discard = 1; in iwl_mvm_bcast_filter_iterator() 1941 bcast_mac->default_discard = 0; in iwl_mvm_bcast_filter_iterator() 1942 bcast_mac->attached_filters = 0; in iwl_mvm_bcast_filter_iterator() 1955 bcast_mac->attached_filters |= in iwl_mvm_bcast_filter_iterator()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3586 static u8 bcast_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ath6kl_cfg80211_vif_stop() local 3602 bcast_mac : vif->bssid, in ath6kl_cfg80211_vif_stop()
|