Home
last modified time | relevance | path

Searched refs:is_zero_ether_addr (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h55 is_zero_ether_addr(const u8 * addr) in is_zero_ether_addr() function
75 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()
/freebsd-12.1/contrib/wpa/src/fst/
H A Dfst.c180 if (is_zero_ether_addr(addr)) in fst_notify_peer_connected()
196 if (is_zero_ether_addr(addr)) in fst_notify_peer_disconnected()
H A Dfst_session.c826 if (is_zero_ether_addr(s->data.old_peer_addr)) { in fst_session_initiate_setup()
831 if (is_zero_ether_addr(s->data.new_peer_addr)) { in fst_session_initiate_setup()
936 if (is_zero_ether_addr(s->data.old_peer_addr)) { in fst_session_respond()
H A Dfst_ctrl_iface.c874 if (is_zero_ether_addr(peer_addr) || in fst_read_peer_addr()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11_shared.c515 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking()
800 !is_zero_ether_addr(hapd->conf->owe_transition_bssid); in hostapd_eid_owe_trans_enabled()
901 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) in hostapd_eid_fils_indic()
917 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_fils_indic()
H A Dap_config.c362 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk()
999 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) { in hostapd_get_psk()
1077 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
H A Dhostapd.c644 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) { in hostapd_validate_bssid_configuration()
1111 if (!is_zero_ether_addr(conf->bssid)) { in hostapd_setup_bss()
1152 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss()
1775 is_zero_ether_addr(bss->own_addr)) in hostapd_owe_iface_iter()
1795 !is_zero_ether_addr(hapd->conf->owe_transition_bssid)) in hostapd_owe_trans_get_info()
1988 if (is_zero_ether_addr(hapd->conf->bssid)) in hostapd_setup_interface_complete_sync()
H A Ddpp_hostapd.c365 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in hostapd_dpp_auth_init_next()
478 if (!is_zero_ether_addr(peer_bi->mac_addr)) in hostapd_dpp_auth_init()
840 if (!is_zero_ether_addr(auth->peer_mac_addr) && in hostapd_dpp_rx_auth_resp()
H A Dwpa_auth_ft.c1602 if (is_zero_ether_addr(r1kh->addr) && in wpa_ft_rrb_lookup_r1kh()
1603 is_zero_ether_addr(r1kh->id)) in wpa_ft_rrb_lookup_r1kh()
1986 if (is_zero_ether_addr(r0kh->addr)) { in wpa_ft_pull_pmk_r1()
4576 if (is_zero_ether_addr(r1kh->addr) || in wpa_ft_push_pmk_r1()
4577 is_zero_ether_addr(r1kh->id)) in wpa_ft_push_pmk_r1()
/freebsd-12.1/contrib/wpa/src/wps/
H A Dwps_registrar.c406 (p2p_dev_addr && !is_zero_ether_addr(reg->p2p_dev_addr) && in wps_registrar_remove_pbc_session()
646 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs()
845 if (is_zero_ether_addr(pin->enrollee_addr)) in wps_registrar_remove_pin()
2620 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_p2p_dev_addr_match()
2641 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_skip_overlap()
3503 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add()
3507 if (is_zero_ether_addr(s->authorized_macs[j])) in wps_registrar_sel_reg_add()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Devents.c305 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_mark_disassoc()
1286 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) { in wpa_scan_res_match()
1575 (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect()
1578 (is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect()
2985 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc()
2988 if (!is_zero_ether_addr(bssid) || in wpa_supplicant_event_disassoc()
3103 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc_finish()
4066 if (!bssid || is_zero_ether_addr(bssid)) in wpas_event_assoc_reject()
H A Ddpp_supplicant.c400 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in wpas_dpp_auth_init_next()
543 if (!is_zero_ether_addr(peer_bi->mac_addr)) in wpas_dpp_auth_init()
1184 if (!is_zero_ether_addr(auth->peer_mac_addr) && in wpas_dpp_rx_auth_resp()
1336 if (is_zero_ether_addr(wpa_s->dpp_intro_bssid) || in wpas_dpp_rx_peer_disc_resp()
H A Dwpas_glue.c188 if (is_zero_ether_addr(wpa_s->bssid)) { in wpa_supplicant_eapol_send()
192 !is_zero_ether_addr(bssid)) { in wpa_supplicant_eapol_send()
H A Dbss.c381 return !is_zero_ether_addr(bss->bssid) && in wpa_bss_in_use()
460 if (!is_zero_ether_addr(bss->hessid)) in wpa_bss_add()
H A Dp2p_supplicant.c2063 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) { in wpas_p2p_add_group_interface()
2114 is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_remove_pending_group_interface()
2922 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
2961 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
4116 is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete()
4252 if (is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete()
4399 if (is_zero_ether_addr( in wpas_p2p_mac_setup()
7195 !is_zero_ether_addr(wpa_s->go_dev_addr)) in wpas_p2p_invite_group()
7820 !is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_cancel()
8198 if (is_zero_ether_addr(p2p_dev_addr)) in wpas_p2p_new_psk_cb()
[all …]
H A Dwpa_supplicant.c210 if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_timeout()
709 !is_zero_ether_addr(addr)) { in wpa_clear_keys()
3070 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpas_start_assoc_cb()
3320 if (wpa_s->reassoc_same_ess && !is_zero_ether_addr(prev_bssid) && in wpas_start_assoc_cb()
3445 if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_deauthenticate()
3449 else if (!is_zero_ether_addr(wpa_s->bssid)) in wpa_supplicant_deauthenticate()
4915 return (is_zero_ether_addr(wpa_s->bssid) || in wpas_fst_get_bssid_cb()
5003 if (!is_zero_ether_addr(wpa_s->bssid)) in wpas_fst_get_peer_first()
H A Dnotify.c95 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed()
H A Dscan.c448 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements()
452 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements()
1222 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) { in wpa_supplicant_scan()
H A Dconfig_file.c1335 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global()
1542 if (!is_zero_ether_addr(config->p2p_device_persistent_mac_addr)) in wpa_config_write_global()
H A Dwps_supplicant.c91 if (is_zero_ether_addr(bssid)) in wpas_wps_eapol_cb()
1223 if (bssid && is_zero_ether_addr(bssid)) in wpas_wps_start_dev_pw()
1415 if (is_zero_ether_addr(p2p_dev_addr)) { in wpas_wps_new_psk_cb()
/freebsd-12.1/contrib/wpa/src/rsn_supp/
H A Dpreauth.c61 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive()
/freebsd-12.1/contrib/wpa/src/p2p/
H A Dp2p_pd.c131 if ((shared_group && !is_zero_ether_addr(intended_addr)) || in p2ps_add_pd_req_attrs()
172 !is_zero_ether_addr(intended_addr)) in p2ps_add_pd_req_attrs()
335 if (!is_zero_ether_addr(intended_addr)) in p2p_build_prov_disc_resp()
H A Dp2p.c735 if (!is_zero_ether_addr(p2p->peer_filter) && in p2p_add_device()
3282 if (is_zero_ether_addr(p2p->sd_query_no_ack)) { in p2p_sd_cb()
3601 !is_zero_ether_addr(dev->member_in_go_dev)) { in p2p_go_neg_req_cb()
4838 if (dev == NULL || is_zero_ether_addr(dev->interface_addr)) in p2p_get_interface_addr()
4859 if (is_zero_ether_addr(p2p->peer_filter)) in p2p_set_peer_filter()
5282 go_dev_addr && !is_zero_ether_addr(go_dev_addr) && in p2p_build_nfc_handover()
H A Dp2p_invitation.c374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid)) in p2p_process_invitation_req()
/freebsd-12.1/contrib/wpa/src/utils/
H A Dcommon.h514 static inline int is_zero_ether_addr(const u8 *a) in is_zero_ether_addr() function

12