HomeSort by relevance Sort by last modified time
    Searched refs:is_zero_ether_addr (Results 1 - 25 of 44) 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...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.cpp 901 if (is_zero_ether_addr(bssid)) {
931 if (is_zero_ether_addr(bssid)) {
955 if (is_zero_ether_addr(bssid)) {
979 if (is_zero_ether_addr(wpa_s->bssid) &&
980 !is_zero_ether_addr(wpa_s->pending_bssid)) {
985 !is_zero_ether_addr(wpa_s->bssid) &&
986 is_zero_ether_addr(wpa_s->pending_bssid)) {
991 is_zero_ether_addr(wpa_s->bssid) &&
992 is_zero_ether_addr(wpa_s->pending_bssid)) {
    [all...]
p2p_iface.cpp 994 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/wpa_supplicant/hidl/1.1/
hidl_manager.cpp 926 if (is_zero_ether_addr(bssid)) {
956 if (is_zero_ether_addr(bssid)) {
980 if (is_zero_ether_addr(bssid)) {
1004 if (is_zero_ether_addr(wpa_s->bssid) &&
1005 !is_zero_ether_addr(wpa_s->pending_bssid)) {
1010 !is_zero_ether_addr(wpa_s->bssid) &&
1011 is_zero_ether_addr(wpa_s->pending_bssid)) {
1016 is_zero_ether_addr(wpa_s->bssid) &&
1017 is_zero_ether_addr(wpa_s->pending_bssid)) {
    [all...]
p2p_iface.cpp 994 const uint8_t* dst_addr = is_zero_ether_addr(peer_address.data())
    [all...]
sta_iface.cpp 863 is_zero_ether_addr(bssid.data()) ? nullptr : bssid.data();
885 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)) {
654 if (hessid && !is_zero_ether_addr(hapd->conf->hessid))
670 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) {
ap_config.c 285 if (is_zero_ether_addr(addr))
774 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) {
849 if (full_config && !is_zero_ether_addr(bss->bssid)) {
hostapd.c 553 if (is_zero_ether_addr(iface->conf->bss[j]->bssid)) {
939 if (!is_zero_ether_addr(conf->bssid)) {
980 if (is_zero_ether_addr(conf->r1_key_holder))
    [all...]
dpp_hostapd.c 514 if (is_zero_ether_addr(peer_bi->mac_addr)) {
835 if (!is_zero_ether_addr(auth->peer_mac_addr) &&
    [all...]
wpa_auth_ft.c 1073 if (is_zero_ether_addr(r1kh->addr) &&
1074 is_zero_ether_addr(r1kh->id))
    [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 294 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1230 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) {
    [all...]
wpas_glue.c 188 if (is_zero_ether_addr(wpa_s->bssid)) {
192 !is_zero_ether_addr(bssid)) {
    [all...]
dpp_supplicant.c 574 if (is_zero_ether_addr(peer_bi->mac_addr)) {
1178 if (!is_zero_ether_addr(auth->peer_mac_addr) &&
1255 if (is_zero_ether_addr(wpa_s->dpp_intro_bssid) ||
    [all...]
notify.c 110 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) {
wpa_supplicant.c 208 if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
679 !is_zero_ether_addr(addr)) {
    [all...]
p2p_supplicant.c 1039 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr))
    [all...]
scan.c 448 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
452 if (!is_zero_ether_addr(wpa_s->conf->hessid))
1107 if (!is_zero_ether_addr(wpa_s->next_scan_bssid)) {
    [all...]
wps_supplicant.c 91 if (is_zero_ether_addr(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]))
796 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...]
  /external/wpa_supplicant_8/src/utils/
common.h 511 static inline int is_zero_ether_addr(const u8 *a) function

Completed in 6254 milliseconds

1 2