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

1 2 3 4 5

  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.c 31 if (os_memcmp(e->bssid, bssid, ETH_ALEN) == 0)
101 if (os_memcmp(e->bssid, bssid, ETH_ALEN) == 0) {
offchannel.c 26 if (os_memcmp(src, wpa_s->own_addr, ETH_ALEN) == 0)
34 if (os_memcmp(wpa_s->pending_action_src,
158 if (os_memcmp(dst, wpa_s->pending_action_dst, ETH_ALEN) != 0) {
166 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx),
bss.c 246 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0 &&
248 os_memcmp(bss->ssid, ssid, ssid_len) == 0)
298 os_memcmp(ssid->ssid, bss->ssid, ssid->ssid_len) == 0)
309 os_memcmp(bss->bssid, wpa_s->bssid, ETH_ALEN) == 0 ||
310 os_memcmp(bss->bssid, wpa_s->pending_bssid, ETH_ALEN) == 0;
440 os_memcmp(old_ie, new_ie, old_ie_len) == 0);
468 os_memcmp(old + 1, new + 1, old->ie_len) == 0)
668 os_memcmp(ssid + 2, P2P_WILDCARD_SSID, P2P_WILDCARD_SSID_LEN) == 0)
738 os_memcmp(s->ssid, bss->ssid, bss->ssid_len) ==
892 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0
    [all...]
gas_query.c 185 if (os_memcmp(q->addr, addr, ETH_ALEN) == 0 &&
228 if (os_memcmp(dst, query->addr, ETH_ALEN) != 0) {
250 os_memcmp(addr, wpa_s->bssid, ETH_ALEN) != 0)
376 os_memcmp(adv_proto, wpabuf_head(query->adv_proto),
587 if (os_memcmp(dst, q->addr, ETH_ALEN) == 0 &&
bgscan_learn.c 60 if (os_memcmp(array + i * ETH_ALEN, bssid, ETH_ALEN) == 0)
73 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0)
94 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0)
477 os_memcmp(data->ssid->ssid, ie + 2, ie[1]) != 0)
ctrl_iface_udp.c 107 !os_memcmp(&from->sin6_addr, &dst->addr.sin6_addr,
154 !os_memcmp(&from->sin6_addr, &dst->addr.sin6_addr,
273 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
591 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 119 os_memcmp(argv[id], user->identity, len) == 0 &&
224 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
233 os_memcmp(identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == 0) {
253 os_memcmp(user->identity, identity, user->identity_len) ==
261 os_memcmp(user->identity, identity, identity_len) == 0)
ap_list.c 58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
103 if (os_memcmp(s->addr, ap->addr, ETH_ALEN) == 0) {
109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
pmksa_cache_auth.c 375 os_memcmp(entry->spa, spa, ETH_ALEN) == 0) &&
376 os_memcmp(entry->pmkid, pmkid, PMKID_LEN) == 0)
382 os_memcmp(entry->spa, spa, ETH_ALEN) == 0)
409 if (os_memcmp(entry->spa, spa, ETH_ALEN) != 0)
413 if (os_memcmp(new_pmkid, pmkid, PMKID_LEN) == 0)
wpa_auth_ft.c 237 if (os_memcmp(r0->spa, spa, ETH_ALEN) == 0 &&
287 if (os_memcmp(r1->spa, spa, ETH_ALEN) == 0 &&
830 os_memcmp(mdie->mobility_domain,
1027 os_memcmp(mdie->mobility_domain,
1040 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) {
1049 if (os_memcmp(ftie->anonce, sm->ANonce, WPA_NONCE_LEN) != 0) {
1171 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1184 os_memcmp(target_ap, sm->wpa_auth->addr, ETH_ALEN) == 0) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
ndef.c 154 if (os_memcmp(record->type, wifi_handover_type,
180 if (os_memcmp(record->type, p2p_handover_type,
wps_enrollee.c 504 if (os_memcmp(wps->nonce_e, e_nonce, WPS_NONCE_LEN) != 0) {
687 if (os_memcmp(wps->cred.mac_addr, wps->wps->dev.mac_addr, ETH_ALEN) !=
786 if (os_memcmp(cred.mac_addr, wps->wps->dev.mac_addr, ETH_ALEN) !=
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_none.c 147 int os_memcmp(const void *s1, const void *s2, size_t n) function
utils_module_tests.c 55 os_memcmp(bin, test->data, binlen) != 0) {
63 os_memcmp(bin, test->data, binlen) != 0) {
198 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0)
os.h 356 * os_memcmp - Compare memory areas
364 int os_memcmp(const void *s1, const void *s2, size_t n);
504 #ifndef os_memcmp
505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) macro
597 * does not behave like os_memcmp(), i.e., os_memcmp_const() cannot be used to
598 * sort items into a defined order. Unlike os_memcmp(), execution time of
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 226 os_memcmp(sa, go->info.p2p_device_addr, ETH_ALEN) != 0) {
252 os_memcmp(p2p->pending_client_disc_addr,
254 os_memcmp(p2p->go_neg_peer->member_in_go_dev,
p2p_group.c 579 if (os_memcmp(m->addr, addr, ETH_ALEN) == 0)
785 if (os_memcmp(msg.device_id, group->p2p->cfg->dev_addr, ETH_ALEN) == 0)
789 if (os_memcmp(msg.device_id, m->dev_addr, ETH_ALEN) == 0)
844 if (os_memcmp(dev_id, m->dev_addr, ETH_ALEN) == 0)
858 if (os_memcmp(interface_addr, m->addr, ETH_ALEN) == 0)
1011 if (os_memcmp(m->dev_addr, dev_addr, ETH_ALEN) == 0)
1024 if (os_memcmp(group_id, group->p2p->cfg->dev_addr, ETH_ALEN) != 0)
1026 return os_memcmp(group_id + ETH_ALEN, group->cfg->ssid,
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 176 os_memcmp(buf, drv->own_addr, ETH_ALEN) == 0)
267 os_memcmp(read1, read2, 6) != 0)
301 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
307 if (os_memcmp(addr_read, addr_be16, 6) == 0 &&
333 if (os_memcmp(addr_read, addr_be16, 6) == 0 &&