/external/wpa_supplicant_8/src/fst/ |
D | fst.c | 174 if (is_zero_ether_addr(addr)) in fst_notify_peer_connected() 190 if (is_zero_ether_addr(addr)) in fst_notify_peer_disconnected()
|
D | fst_session.c | 778 WPA_ASSERT(!is_zero_ether_addr(own_addr)); in fst_session_create() 847 if (is_zero_ether_addr(s->data.old_peer_addr)) { in fst_session_initiate_setup() 852 if (is_zero_ether_addr(s->data.new_peer_addr)) { in fst_session_initiate_setup() 957 if (is_zero_ether_addr(s->data.old_peer_addr)) { in fst_session_respond()
|
D | fst_ctrl_iface.c | 874 if (is_zero_ether_addr(peer_addr) || in fst_read_peer_addr()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 252 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk() 711 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) { in hostapd_get_psk() 786 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
|
D | ieee802_11_shared.c | 324 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking()
|
D | hostapd.c | 527 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) { in hostapd_validate_bssid_configuration() 913 if (!is_zero_ether_addr(conf->bssid)) { in hostapd_setup_bss() 954 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 1644 if (is_zero_ether_addr(hapd->conf->bssid)) in hostapd_setup_interface_complete_sync()
|
D | beacon.c | 1215 !is_zero_ether_addr(hapd->conf->hessid)) in ieee802_11_build_ap_params()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 288 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_mark_disassoc() 1035 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) { in wpa_scan_res_match() 1273 (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect() 1276 (is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect() 2446 if (is_zero_ether_addr(bssid)) 2449 if (!is_zero_ether_addr(bssid) || 2550 if (is_zero_ether_addr(bssid)) 3534 if (bssid == NULL || is_zero_ether_addr(bssid))
|
D | wpas_glue.c | 185 if (is_zero_ether_addr(wpa_s->bssid)) { in wpa_supplicant_eapol_send() 189 !is_zero_ether_addr(bssid)) { in wpa_supplicant_eapol_send()
|
D | wpa_supplicant.c | 195 if (is_zero_ether_addr(bssid)) in wpa_supplicant_timeout() 605 !is_zero_ether_addr(addr)) { in wpa_clear_keys() 2114 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpas_start_assoc_cb() 2543 if (wpa_s->reassoc_same_ess && !is_zero_ether_addr(prev_bssid) && in wpas_start_assoc_cb() 2660 if (!is_zero_ether_addr(wpa_s->bssid)) in wpa_supplicant_deauthenticate() 2662 else if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_deauthenticate() 3907 return (is_zero_ether_addr(wpa_s->bssid) || in wpas_fst_get_bssid_cb() 3990 if (!is_zero_ether_addr(wpa_s->bssid)) in wpas_fst_get_peer_first()
|
D | p2p_supplicant.c | 1031 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr)) in wpas_p2p_persistent_group() 1781 if (is_zero_ether_addr(wpa_s->p2pdev->p2ps_join_addr)) { in p2p_go_configured() 2038 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) { in wpas_p2p_add_group_interface() 2082 is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_remove_pending_group_interface() 2865 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process() 2904 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process() 4034 is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete() 4155 if (is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete() 6902 !is_zero_ether_addr(wpa_s->go_dev_addr)) in wpas_p2p_invite_group() 7528 !is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_cancel() [all …]
|
D | notify.c | 105 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed()
|
D | scan.c | 421 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements() 425 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements() 1009 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) { in wpa_supplicant_scan()
|
D | sme.c | 289 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_send_authentication() 1059 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_deauth()
|
D | wps_supplicant.c | 91 if (is_zero_ether_addr(bssid)) in wpas_wps_eapol_cb() 1191 if (bssid && is_zero_ether_addr(bssid)) in wpas_wps_start_dev_pw() 1376 if (is_zero_ether_addr(p2p_dev_addr)) { in wpas_wps_new_psk_cb()
|
D | mesh_mpm.c | 733 (is_zero_ether_addr(data->mesh_required_peer) || in wpa_mesh_new_mesh_peer()
|
D | bss.c | 333 return !is_zero_ether_addr(bss->bssid) && in wpa_bss_in_use()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 375 (p2p_dev_addr && !is_zero_ether_addr(reg->p2p_dev_addr) && in wps_registrar_remove_pbc_session() 615 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs() 797 if (is_zero_ether_addr(pin->enrollee_addr)) in wps_registrar_remove_pin() 2545 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_p2p_dev_addr_match() 2566 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_skip_overlap() 3427 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add() 3431 if (is_zero_ether_addr(s->authorized_macs[j])) in wps_registrar_sel_reg_add()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | preauth.c | 61 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive()
|
D | wpa.c | 50 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) { in wpa_eapol_key_send()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_pd.c | 131 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()
|
D | p2p.c | 734 if (!is_zero_ether_addr(p2p->peer_filter) && in p2p_add_device() 3266 if (is_zero_ether_addr(p2p->sd_query_no_ack)) { in p2p_sd_cb() 3606 !is_zero_ether_addr(dev->member_in_go_dev)) { in p2p_go_neg_req_cb() 4831 if (dev == NULL || is_zero_ether_addr(dev->interface_addr)) in p2p_get_interface_addr() 4852 if (is_zero_ether_addr(p2p->peer_filter)) in p2p_set_peer_filter() 5271 go_dev_addr && !is_zero_ether_addr(go_dev_addr) && in p2p_build_nfc_handover()
|
D | p2p_invitation.c | 374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid)) in p2p_process_invitation_req()
|
D | p2p_group.c | 874 if (m && !is_zero_ether_addr(m->dev_addr)) in p2p_group_get_dev_addr()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 488 static inline int is_zero_ether_addr(const u8 *a) in is_zero_ether_addr() function
|