HomeSort by relevance Sort by last modified time
    Searched full:wpabuf (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/eap_common/
eap_wsc_common.h 31 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
  /external/wpa_supplicant_8/src/eap_peer/
tncc.h 40 struct wpabuf * tncc_process_soh_request(int ver, const u8 *data, size_t len);
eap_gpsk.c 45 static struct wpabuf * eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data,
49 static struct wpabuf * eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data,
257 static struct wpabuf * eap_gpsk_process_gpsk_1(struct eap_sm *sm,
260 const struct wpabuf *reqData,
266 struct wpabuf *resp;
297 static struct wpabuf * eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data,
302 struct wpabuf *resp;
550 static struct wpabuf * eap_gpsk_process_gpsk_3(struct eap_sm *sm,
553 const struct wpabuf *reqData,
557 struct wpabuf *resp
    [all...]
eap_ikev2.c 26 struct wpabuf *in_buf;
27 struct wpabuf *out_buf;
137 static struct wpabuf * eap_ikev2_build_msg(struct eap_ikev2_data *data,
140 struct wpabuf *resp;
254 const struct wpabuf *reqData,
294 static struct wpabuf * eap_ikev2_process_fragment(struct eap_ikev2_data *data,
328 static struct wpabuf * eap_ikev2_process(struct eap_sm *sm, void *priv,
330 const struct wpabuf *reqData)
337 struct wpabuf tmpbuf;
410 /* Wrap unfragmented messages as wpabuf without extra copy *
    [all...]
eap_leap.c 65 static struct wpabuf * eap_leap_process_request(struct eap_sm *sm, void *priv,
67 const struct wpabuf *reqData)
70 struct wpabuf *resp;
139 static struct wpabuf * eap_leap_process_success(struct eap_sm *sm, void *priv,
141 const struct wpabuf *reqData)
144 struct wpabuf *resp;
189 static struct wpabuf * eap_leap_process_response(struct eap_sm *sm, void *priv,
191 const struct wpabuf *reqData)
276 static struct wpabuf * eap_leap_process(struct eap_sm *sm, void *priv,
278 const struct wpabuf *reqData
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_identity.c 58 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv,
62 struct wpabuf *req;
89 struct wpabuf *respData)
106 struct wpabuf *respData)
eap_server_md5.c 51 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id)
54 struct wpabuf *req;
83 struct wpabuf *respData)
105 struct wpabuf *respData)
eap_server_vendor_test.c 77 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv,
81 struct wpabuf *req;
98 struct wpabuf *respData)
114 struct wpabuf *respData)
eap_server_tls_common.c 112 struct wpabuf * eap_server_tls_build_msg(struct eap_ssl_data *data,
115 struct wpabuf *req;
173 struct wpabuf * eap_server_tls_build_ack(u8 id, int eap_type, int version)
175 struct wpabuf *req;
322 /* Wrap unfragmented messages as wpabuf without extra copy */
339 struct wpabuf * eap_server_tls_encrypt(struct eap_sm *sm,
341 const struct wpabuf *plain)
343 struct wpabuf *buf;
357 struct wpabuf *respData, void *priv, int eap_type,
361 const struct wpabuf *respData)
    [all...]
  /external/wpa_supplicant_8/src/utils/
Makefile 23 wpabuf.o
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 27 struct wpabuf *in_buf;
28 struct wpabuf *out_buf;
151 static struct wpabuf * eap_wsc_build_start(struct eap_sm *sm,
154 struct wpabuf *req;
172 static struct wpabuf * eap_wsc_build_msg(struct eap_wsc_data *data, u8 id)
174 struct wpabuf *req;
228 static struct wpabuf * eap_wsc_buildReq(struct eap_sm *sm, void *priv, u8 id)
260 struct wpabuf *respData)
335 struct wpabuf *respData)
343 struct wpabuf tmpbuf
    [all...]
eap_i.h 18 #include "wpabuf.h"
39 struct wpabuf * (*buildReq)(struct eap_sm *sm, void *priv, u8 id);
42 struct wpabuf *respData);
44 struct wpabuf *respData);
129 struct wpabuf *lastReqData;
185 struct wpabuf *assoc_wps_ie;
eap_peap.c 51 struct wpabuf *pending_phase2_resp;
61 struct wpabuf *soh_response;
107 static struct wpabuf * eap_peapv2_tlv_eap_payload(struct wpabuf *buf)
109 struct wpabuf *e;
212 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm,
215 struct wpabuf *req;
234 static struct wpabuf * eap_peap_build_phase2_req(struct eap_sm *sm,
238 struct wpabuf *buf, *encr_req;
271 static struct wpabuf * eap_peap_build_phase2_soh(struct eap_sm *sm
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 123 const struct wpabuf *assoc_wps_ie;
157 const struct wpabuf *msg);
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
161 int wps_is_selected_pbc_registrar(const struct wpabuf *msg);
162 int wps_is_selected_pin_registrar(const struct wpabuf *msg);
163 const u8 * wps_get_uuid_e(const struct wpabuf *msg);
165 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
166 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
360 struct wpabuf *msg;
523 const struct wpabuf *wps_data)
    [all...]
wps_registrar.c 101 struct wpabuf *extra_cred;
215 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg)
252 struct wpabuf *msg)
265 struct wpabuf *msg)
278 struct wpabuf *msg)
294 struct wpabuf *msg)
314 struct wpabuf *msg)
327 struct wpabuf *msg)
337 static int wps_build_resp_type(struct wps_registrar *reg, struct wpabuf *msg)
683 const struct wpabuf *wps_data
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 34 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
37 struct wpabuf *m1));
228 struct wpabuf *req;
433 struct wpabuf *req;
480 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1)
506 struct wpabuf *reply)
571 struct wpabuf *reply;
658 static void http_put_date(struct wpabuf *buf)
668 struct wpabuf *buf;
687 struct wpabuf *buf
    [all...]
