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

1 2 3 4 5 6

  /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) {
30 os_memcmp(wpa_s->parent->own_addr,
55 if (os_memcmp(src, iface->own_addr, ETH_ALEN) == 0)
189 if (os_memcmp(dst, wpa_s->pending_action_dst, ETH_ALEN) != 0) {
197 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx),
bss.c 263 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0 &&
265 os_memcmp(bss->ssid, ssid, ssid_len) == 0)
333 os_memcmp(ssid->ssid, bss->ssid, ssid->ssid_len) != 0))
358 os_memcmp(ssid->ssid, bss->ssid, ssid->ssid_len) == 0)
373 os_memcmp(bss->ssid, wpa_s->current_bss->ssid,
378 (os_memcmp(bss->bssid, wpa_s->bssid, ETH_ALEN) == 0 ||
379 os_memcmp(bss->bssid, wpa_s->pending_bssid, ETH_ALEN) == 0);
511 os_memcmp(old_ie, new_ie, old_ie_len) == 0);
539 os_memcmp(old + 1, new_res + 1, old->ie_len) == 0)
778 os_memcmp(ssid + 2, P2P_WILDCARD_SSID, P2P_WILDCARD_SSID_LEN) == 0
    [all...]
  /external/wpa_supplicant_8/src/ap/
