Searched refs:bc_mac (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 160 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_del_key() local 161 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_del_key() 476 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_add_key() local 477 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key() 3598 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in mwifiex_get_coalesce_pkt_type() local 3603 else if (!memcmp(byte_seq, bc_mac, 4)) in mwifiex_get_coalesce_pkt_type()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A 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()
|
Completed in 11 milliseconds