wps.c 164 const struct wpabuf *msg)
182 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
196 int wps_is_selected_pbc_registrar(const struct wpabuf *msg)
257 int wps_is_selected_pin_registrar(const struct wpabuf *msg)
275 int wps_is_addr_authorized(const struct wpabuf *msg, const u8 *addr,
316 int wps_ap_priority_compar(const struct wpabuf *wps_a,
317 const struct wpabuf *wps_b)
347 const u8 * wps_get_uuid_e(const struct wpabuf *msg)
364 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type)
366 struct wpabuf *ie
    [all...]
wps_common.c 68 struct wpabuf *pubkey, *dh_shared;
156 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
159 struct wpabuf *decrypted;
318 static struct wpabuf * wps_get_oob_cred(struct wps_context *wps)
321 struct wpabuf *plain;
345 static struct wpabuf * wps_get_oob_dev_pwd(struct wps_context *wps)
347 struct wpabuf *data;
380 struct wpabuf *data)
422 static int wps_parse_oob_cred(struct wps_context *wps, struct wpabuf *data)
424 struct wpabuf msg
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 85 int flags, const struct wpabuf *assoc_wps_ie,
86 const struct wpabuf *assoc_p2p_ie, void *sta_ctx);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 65 void wpas_p2p_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ies);
82 const struct wpabuf *tlvs);
88 const struct wpabuf *resp_tlvs);
92 struct wpabuf *query, struct wpabuf *resp);
94 const struct wpabuf *query);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gpsk.c 44 static struct wpabuf * eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data,
48 static struct wpabuf * eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data,
256 static struct wpabuf * eap_gpsk_process_gpsk_1(struct eap_sm *sm,
259 const struct wpabuf *reqData,
265 struct wpabuf *resp;
296 static struct wpabuf * eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data,
301 struct wpabuf *resp;
549 static struct wpabuf * eap_gpsk_process_gpsk_3(struct eap_sm *sm,
552 const struct wpabuf *reqData,
556 struct wpabuf *resp
    [all...]
eap_ikev2.c 26 struct wpabuf *in_buf;
27 struct wpabuf *out_buf;
137 static struct wpabuf * eap_ikev2_build_msg(struct eap_ikev2_data *data,
140 struct wpabuf *resp;
254 const struct wpabuf *reqData,
294 static struct wpabuf * eap_ikev2_process_fragment(struct eap_ikev2_data *data,
328 static struct wpabuf * eap_ikev2_process(struct eap_sm *sm, void *priv,
330 const struct wpabuf *reqData)
337 struct wpabuf tmpbuf;
410 /* Wrap unfragmented messages as wpabuf without extra copy *
    [all...]
eap_leap.c 64 static struct wpabuf * eap_leap_process_request(struct eap_sm *sm, void *priv,
66 const struct wpabuf *reqData)
69 struct wpabuf *resp;
138 static struct wpabuf * eap_leap_process_success(struct eap_sm *sm, void *priv,
140 const struct wpabuf *reqData)
143 struct wpabuf *resp;
188 static struct wpabuf * eap_leap_process_response(struct eap_sm *sm, void *priv,
190 const struct wpabuf *reqData)
269 static struct wpabuf * eap_leap_process(struct eap_sm *sm, void *priv,
271 const struct wpabuf *reqData
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_nss.c 459 struct wpabuf * tls_connection_handshake(void *tls_ctx,
461 const struct wpabuf *in_data,
462 struct wpabuf **appl_data)
464 struct wpabuf *out_data;
506 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
508 const struct wpabuf *in_data,
509 struct wpabuf **appl_data)
515 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
517 const struct wpabuf *in_data)
520 struct wpabuf *buf
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 25 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len)
34 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data,
42 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type,
43 const struct wpabuf *data)
50 struct wpabuf * eap_fast_tlv_eap_payload(struct wpabuf *buf)
52 struct wpabuf *e;

Completed in 3062 milliseconds

1 2 34 5 6 7 8 91011>>