Home
last modified time | relevance | path

Searched refs:is_multicast_ether_addr (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Drrm.c358 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rrm_build_lci_report()
981 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr)) { in wpas_rrm_refuse_request()
1236 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rm_handle_beacon_req()
1299 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rrm_handle_msr_req_element()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dbeacon.c930 is_multicast_ether_addr(mgmt->da) && in handle_probe_req()
931 is_multicast_ether_addr(mgmt->bssid) && in handle_probe_req()
942 is_multicast_ether_addr(mgmt->da) && in handle_probe_req()
943 is_multicast_ether_addr(mgmt->bssid) && in handle_probe_req()
H A Dwpa_auth_glue.c719 if (!is_multicast_ether_addr(idata->dst_addr) && in hostapd_wpa_auth_oui_iter()
1176 if (!is_multicast_ether_addr(ethhdr->h_dest) && in hostapd_rrb_receive()
1192 if (!is_multicast_ether_addr(dst_addr) && in hostapd_rrb_oui_receive()
H A Dieee802_11.c4564 if (!is_multicast_ether_addr(mgmt->da) && in handle_action()
4566 !is_multicast_ether_addr(mgmt->sa)) { in handle_action()
4945 if (is_multicast_ether_addr(mgmt->da)) in handle_deauth_cb()
4969 if (is_multicast_ether_addr(mgmt->da)) in handle_disassoc_cb()
4995 if (is_multicast_ether_addr(mgmt->da)) in handle_action_cb()
5254 if (is_multicast_ether_addr(src)) { in ieee802_11_rx_from_unknown()
H A Dap_drv_ops.c753 if (!is_multicast_ether_addr(dst) && in hostapd_drv_send_action()
H A Dwpa_auth_ft.c4447 if (is_multicast_ether_addr(src_addr)) { in wpa_ft_rrb_oui_rx()
4454 if (is_multicast_ether_addr(dst_addr)) { in wpa_ft_rrb_oui_rx()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h524 static inline int is_multicast_ether_addr(const u8 *a) in is_multicast_ether_addr() function
/dragonfly/contrib/wpa_supplicant/src/fst/
H A Dfst_ctrl_iface.c875 is_multicast_ether_addr(peer_addr)) { in fst_read_peer_addr()
/dragonfly/sys/dev/netif/re/
H A Dre.c3498 is_multicast_ether_addr(const u_int8_t * addr) in is_multicast_ether_addr() function
3514 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()