/external/wpa_supplicant_8/src/fst/ |
D | fst.c | 180 if (is_zero_ether_addr(addr)) in fst_notify_peer_connected() 196 if (is_zero_ether_addr(addr)) in fst_notify_peer_disconnected()
|
D | fst_session.c | 826 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()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/ |
D | hidl_manager.cpp | 953 if (is_zero_ether_addr(bssid)) { in notifyDisconnectReason() 1005 if (is_zero_ether_addr(bssid)) { in notifyAuthTimeout() 1029 if (is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged() 1030 !is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged() 1035 !is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged() 1036 is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged() 1041 is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged() 1042 is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged()
|
D | p2p_iface.cpp | 1384 const uint8_t* dst_addr = is_zero_ether_addr(peer_address.data()) in requestServiceDiscoveryInternal() 1431 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPbcInternal() 1479 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPinDisplayInternal()
|
D | sta_iface.cpp | 1089 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPbcInternal() 1111 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPinDisplayInternal()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 535 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking() 820 !is_zero_ether_addr(hapd->conf->owe_transition_bssid); in hostapd_eid_owe_trans_enabled() 950 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) in hostapd_eid_fils_indic() 966 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_fils_indic()
|
D | ap_config.c | 381 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk() 1083 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) { in hostapd_get_psk() 1163 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
|
D | hostapd.c | 662 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) { in hostapd_validate_bssid_configuration() 1129 if (!is_zero_ether_addr(conf->bssid)) { in hostapd_setup_bss() 1170 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 1870 is_zero_ether_addr(bss->own_addr)) in hostapd_owe_iface_iter() 1890 !is_zero_ether_addr(hapd->conf->owe_transition_bssid)) in hostapd_owe_trans_get_info() 2084 if (is_zero_ether_addr(hapd->conf->bssid)) in hostapd_setup_interface_complete_sync()
|
D | dpp_hostapd.c | 457 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in hostapd_dpp_auth_init_next() 574 if (!is_zero_ether_addr(peer_bi->mac_addr)) in hostapd_dpp_auth_init() 965 if (!is_zero_ether_addr(auth->peer_mac_addr) && in hostapd_dpp_rx_auth_resp() 1206 if (!is_zero_ether_addr(peer_bi->mac_addr)) in hostapd_dpp_rx_presence_announcement()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_pkex.c | 195 if (!is_zero_ether_addr(dpp_pkex_own_mac_override)) { in dpp_pkex_init() 374 if (!is_zero_ether_addr(dpp_pkex_peer_mac_override)) { in dpp_pkex_rx_exchange_req() 379 if (!is_zero_ether_addr(dpp_pkex_own_mac_override)) { in dpp_pkex_rx_exchange_req() 716 if (!is_zero_ether_addr(dpp_pkex_peer_mac_override)) { in dpp_pkex_rx_exchange_resp()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 407 (p2p_dev_addr && !is_zero_ether_addr(reg->p2p_dev_addr) && in wps_registrar_remove_pbc_session() 647 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs() 846 if (is_zero_ether_addr(pin->enrollee_addr)) in wps_registrar_remove_pin() 2621 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_p2p_dev_addr_match() 2642 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_skip_overlap() 3505 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add() 3509 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 | 70 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 91 if (is_zero_ether_addr(bssid)) in wpas_wps_eapol_cb() 1231 if (bssid && is_zero_ether_addr(bssid)) in wpas_wps_start_dev_pw() 1433 if (is_zero_ether_addr(p2p_dev_addr)) { in wpas_wps_new_psk_cb() 1842 if (!is_zero_ether_addr(ssid->bssid)) in wpas_wps_scan_pbc_overlap() 1866 if (!is_zero_ether_addr(ssid->bssid) && in wpas_wps_scan_pbc_overlap()
|
D | events.c | 315 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_mark_disassoc() 1380 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) { in wpa_scan_res_match() 1670 (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect() 1673 (is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect() 3255 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc() 3258 if (!is_zero_ether_addr(bssid) || in wpa_supplicant_event_disassoc() 3383 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc_finish() 4341 if (!bssid || is_zero_ether_addr(bssid)) in wpas_event_assoc_reject()
|
D | bss.c | 381 return !is_zero_ether_addr(bss->bssid) && in wpa_bss_in_use() 460 if (!is_zero_ether_addr(bss->hessid)) in wpa_bss_add()
|
D | wpas_glue.c | 196 if (is_zero_ether_addr(wpa_s->bssid)) { in wpa_supplicant_eapol_send() 200 !is_zero_ether_addr(bssid)) { in wpa_supplicant_eapol_send()
|
D | dpp_supplicant.c | 676 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in wpas_dpp_auth_init_next() 830 if (!is_zero_ether_addr(peer_bi->mac_addr)) in wpas_dpp_auth_init() 1566 if (!is_zero_ether_addr(auth->peer_mac_addr) && in wpas_dpp_rx_auth_resp() 1849 if (!is_zero_ether_addr(peer_bi->mac_addr)) in wpas_dpp_rx_presence_announcement() 2100 if (is_zero_ether_addr(wpa_s->dpp_intro_bssid) || in wpas_dpp_rx_peer_disc_resp()
|
D | p2p_supplicant.c | 1041 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr)) in wpas_p2p_persistent_group() 1808 if (is_zero_ether_addr(wpa_s->p2pdev->p2ps_join_addr)) { in p2p_go_configured() 2154 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) { in wpas_p2p_add_group_interface() 2205 is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_remove_pending_group_interface() 3025 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process() 3064 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process() 4251 is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete() 4387 if (is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete() 4534 if (is_zero_ether_addr( in wpas_p2p_mac_setup() 7370 !is_zero_ether_addr(wpa_s->go_dev_addr)) in wpas_p2p_invite_group() [all …]
|
D | scan.c | 479 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements() 483 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements() 1251 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) { in wpa_supplicant_scan()
|
D | config_file.c | 1382 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global() 1596 if (!is_zero_ether_addr(config->p2p_device_persistent_mac_addr)) in wpa_config_write_global()
|
D | notify.c | 100 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed()
|
/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 | 740 if (!is_zero_ether_addr(p2p->peer_filter) && in p2p_add_device() 3298 if (is_zero_ether_addr(p2p->sd_query_no_ack)) { in p2p_sd_cb() 3623 !is_zero_ether_addr(dev->member_in_go_dev)) { in p2p_go_neg_req_cb() 4860 if (dev == NULL || is_zero_ether_addr(dev->interface_addr)) in p2p_get_interface_addr() 4881 if (is_zero_ether_addr(p2p->peer_filter)) in p2p_set_peer_filter() 5305 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()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 518 static inline int is_zero_ether_addr(const u8 *a) in is_zero_ether_addr() function
|