neighbor_db.c 25 if (os_memcmp(bssid, nr->bssid, ETH_ALEN) == 0 &&
28 os_memcmp(ssid->ssid, nr->ssid.ssid,
pmksa_cache_auth.c 483 os_memcmp(entry->spa, spa, ETH_ALEN) == 0) &&
484 os_memcmp(entry->pmkid, pmkid, PMKID_LEN) == 0)
490 os_memcmp(entry->spa, spa, ETH_ALEN) == 0)
517 if (os_memcmp(entry->spa, spa, ETH_ALEN) != 0)
521 if (os_memcmp(new_pmkid, pmkid, PMKID_LEN) == 0)
556 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0)
568 if (os_memcmp(attr->acct_multi_session_id, buf, 16) != 0)
576 os_memcmp(attr->cui, wpabuf_head(entry->cui),
585 os_memcmp(attr->user_name, entry->identity,
698 if (addr && os_memcmp(entry->spa, addr, ETH_ALEN) != 0
    [all...]
eap_user_db.c 119 os_memcmp(argv[id], user->identity, len) == 0 &&
232 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
241 os_memcmp(identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == 0) {
261 os_memcmp(user->identity, identity, user->identity_len) ==
269 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)
eth_p_oui.c 68 if (os_memcmp(buf, global_oui, sizeof(global_oui)) != 0)
gas_query_ap.c 186 if (os_memcmp(q->addr, addr, ETH_ALEN) == 0 &&
224 if (os_memcmp(dst, query->addr, ETH_ALEN) != 0) {
407 os_memcmp(adv_proto, wpabuf_head(query->adv_proto),
617 if (os_memcmp(dst, q->addr, ETH_ALEN) == 0 &&
  /external/wpa_supplicant_8/src/fst/
fst_iface.c 59 if (os_memcmp(addr, a, ETH_ALEN) == 0)
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 101 if (os_memcmp(out, iv_c, sizeof(iv_c)) != 0) {
112 if (os_memcmp(out, plaintext, sizeof(plaintext)) != 0) {
132 if (os_memcmp(out, iv_c_2, sizeof(iv_c_2)) != 0) {
143 if (os_memcmp(out, plaintext_2, sizeof(plaintext_2)) != 0) {
231 os_memcmp(result, tv->tag, 16) != 0) {
244 os_memcmp(result, tv->tag, 16) != 0) {
259 os_memcmp(result, tv->tag, 16) != 0) {
275 os_memcmp(result, result2, 16) != 0) {
319 if (os_memcmp(data, cipher, sizeof(data)) != 0) {
324 if (os_memcmp(tag, cipher + sizeof(data), AES_BLOCK_SIZE) != 0)
    [all...]
  /external/wpa_supplicant_8/src/common/
ctrl_iface_common.c 47 if (os_memcmp(&in6_a->sin6_addr, &in6_b->sin6_addr,
62 os_memcmp(u_a->sun_path, u_b->sun_path,
gas_server.c 213 os_memcmp(adv_proto + 1, handler->adv_proto_id,
293 os_memcmp(sa, response->dst, ETH_ALEN) != 0)
404 os_memcmp(dst, response->dst, ETH_ALEN) != 0)
  /external/wpa_supplicant_8/src/wps/
ndef.c 160 if (os_memcmp(record->type, wifi_handover_type,
186 if (os_memcmp(record->type, p2p_handover_type,
  /external/wpa_supplicant_8/src/utils/
os_none.c 159 int os_memcmp(const void *s1, const void *s2, size_t n) function
os.h 363 * os_memcmp - Compare memory areas
371 int os_memcmp(const void *s1, const void *s2, size_t n);
511 #ifndef os_memcmp
512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) macro
610 * does not behave like os_memcmp(), i.e., os_memcmp_const() cannot be used to
611 * 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 582 if (os_memcmp(m->addr, addr, ETH_ALEN) == 0)
788 if (os_memcmp(msg.device_id, group->p2p->cfg->dev_addr, ETH_ALEN) == 0)
792 if (os_memcmp(msg.device_id, m->dev_addr, ETH_ALEN) == 0)
847 if (os_memcmp(dev_id, m->dev_addr, ETH_ALEN) == 0)
875 if (os_memcmp(interface_addr, m->addr, ETH_ALEN) == 0)
1040 if (os_memcmp(m->dev_addr, dev_addr, ETH_ALEN) == 0)
1053 if (os_memcmp(group_id, group->p2p->cfg->dev_addr, ETH_ALEN) != 0)
1055 return os_memcmp(group_id + ETH_ALEN, group->cfg->ssid,
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 178 os_memcmp(buf, drv->own_addr, ETH_ALEN) == 0)
269 os_memcmp(read1, read2, 6) != 0)
303 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
309 if (os_memcmp(addr_read, addr_be16, 6) == 0 &&
335 if (os_memcmp(addr_read, addr_be16, 6) == 0 &&
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 173 os_memcmp(hash, l2->last_hash, SHA1_MAC_LEN) == 0) {
179 os_memcmp(hash, l2->last_hash_prev, SHA1_MAC_LEN) == 0) {
221 if (os_memcmp(ll.sll_addr, l2->own_addr, ETH_ALEN) == 0) {
230 os_memcmp(hash, l2->last_hash, SHA1_MAC_LEN) == 0) {
235 os_memcmp(hash, l2->last_hash_prev, SHA1_MAC_LEN) == 0) {
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 62 os_memcmp(sm->preauth_bssid, src_addr, ETH_ALEN) != 0) {
327 if (os_memcmp(sm->bssid, candidate->bssid, ETH_ALEN) != 0 &&
388 if (os_memcmp(pos->bssid, bssid, ETH_ALEN) == 0) {
477 os_memcmp(ssid + 2, sm->ssid, sm->ssid_len) != 0)
480 if (os_memcmp(bssid, sm->bssid, ETH_ALEN) == 0)
tdls.c 278 if (os_memcmp(peer->addr, dest, ETH_ALEN) == 0)
421 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
439 if (os_memcmp(own_addr, peer->addr, ETH_ALEN) < 0) {
761 if (os_memcmp(peer->addr, addr, ETH_ALEN) == 0)
848 if (os_memcmp(peer->addr, addr, ETH_ALEN) == 0)
881 if (os_memcmp(peer->addr, addr, ETH_ALEN) == 0)
917 if (os_memcmp(peer->addr, addr, ETH_ALEN) == 0)
944 if (os_memcmp(peer->addr, src_addr, ETH_ALEN) == 0)
1039 if (os_memcmp(peer->addr, addr, ETH_ALEN) == 0) {
    [all...]
pmksa_cache.c 185 if (os_memcmp(entry->aa, pos->aa, ETH_ALEN) == 0) {
294 os_memcmp(pmk, entry->pmk, pmk_len) == 0))) {
352 if ((aa == NULL || os_memcmp(entry->aa, aa, ETH_ALEN) == 0) &&
354 os_memcmp(entry->pmkid, pmkid, PMKID_LEN) == 0) &&
433 os_memcmp(cache_id, entry->fils_cache_id,
  /external/wpa_supplicant_8/src/eap_peer/
eap_gtc.c 64 (len < 10 || os_memcmp(pos, "CHALLENGE=", 10) != 0)) {
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 482 os_memcmp(buf, "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01"
489 os_memcmp(buf, "\x30\x41\x30\x0d\x06\x09\x60\x86\x48\x01"
496 os_memcmp(buf, "\x30\x51\x30\x0d\x06\x09\x60\x86\x48\x01"

Completed in 223 milliseconds

1 2 3 4 5 6