Searched refs:is_zero_ether_addr (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h55 is_zero_ether_addr(const u8 * addr) function
75 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr);
/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst.c174 if (is_zero_ether_addr(addr))
190 if (is_zero_ether_addr(addr))
H A Dfst_session.c771 WPA_ASSERT(!is_zero_ether_addr(own_addr));
840 if (is_zero_ether_addr(s->data.old_peer_addr)) {
845 if (is_zero_ether_addr(s->data.new_peer_addr)) {
948 if (is_zero_ether_addr(s->data.old_peer_addr)) {
H A Dfst_ctrl_iface.c874 if (is_zero_ether_addr(peer_addr) ||
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c314 if (!is_zero_ether_addr(hapd->conf->hessid)) {
H A Dap_config.c255 if (is_zero_ether_addr(addr))
684 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) {
H A Dbeacon.c1142 !is_zero_ether_addr(hapd->conf->hessid))
/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dpreauth.c61 is_zero_ether_addr(sm->preauth_bssid) ||
H A Dwpa.c44 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Devents.c286 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1007 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) {
1229 (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1232 (is_zero_ether_addr(wpa_s->pending_bssid) &&
2298 if (is_zero_ether_addr(bssid))
2301 if (!is_zero_ether_addr(bssid) ||
2401 if (is_zero_ether_addr(bssid))
3351 if (bssid == NULL || is_zero_ether_addr(bssid))
H A Dwpas_glue.c185 if (is_zero_ether_addr(wpa_s->bssid)) {
189 !is_zero_ether_addr(bssid)) {
H A Dp2p_supplicant.c998 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr))
1719 if (is_zero_ether_addr(wpa_s->parent->p2ps_join_addr)) {
1955 if (is_zero_ether_addr(wpa_s->pending_interface_addr)) {
1999 is_zero_ether_addr(wpa_s->pending_interface_addr))
2744 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) &&
2783 if (!is_zero_ether_addr(wpa_s->p2p_auth_invite) &&
3832 is_zero_ether_addr(grp_mac)) {
3951 if (is_zero_ether_addr(grp_mac)) {
6589 !is_zero_ether_addr(wpa_s->go_dev_addr))
7206 !is_zero_ether_addr(wpa_
[all...]
H A Dnotify.c93 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) {
H A Dwpa_supplicant.c191 if (is_zero_ether_addr(bssid))
577 !is_zero_ether_addr(addr)) {
1988 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
2500 if (!is_zero_ether_addr(wpa_s->bssid))
2502 else if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
3743 return (is_zero_ether_addr(wpa_s->bssid) ||
3826 if (!is_zero_ether_addr(wpa_s->bssid))
H A Dwps_supplicant.c91 if (is_zero_ether_addr(bssid))
1180 if (bssid && is_zero_ether_addr(bssid))
1358 if (is_zero_ether_addr(p2p_dev_addr)) {
H A Dsme.c286 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1025 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
H A Dbss.c318 return !is_zero_ether_addr(bss->bssid) &&
H A Dscan.c422 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
426 if (!is_zero_ether_addr(wpa_s->conf->hessid))
H A Dconfig_file.c1166 if (!is_zero_ether_addr(config->hessid))
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_registrar.c375 (p2p_dev_addr && !is_zero_ether_addr(reg->p2p_dev_addr) &&
615 if (is_zero_ether_addr(reg->authorized_macs_union[*count]))
797 if (is_zero_ether_addr(pin->enrollee_addr))
2517 if (is_zero_ether_addr(reg->p2p_dev_addr))
2538 if (is_zero_ether_addr(reg->p2p_dev_addr))
3399 if (is_zero_ether_addr(reg->authorized_macs_union[i]))
3403 if (is_zero_ether_addr(s->authorized_macs[j]))
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h485 static inline int is_zero_ether_addr(const u8 *a) function
/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_pd.c162 !is_zero_ether_addr(intended_addr))
320 if (!is_zero_ether_addr(intended_addr))
H A Dp2p_group.c873 if (m && !is_zero_ether_addr(m->dev_addr))
H A Dp2p_invitation.c374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
H A Dp2p.c732 if (!is_zero_ether_addr(p2p->peer_filter) &&
3518 !is_zero_ether_addr(dev->member_in_go_dev)) {
4743 if (dev == NULL || is_zero_ether_addr(dev->interface_addr))
4764 if (is_zero_ether_addr(p2p->peer_filter))
5183 go_dev_addr && !is_zero_ether_addr(go_dev_addr) &&

Completed in 306 milliseconds

12