HomeSort by relevance Sort by last modified time
    Searched refs:os_memcmp (Results 126 - 150 of 246) sorted by null

1 2 3 4 56 7 8 910

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 57 if (pos[2] != 0x04 && os_memcmp(pos, p2p->cfg->country, 2) != 0) {
420 if (os_memcmp(msg.p2p_device_addr, sa, ETH_ALEN) != 0) {
499 os_memcmp(sa, p2p->cfg->p2p_dev_addr, ETH_ALEN) > 0) {
501 os_memcmp(sa, p2p->cfg->dev_addr, ETH_ALEN) > 0) {
  /external/wpa_supplicant/
driver_test.c 665 if (os_memcmp(dest, drv->bssid, ETH_ALEN) == 0 ||
796 if (os_memcmp(dest, drv->bssid, ETH_ALEN) == 0 ||
800 } else if (os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0)
eap_sim.c 516 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN,
519 (os_memcmp(attr->rand, attr->rand + 2 * GSM_RAND_LEN,
521 os_memcmp(attr->rand + GSM_RAND_LEN,
radius.c 620 if (os_memcmp(orig, auth, MD5_MAC_LEN) != 0) {
657 if (os_memcmp(hash, msg->hdr->authenticator, MD5_MAC_LEN) != 0) {
956 os_memcmp(key, "leap:session-key=", 17) == 0) {
radius_client.c 418 os_memcmp(entry->addr, addr, ETH_ALEN) == 0) {
759 os_memcmp(nserv->shared_secret, oserv->shared_secret,
1025 os_memcmp(entry->addr, addr, ETH_ALEN) == 0) {
eap_psk.c 234 if (os_memcmp(mac, hdr3->mac_s, EAP_PSK_MAC_LEN) != 0) {
tlsv1_common.c 533 os_memcmp(hash, out_data + *out_len, hlen) != 0) {
wpa_ctrl.c 347 if (len == 3 && os_memcmp(buf, "OK\n", 3) == 0)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 608 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN,
611 (os_memcmp(attr->rand, attr->rand + 2 * GSM_RAND_LEN,
613 os_memcmp(attr->rand + GSM_RAND_LEN,
ikev2.c 607 os_memcmp(auth, auth_data, auth_len) != 0) {
819 if (os_memcmp(data->i_spi, hdr->i_spi, IKEV2_SPI_LEN) != 0) {
824 if (os_memcmp(data->r_spi, hdr->r_spi, IKEV2_SPI_LEN) != 0) {
    [all...]
eap.c 583 os_memcmp(sm->req_md5, sm->last_md5, 16) != 0) {
    [all...]
eap_psk.c 243 if (os_memcmp(mac, hdr3->mac_s, EAP_PSK_MAC_LEN) != 0) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 86 os_memcmp(entry->imsi, imsi, imsi_len) == 0) {
699 os_memcmp(p->identity, identity, identity_len) == 0)
769 os_memcmp(r->identity, identity, identity_len) == 0)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 625 if (os_memcmp(orig, auth, MD5_MAC_LEN) != 0) {
662 if (os_memcmp(hash, msg->hdr->authenticator, MD5_MAC_LEN) != 0) {
960 os_memcmp(key, "leap:session-key=", 17) == 0) {
  /external/wpa_supplicant_8/src/ap/
sta_info.c 66 while (s != NULL && os_memcmp(s->addr, sta, 6) != 0)
105 if (os_memcmp(s->addr, sta->addr, 6) == 0) {
111 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
wpa_auth.c 640 if (os_memcmp(replay_counter, sm->key_replay[i].counter,
675 os_memcmp(wpa_auth->conf.mobility_domain, mdie->mobility_domain,
683 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
810 os_memcmp(key->replay_counter, sm->req_replay_counter,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 607 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN,
610 (os_memcmp(attr->rand, attr->rand + 2 * GSM_RAND_LEN,
612 os_memcmp(attr->rand + GSM_RAND_LEN,
ikev2.c 608 os_memcmp(auth, auth_data, auth_len) != 0) {
820 if (os_memcmp(data->i_spi, hdr->i_spi, IKEV2_SPI_LEN) != 0) {
825 if (os_memcmp(data->r_spi, hdr->r_spi, IKEV2_SPI_LEN) != 0) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 87 os_memcmp(entry->imsi, imsi, imsi_len) == 0) {
700 os_memcmp(p->identity, identity, identity_len) == 0)
770 os_memcmp(r->identity, identity, identity_len) == 0)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 584 os_memcmp(entry->addr, addr, ETH_ALEN) == 0) {
964 os_memcmp(nserv->shared_secret, oserv->shared_secret,
    [all...]
radius.c 667 if (os_memcmp(orig, auth, MD5_MAC_LEN) != 0) {
704 if (os_memcmp(hash, msg->hdr->authenticator, MD5_MAC_LEN) != 0) {
1002 os_memcmp(key, "leap:session-key=", 17) == 0) {
  /external/wpa_supplicant_8/src/wps/
wps_er.c 71 os_memcmp(sta->addr, addr, ETH_ALEN) == 0) &&
73 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0))
112 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0))
288 if (os_memcmp(uuid, s->uuid, WPS_UUID_LEN) == 0)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c 926 if (addr == NULL || os_memcmp(addr, "\xff\xff\xff\xff\xff\xff",
1154 if (os_memcmp(entry->bssid, bssid, ETH_ALEN) == 0)
1195 if (os_memcmp(entry->bssid, bssid, ETH_ALEN) == 0 &&
1196 os_memcmp(entry->pmkid, pmkid, 16) == 0) {
    [all...]
driver_test.c 864 if (os_memcmp(dest, drv->bssid, ETH_ALEN) == 0 ||
1014 if (os_memcmp(dest, drv->bssid, ETH_ALEN) == 0 ||
1025 } else if (os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 377 if (len == 3 && os_memcmp(buf, "OK\n", 3) == 0)

Completed in 4542 milliseconds

1 2 3 4 56 7 8 910