Searched refs:bc_mac (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 146 const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_del_key() local 147 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_del_key() 437 const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mwifiex_cfg80211_add_key() local 438 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key() 3176 const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in mwifiex_get_coalesce_pkt_type() local 3181 else if (!memcmp(byte_seq, bc_mac, 4)) in mwifiex_get_coalesce_pkt_type()
|