Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Detherdevice.h56 static inline int is_zero_ether_addr(const u8 *addr) in is_zero_ether_addr() function
97 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c163 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_mark_disassoc()
1895 if (is_zero_ether_addr(bssid))
1898 if (!is_zero_ether_addr(bssid) ||
1996 if (is_zero_ether_addr(bssid))
2595 if (!bl_bssid || is_zero_ether_addr(bl_bssid))
2614 if (bssid == NULL || is_zero_ether_addr(bssid))
Dwpas_glue.c151 if (is_zero_ether_addr(wpa_s->bssid)) { in wpa_supplicant_eapol_send()
155 !is_zero_ether_addr(bssid)) { in wpa_supplicant_eapol_send()
Dscan.c405 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 : in wpas_add_interworking_elements()
409 if (!is_zero_ether_addr(wpa_s->conf->hessid)) in wpas_add_interworking_elements()
Dsme.c223 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_send_authentication()
751 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in sme_deauth()
Dwpa_supplicant.c187 if (is_zero_ether_addr(bssid)) in wpa_supplicant_timeout()
1333 bssid_changed = !is_zero_ether_addr(wpa_s->bssid); in wpa_supplicant_associate()
1748 if (!is_zero_ether_addr(wpa_s->bssid)) in wpa_supplicant_deauthenticate()
1750 else if (!is_zero_ether_addr(wpa_s->pending_bssid) && in wpa_supplicant_deauthenticate()
Dp2p_supplicant.c1011 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) { in wpas_p2p_add_group_interface()
1062 is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_remove_pending_group_interface()
2423 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
2447 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) && in wpas_invitation_process()
4966 !is_zero_ether_addr(wpa_s->go_dev_addr)) in wpas_p2p_invite_group()
5561 !is_zero_ether_addr(wpa_s->pending_interface_addr)) in wpas_p2p_cancel()
Dconfig_file.c957 if (!is_zero_ether_addr(config->hessid)) in wpa_config_write_global()
Dinterworking.c1661 if (is_zero_ether_addr(bss->hessid)) in interworking_match_anqp_info()
Dwps_supplicant.c61 if (is_zero_ether_addr(bssid)) in wpas_wps_eapol_cb()
Dctrl_iface.c1643 ssid->bssid_set = !is_zero_ether_addr(bssid); in wpa_supplicant_ctrl_iface_bssid()
/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c370 (p2p_dev_addr && !is_zero_ether_addr(pbc->addr) && in wps_registrar_remove_pbc_session()
373 (p2p_dev_addr && !is_zero_ether_addr(reg->p2p_dev_addr) && in wps_registrar_remove_pbc_session()
621 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs()
790 if (is_zero_ether_addr(pin->enrollee_addr)) in wps_registrar_remove_pin()
2466 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_p2p_dev_addr_match()
2487 if (is_zero_ether_addr(reg->p2p_dev_addr)) in wps_registrar_skip_overlap()
3318 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add()
3322 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()
Dwpa.c41 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) { in wpa_eapol_key_send()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c281 if (!is_zero_ether_addr(hapd->conf->hessid)) { in hostapd_eid_interworking()
Dap_config.c230 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk()
Dbeacon.c761 !is_zero_ether_addr(hapd->conf->hessid)) in ieee802_11_set_beacon()
/external/wpa_supplicant_8/src/utils/
Dcommon.h491 static inline int is_zero_ether_addr(const u8 *a) in is_zero_ether_addr() function
/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c352 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid)) in p2p_process_invitation_req()
Dp2p_group.c827 if (m && !is_zero_ether_addr(m->dev_addr)) in p2p_group_get_dev_addr()
Dp2p.c686 if (!is_zero_ether_addr(p2p->peer_filter) && in p2p_add_device()
3055 !is_zero_ether_addr(dev->member_in_go_dev)) { in p2p_go_neg_req_cb()
4214 if (dev == NULL || is_zero_ether_addr(dev->interface_addr)) in p2p_get_interface_addr()
4235 if (is_zero_ether_addr(p2p->peer_filter)) in p2p_set_peer_filter()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c472 if (is_zero_ether_addr( in wpa_driver_wext_event_wireless()
Ddriver_ndis.c1466 if (!is_zero_ether_addr(drv->bssid)) { in wpa_driver_ndis_poll_timeout()
Ddriver_nl80211.c5064 if (!is_zero_ether_addr(drv->auth_bssid_)) in wpa_driver_nl80211_authenticate_retry()