Searched refs:is_broadcast_ether_addr (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h67 is_broadcast_ether_addr(const u8 * addr) function
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddhcp_snoop.c91 if (hapd->conf->disable_dgaf && is_broadcast_ether_addr(buf)) {
H A Dbeacon.c904 if (!is_broadcast_ether_addr(hessid) &&
975 is_broadcast_ether_addr(mgmt->da));
H A Ddpp_hostapd.c165 if (!is_broadcast_ether_addr(dst) && !ok) {
181 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && ok) {
H A Dap_drv_ops.c764 } else if (is_broadcast_ether_addr(dst) &&
H A Dwpa_auth_glue.c372 if (addr && !is_broadcast_ether_addr(addr)) {
H A Dieee802_11.c402 if (!is_broadcast_ether_addr(pw->peer_addr) &&
4634 if (!is_broadcast_ether_addr(mgmt->bssid) &&
4655 if ((!is_broadcast_ether_addr(mgmt->da) ||
H A Dgas_serv.c1864 std_addr3 = is_broadcast_ether_addr(mgmt->bssid);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c499 if (key_idx > 0 && addr && is_broadcast_ether_addr(addr) &&
506 if (addr && !is_broadcast_ether_addr(addr)) {
H A Dibss_rsn.c166 if (is_broadcast_ether_addr(addr))
H A Ddpp_supplicant.c210 if (!is_broadcast_ether_addr(dst) &&
227 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp &&
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dcommon.h519 static inline int is_broadcast_ether_addr(const u8 *a) function
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c348 if (addr == NULL || is_broadcast_ether_addr(addr))
385 if (is_broadcast_ether_addr(addr)) {
H A Ddriver_atheros.c568 if (addr == NULL || is_broadcast_ether_addr(addr)) {
901 is_broadcast_ether_addr(mgmt->bssid))) {
H A Ddriver_hostap.c1036 if (is_broadcast_ether_addr(addr)) {
H A Ddriver_ndis.c979 if (addr == NULL || is_broadcast_ether_addr(addr)) {
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2113 if (is_broadcast_ether_addr(addr) && os_strstr(cmd, "IGTK")) {
2138 if (is_broadcast_ether_addr(addr)) {
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p.c2339 if (dst && !is_broadcast_ether_addr(dst) &&
2348 if (bssid && !is_broadcast_ether_addr(bssid)) {
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4153 !is_broadcast_ether_addr(eth_header->eth.dst_mac)) {
4170 is_broadcast_ether_addr(eth_header->eth.dst_mac)) {

Completed in 375 milliseconds