HomeSort by relevance Sort by last modified time
    Searched refs:is_zero_ether_addr (Results 1 - 25 of 38) sorted by null

1 2

  /external/wpa_supplicant_8/src/fst/
fst.c 180 if (is_zero_ether_addr(addr))
196 if (is_zero_ether_addr(addr))
fst_session.c 826 if (is_zero_ether_addr(s->data.old_peer_addr)) {
831 if (is_zero_ether_addr(s->data.new_peer_addr)) {
936 if (is_zero_ether_addr(s->data.old_peer_addr)) {
    [all...]
fst_ctrl_iface.c 874 if (is_zero_ether_addr(peer_addr) ||
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.cpp 897 if (is_zero_ether_addr(bssid)) {
927 if (is_zero_ether_addr(bssid)) {
951 if (is_zero_ether_addr(bssid)) {
975 if (is_zero_ether_addr(wpa_s->bssid) &&
976 !is_zero_ether_addr(wpa_s->pending_bssid)) {
981 !is_zero_ether_addr(wpa_s->bssid) &&
982 is_zero_ether_addr(wpa_s->pending_bssid)) {
987 is_zero_ether_addr(wpa_s->bssid) &&
988 is_zero_ether_addr(wpa_s->pending_bssid)) {
    [all...]
p2p_iface.cpp 992 const uint8_t* dst_addr = is_zero_ether_addr(peer_address.data())
    [all...]
sta_iface.cpp 849 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data();
871 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data();
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 346 if (!is_zero_ether_addr(hapd->conf->hessid)) {
629 if (hessid && !is_zero_ether_addr(hapd->conf->hessid))
642 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) {
ap_config.c 264 if (is_zero_ether_addr(addr))
741 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) {
816 if (full_config && !is_zero_ether_addr(bss->bssid)) {
hostapd.c 540 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) {
926 if (!is_zero_ether_addr(conf->bssid)) {
967 if (is_zero_ether_addr(conf->r1_key_holder))
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 61 is_zero_ether_addr(sm->preauth_bssid) ||
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 293 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1134 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) {
    [all...]
wpas_glue.c 186 if (is_zero_ether_addr(wpa_s->bssid)) {
190 !is_zero_ether_addr(bssid)) {
    [all...]
notify.c 110 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) {
wpa_supplicant.c 195 if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
655 !is_zero_ether_addr(addr)) {
    [all...]
p2p_supplicant.c 1039 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr))
    [all...]
scan.c 430 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
434 if (!is_zero_ether_addr(wpa_s->conf->hessid))
1082 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) {
    [all...]
wps_supplicant.c 91 if (is_zero_ether_addr(bssid))
    [all...]
sme.c 294 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
    [all...]
bss.c 377 return !is_zero_ether_addr(bss->bssid) &&
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 375 (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))
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 131 if ((shared_group && !is_zero_ether_addr(intended_addr)) ||
172 !is_zero_ether_addr(intended_addr))
335 if (!is_zero_ether_addr(intended_addr))
    [all...]
p2p.c 735 if (!is_zero_ether_addr(p2p->peer_filter) &&
    [all...]
p2p_group.c 888 if (m && !is_zero_ether_addr(m->dev_addr))
p2p_invitation.c 374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
  /external/wpa_supplicant_8/src/utils/
common.h 499 static inline int is_zero_ether_addr(const u8 *a) function

Completed in 8582 milliseconds

1 2