HomeSort by: relevance | last modified time | path
    Searched refs:wpabuf_set (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
wpabuf.h 185 static inline void wpabuf_set(struct wpabuf *buf, const void *data, size_t len) function
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_tnc.c 289 wpabuf_set(&tmpbuf, pos, end - pos);
eap_ikev2.c 408 wpabuf_set(&tmpbuf, pos, end - pos);
eap_tls.c 290 wpabuf_set(&msg, pos, left);
eap_wsc.c 538 wpabuf_set(&tmpbuf, pos, end - pos);
eap_peap.c 1002 wpabuf_set(&buf, wpabuf_head_u8(resp) +
1063 wpabuf_set(&msg, pos, left);
eap_fast.c 491 wpabuf_set(&msg, hdr, len);
1565 wpabuf_set(&msg, pos, left);
eap_teap.c 470 wpabuf_set(&msg, hdr, len);
1875 wpabuf_set(&msg, pos, left);
eap_ttls.c 382 wpabuf_set(&msg, hdr, len);
1704 wpabuf_set(&msg, pos, left);
  /src/external/bsd/wpa/dist/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 713 wpabuf_set(&msg, cred, cred_len);
wps_validate.c 1035 wpabuf_set(&buf, cred, len);
wps_er.c 1134 wpabuf_set(&msg, data + 1 + 17, wpabuf_len(event) - (1 + 17));
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_peap.c 263 wpabuf_set(&msgbuf, req, req_len);
301 wpabuf_set(&msgbuf, req, req_len);
515 wpabuf_set(&msgbuf, hdr, req_len);
eap_server_tls_common.c 502 wpabuf_set(&data->tmpbuf, *pos, end - *pos);
eap_server_tnc.c 526 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_wsc.c 434 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_ikev2.c 432 wpabuf_set(&tmpbuf, pos, end - pos);
eap_server_ttls.c 455 wpabuf_set(&msgbuf, req, pos - req);
900 wpabuf_set(&buf, in_data, in_len);
eap_server_fast.c 1019 wpabuf_set(&buf, in_data, in_len);
eap_server_teap.c 1127 wpabuf_set(&buf, in_data, in_len);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c 2720 wpabuf_set(&msg, pos, wsc_len);
2861 wpabuf_set(&msg, pos, wsc_len);
  /src/external/bsd/wpa/dist/src/ap/
wps_hostapd.c 2171 wpabuf_set(&msg, pos, wsc_len);

Completed in 94 milliseconds