| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | etherdevice.h | 75 is_broadcast_ether_addr(const u8 * addr) in is_broadcast_ether_addr() function
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | tx.c | 23 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_tx_stats() 449 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_pkt_info_update() 483 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_rsvd_page_pkt_info_update() 779 else if (is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_queue_mapping()
|
| H A D | rx.c | 22 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_rx_stats()
|
| H A D | wow.c | 186 if (is_broadcast_ether_addr(pattern)) in rtw_wow_pattern_generate()
|
| H A D | usb.c | 559 else if (is_broadcast_ether_addr(hdr->addr1) || in rtw_usb_tx_queue_mapping_to_qsel()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | dhcp_snoop.c | 92 if (hapd->conf->disable_dgaf && is_broadcast_ether_addr(buf)) { in handle_dhcp()
|
| H A D | dpp_hostapd.c | 552 if (!is_broadcast_ether_addr(dst) && !ok) { in hostapd_dpp_tx_status() 579 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && ok) { in hostapd_dpp_tx_status() 2487 if (e->identifier || !is_broadcast_ether_addr(e->peer_addr)) in hostapd_dpp_pb_pkex_init()
|
| H A D | beacon.c | 1524 if (!is_broadcast_ether_addr(hessid) && in handle_probe_req() 1620 is_broadcast_ether_addr(mgmt->da)); in handle_probe_req()
|
| H A D | ap_drv_ops.c | 942 } else if (!addr3_ap && is_broadcast_ether_addr(dst) && in hapd_drv_send_action()
|
| H A D | gas_serv.c | 1869 std_addr3 = is_broadcast_ether_addr(mgmt->bssid); in gas_serv_rx_public_action()
|
| H A D | wpa_auth_glue.c | 479 } else if (addr && !is_broadcast_ether_addr(addr)) { in hostapd_wpa_auth_set_key()
|
| H A D | ieee802_11.c | 564 if (!is_broadcast_ether_addr(pw->peer_addr) && in sae_get_password() 6269 if (!is_broadcast_ether_addr(mgmt->bssid) && in ieee802_11_mgmt() 6299 if ((!is_broadcast_ether_addr(mgmt->da) || in ieee802_11_mgmt()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | common.h | 543 static inline int is_broadcast_ether_addr(const u8 *a) in is_broadcast_ether_addr() function
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpas_glue.c | 544 if (key_idx > 0 && addr && is_broadcast_ether_addr(addr) && in wpa_supplicant_set_key() 551 if (addr && !is_broadcast_ether_addr(addr) && in wpa_supplicant_set_key()
|
| H A D | ibss_rsn.c | 173 if (is_broadcast_ether_addr(addr)) in supp_set_key()
|
| H A D | dpp_supplicant.c | 569 if (!is_broadcast_ether_addr(dst) && in wpas_dpp_tx_status() 602 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && in wpas_dpp_tx_status()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_bsd.c | 363 if (addr == NULL || is_broadcast_ether_addr(addr)) in bsd_set_key() 412 if (is_broadcast_ether_addr(addr)) { in bsd_set_key()
|
| H A D | driver_atheros.c | 563 if (addr == NULL || is_broadcast_ether_addr(addr)) { in atheros_set_key() 896 is_broadcast_ether_addr(mgmt->bssid))) { in atheros_raw_receive()
|
| H A D | driver_hostap.c | 1040 if (is_broadcast_ether_addr(addr)) { in hostap_sta_deauth()
|
| H A D | driver_wext.c | 1747 if (addr == NULL || is_broadcast_ether_addr(addr)) in wpa_driver_wext_set_key_ext()
|
| H A D | driver_ndis.c | 978 if (addr == NULL || is_broadcast_ether_addr(addr)) { in wpa_driver_ndis_set_key()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 2097 if (is_broadcast_ether_addr(addr) && os_strstr(cmd, " BIGTK")) { in hostapd_ctrl_reset_pn() 2123 if (is_broadcast_ether_addr(addr) && os_strstr(cmd, "IGTK")) { in hostapd_ctrl_reset_pn() 2149 if (is_broadcast_ether_addr(addr)) { in hostapd_ctrl_reset_pn()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | wow.c | 981 if (is_broadcast_ether_addr(da)) in rtw89_wow_pattern_get_type()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | dpp_tcp.c | 571 is_broadcast_ether_addr(conn->mac_addr)) { in dpp_relay_match_ctrl()
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 2395 if (dst && !is_broadcast_ether_addr(dst) && in p2p_reply_probe() 2404 if (bssid && !is_broadcast_ether_addr(bssid)) { in p2p_reply_probe()
|