HomeSort by relevance Sort by last modified time
    Searched refs:wpabuf_set (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpabuf.h 152 static inline void wpabuf_set(struct wpabuf *buf, const void *data, size_t len) function
  /external/wpa_supplicant_8/src/wps/
http_client.c 303 wpabuf_set(&c->body, httpread_data_get(c->hread),
wps_common.c 445 wpabuf_set(&msg, attr->cred[i], attr->cred_len[i]);
wps_enrollee.c 709 wpabuf_set(&msg, cred, cred_len);
    [all...]
wps_validate.c 1035 wpabuf_set(&buf, cred, len);
    [all...]
wps_er.c 1134 wpabuf_set(&msg, data + 1 + 17, wpabuf_len(event) - (1 + 17));
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 259 wpabuf_set(&msgbuf, req, req_len);
297 wpabuf_set(&msgbuf, req, req_len);
493 wpabuf_set(&msgbuf, hdr, req_len);
    [all...]
eap_server_tls_common.c 393 wpabuf_set(&data->tmpbuf, *pos, end - *pos);
eap_server_tnc.c 526 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_wsc.c 432 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_ikev2.c 432 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_ttls.c 454 wpabuf_set(&msgbuf, req, pos - req);
895 wpabuf_set(&buf, in_data, in_len);
    [all...]
eap_server_fast.c 1022 wpabuf_set(&buf, in_data, in_len);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 408 wpabuf_set(&tmpbuf, pos, end - pos);
eap_tls.c 260 wpabuf_set(&msg, pos, left);
eap_tnc.c 289 wpabuf_set(&tmpbuf, pos, end - pos);
eap_peap.c 946 wpabuf_set(&buf, wpabuf_head_u8(resp) +
1007 wpabuf_set(&msg, pos, left);
    [all...]
eap_wsc.c 525 wpabuf_set(&tmpbuf, pos, end - pos);
eap_fast.c 470 wpabuf_set(&msg, hdr, len);
    [all...]
eap_ttls.c 343 wpabuf_set(&msg, hdr, len);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]

Completed in 1245 milliseconds