Searched refs:bc_mac (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 3596 static const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in mwifiex_get_coalesce_pkt_type() local 3601 else if (!memcmp(byte_seq, bc_mac, 4)) in mwifiex_get_coalesce_pkt_type()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfg80211.c | 1833 const t_u8 bc_mac[] = { 0xff, 0xff, 0xff, 0xff }; in woal_get_coalesce_pkt_type() local 1837 else if (!memcmp(byte_seq, bc_mac, 4)) in woal_get_coalesce_pkt_type()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211.c | 2056 const t_u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff}; in woal_get_coalesce_pkt_type() local 2060 else if (!memcmp(byte_seq, bc_mac, 4)) in woal_get_coalesce_pkt_type()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_uap_cmdevent.c | 440 t_u8 bc_mac[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wlan_process_tx_pause_event() local 459 (priv->adapter, bc_mac, tx_pause_tlv->peermac, in wlan_process_tx_pause_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_uap_cmdevent.c | 583 t_u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in wlan_process_tx_pause_event() local 605 if (!memcmp(priv->adapter, bc_mac, in wlan_process_tx_pause_event()
|