Home
last modified time | relevance | path

Searched refs:is_broadcast_ether_addr (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h75 is_broadcast_ether_addr(const u8 * addr) in is_broadcast_ether_addr() function
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c23 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 Drx.c22 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_rx_stats()
H A Dwow.c186 if (is_broadcast_ether_addr(pattern)) in rtw_wow_pattern_generate()
H A Dusb.c559 else if (is_broadcast_ether_addr(hdr->addr1) || in rtw_usb_tx_queue_mapping_to_qsel()
/freebsd/contrib/wpa/src/ap/
H A Ddhcp_snoop.c92 if (hapd->conf->disable_dgaf && is_broadcast_ether_addr(buf)) { in handle_dhcp()
H A Ddpp_hostapd.c552 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 Dbeacon.c1524 if (!is_broadcast_ether_addr(hessid) && in handle_probe_req()
1620 is_broadcast_ether_addr(mgmt->da)); in handle_probe_req()
H A Dap_drv_ops.c942 } else if (!addr3_ap && is_broadcast_ether_addr(dst) && in hapd_drv_send_action()
H A Dgas_serv.c1869 std_addr3 = is_broadcast_ether_addr(mgmt->bssid); in gas_serv_rx_public_action()
H A Dwpa_auth_glue.c479 } else if (addr && !is_broadcast_ether_addr(addr)) { in hostapd_wpa_auth_set_key()
H A Dieee802_11.c564 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 Dcommon.h543 static inline int is_broadcast_ether_addr(const u8 *a) in is_broadcast_ether_addr() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c544 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 Dibss_rsn.c173 if (is_broadcast_ether_addr(addr)) in supp_set_key()
H A Ddpp_supplicant.c569 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 Ddriver_bsd.c363 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 Ddriver_atheros.c563 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 Ddriver_hostap.c1040 if (is_broadcast_ether_addr(addr)) { in hostap_sta_deauth()
H A Ddriver_wext.c1747 if (addr == NULL || is_broadcast_ether_addr(addr)) in wpa_driver_wext_set_key_ext()
H A Ddriver_ndis.c978 if (addr == NULL || is_broadcast_ether_addr(addr)) { in wpa_driver_ndis_set_key()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2097 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 Dwow.c981 if (is_broadcast_ether_addr(da)) in rtw89_wow_pattern_get_type()
/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c571 is_broadcast_ether_addr(conn->mac_addr)) { in dpp_relay_match_ctrl()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c2395 if (dst && !is_broadcast_ether_addr(dst) && in p2p_reply_probe()
2404 if (bssid && !is_broadcast_ether_addr(bssid)) { in p2p_reply_probe()

12