Searched refs:bc_mac (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 149 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() 465 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_add_key() local 466 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key() 3643 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in mwifiex_get_coalesce_pkt_type() local 3648 else if (!memcmp(byte_seq, bc_mac, 4)) in mwifiex_get_coalesce_pkt_type()
|