Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/fst/
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()
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()
Dfst_ctrl_iface.c874 if (is_zero_ether_addr(peer_addr) || in fst_read_peer_addr()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl_manager.cpp897 if (is_zero_ether_addr(bssid)) { in notifyDisconnectReason()
927 if (is_zero_ether_addr(bssid)) { in notifyAssocReject()
951 if (is_zero_ether_addr(bssid)) { in notifyAuthTimeout()
975 if (is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged()
976 !is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged()
981 !is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged()
982 is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged()
987 is_zero_ether_addr(wpa_s->bssid) && in notifyBssidChanged()
988 is_zero_ether_addr(wpa_s->pending_bssid)) { in notifyBssidChanged()
Dp2p_iface.cpp992 const uint8_t* dst_addr = is_zero_ether_addr(peer_address.data()) in requestServiceDiscoveryInternal()
1039 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPbcInternal()
1087 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPinDisplayInternal()
Dsta_iface.cpp849 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPbcInternal()
871 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data(); in startWpsPinDisplayInternal()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c346 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking()
629 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) in hostapd_eid_fils_indic()
642 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_fils_indic()
Dap_config.c264 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk()
741 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) { in hostapd_get_psk()
816 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
Dhostapd.c540 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) { in hostapd_validate_bssid_configuration()
926 if (!is_zero_ether_addr(conf->bssid)) { in hostapd_setup_bss()
967 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss()
1779 if (is_zero_ether_addr(hapd->conf->bssid)) in hostapd_setup_interface_complete_sync()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c293 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_mark_disassoc()
1134 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) { in wpa_scan_res_match()
1407 (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect()
1410 (is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_connect()
2666 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc()
2669 if (!is_zero_ether_addr(bssid) || in wpa_supplicant_event_disassoc()
2784 if (is_zero_ether_addr(bssid)) in wpa_supplicant_event_disassoc_finish()
3815 if (bssid == NULL || is_zero_ether_addr(bssid)) in wpa_supplicant_event()
Dwpas_glue.c186 if (is_zero_ether_addr(wpa_s->bssid)) { in wpa_supplicant_eapol_send()
190 !is_zero_ether_addr(bssid)) { in wpa_supplicant_eapol_send()
Dwpa_supplicant.c195 if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_timeout()
655 !is_zero_ether_addr(addr)) { in wpa_clear_keys()
2224 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpas_start_assoc_cb()
2656 if (wpa_s->reassoc_same_ess && !is_zero_ether_addr(prev_bssid) && in wpas_start_assoc_cb()
2779 if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_deauthenticate()
2783 else if (!is_zero_ether_addr(wpa_s->bssid)) in wpa_supplicant_deauthenticate()
4121 return (is_zero_ether_addr(wpa_s->bssid) || in wpas_fst_get_bssid_cb()
4209 if (!is_zero_ether_addr(wpa_s->bssid)) in wpas_fst_get_peer_first()
Dp2p_supplicant.c1039 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr)) in wpas_p2p_persistent_group()
1786 if (is_zero_ether_addr(wpa_s->p2pdev->p2ps_join_addr)) { in p2p_go_configured()
2035 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) { in wpas_p2p_add_group_interface()
2079 is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_remove_pending_group_interface()
2872 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
2911 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
4056 is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete()
4177 if (is_zero_ether_addr(grp_mac)) { in wpas_p2ps_prov_complete()
6943 !is_zero_ether_addr(wpa_s->go_dev_addr)) in wpas_p2p_invite_group()
7567 !is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_cancel()
[all …]
Dnotify.c110 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed()
Dscan.c430 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements()
434 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements()
1082 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) { in wpa_supplicant_scan()
Dwps_supplicant.c91 if (is_zero_ether_addr(bssid)) in wpas_wps_eapol_cb()
1198 if (bssid && is_zero_ether_addr(bssid)) in wpas_wps_start_dev_pw()
1390 if (is_zero_ether_addr(p2p_dev_addr)) { in wpas_wps_new_psk_cb()
Dsme.c294 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_send_authentication()
1174 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_deauth()
Dbss.c377 return !is_zero_ether_addr(bss->bssid) && in wpa_bss_in_use()
/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c375 (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()
2546 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_p2p_dev_addr_match()
2567 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_skip_overlap()
3428 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add()
3432 if (is_zero_ether_addr(s->authorized_macs[j])) in wps_registrar_sel_reg_add()
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.c61 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive()
/external/wpa_supplicant_8/src/p2p/
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()
Dp2p.c735 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()
3638 !is_zero_ether_addr(dev->member_in_go_dev)) { in p2p_go_neg_req_cb()
4865 if (dev == NULL || is_zero_ether_addr(dev->interface_addr)) in p2p_get_interface_addr()
4886 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()
Dp2p_invitation.c374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid)) in p2p_process_invitation_req()
Dp2p_group.c888 if (m && !is_zero_ether_addr(m->dev_addr)) in p2p_group_get_dev_addr()
/external/wpa_supplicant_8/src/utils/
Dcommon.h499 static inline int is_zero_ether_addr(const u8 *a) in is_zero_ether_addr() function

12