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

1 2

  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 314 if (!is_zero_ether_addr(hapd->conf->hessid)) {
ap_config.c 254 if (is_zero_ether_addr(addr))
676 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) {
beacon.c 1006 !is_zero_ether_addr(hapd->conf->hessid))
wps_hostapd.c 103 if (is_zero_ether_addr(p2p_dev_addr)) {
    [all...]
ieee802_1x.c 526 !is_zero_ether_addr(hapd->conf->hessid)) {
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 61 is_zero_ether_addr(sm->preauth_bssid) ||
wpa.c 44 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 285 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1008 if (!is_zero_ether_addr(ssid->go_p2p_dev_addr)) {
1216 (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1219 (is_zero_ether_addr(wpa_s->pending_bssid) &&
    [all...]
wpas_glue.c 185 if (is_zero_ether_addr(wpa_s->bssid)) {
189 !is_zero_ether_addr(bssid)) {
p2p_supplicant.c 970 !is_zero_ether_addr(wpa_s->go_params->peer_device_addr))
    [all...]
wps_supplicant.c 91 if (is_zero_ether_addr(bssid))
    [all...]
scan.c 422 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
426 if (!is_zero_ether_addr(wpa_s->conf->hessid))
    [all...]
sme.c 286 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
995 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
    [all...]
bss.c 315 (!is_zero_ether_addr(bss->bssid) &&
    [all...]
wpa_supplicant.c 190 if (is_zero_ether_addr(bssid))
576 !is_zero_ether_addr(addr)) {
    [all...]
config_file.c 1163 if (!is_zero_ether_addr(config->hessid))
    [all...]
interworking.c     [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/utils/
common.h 511 static inline int is_zero_ether_addr(const u8 *a) function
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 873 if (m && !is_zero_ether_addr(m->dev_addr))
p2p_invitation.c 365 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid))
p2p.c 742 if (!is_zero_ether_addr(p2p->peer_filter) &&
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]
driver_ndis.c     [all...]
driver_wext.c 464 if (is_zero_ether_addr(
    [all...]

Completed in 332 milliseconds

1 2