Home
last modified time | relevance | path

Searched refs:bc_mac (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c106 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in nxpwifi_cfg80211_del_key() local
107 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in nxpwifi_cfg80211_del_key()
434 u8 bc_mac[ETH_ALEN]; in nxpwifi_cfg80211_add_key() local
438 eth_broadcast_addr(bc_mac); in nxpwifi_cfg80211_add_key()
439 peer_mac = pairwise ? mac_addr : bc_mac; in nxpwifi_cfg80211_add_key()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c149 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_del_key() local
150 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_del_key()
488 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_add_key() local
489 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key()
3672 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in mwifiex_get_coalesce_pkt_type() local
3677 else if (!memcmp(byte_seq, bc_mac, 4)) in mwifiex_get_coalesce_pkt_type()