HomeSort by relevance Sort by last modified time
    Searched refs:wpabuf (Results 51 - 75 of 258) sorted by null

1 23 4 5 6 7 8 91011

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg)
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg)
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg)
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg)
112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg)
123 struct wpabuf *msg)
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg,
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg)
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg)
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg
    [all...]
wps_er.c 28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
31 struct wpabuf *m1));
223 struct wpabuf *req;
428 struct wpabuf *req;
475 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1)
534 struct wpabuf *reply)
614 struct wpabuf *reply;
701 static void http_put_date(struct wpabuf *buf)
711 struct wpabuf *buf;
730 struct wpabuf *buf
    [all...]
wps_enrollee.c 19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
104 static struct wpabuf * wps_build_m1(struct wps_data *wps)
106 struct wpabuf *msg;
166 static struct wpabuf * wps_build_m3(struct wps_data *wps)
168 struct wpabuf *msg;
203 static struct wpabuf * wps_build_m5(struct wps_data *wps)
205 struct wpabuf *msg, *plain
    [all...]
wps_upnp_i.h 151 void format_date(struct wpabuf *buf);
180 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
188 const struct wpabuf *msg);
  /external/wpa_supplicant_8/src/p2p/
p2p.h 386 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT];
391 struct wpabuf *wfd_subelems;
399 struct wpabuf *vendor_elems;
404 struct wpabuf *p2ps_instance;
650 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf,
707 const struct wpabuf *probe_resp_ie);
    [all...]
p2p_build.c 18 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token)
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype,
42 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf)
55 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len)
62 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab)
74 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent)
85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country,
99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country,
113 void p2p_buf_add_pref_channel_list(struct wpabuf *buf,
151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country
    [all...]
p2p_dev_disc.c 17 static struct wpabuf * p2p_build_dev_disc_req(struct p2p_data *p2p,
21 struct wpabuf *buf;
70 struct wpabuf *req;
110 static struct wpabuf * p2p_build_dev_disc_resp(u8 dialog_token, u8 status)
112 struct wpabuf *buf;
140 struct wpabuf *resp;
313 struct wpabuf *ies;
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 12 #include "wpabuf.h"
33 struct wpabuf * (*buildReq)(struct eap_sm *sm, void *priv, u8 id);
36 struct wpabuf *respData);
38 struct wpabuf *respData);
137 struct wpabuf *lastReqData;
195 struct wpabuf *assoc_wps_ie;
196 struct wpabuf *assoc_p2p_ie;
eap_server_tnc.c 23 struct wpabuf *in_buf;
24 struct wpabuf *out_buf;
104 static struct wpabuf * eap_tnc_build_start(struct eap_sm *sm,
107 struct wpabuf *req;
126 static struct wpabuf * eap_tnc_build(struct eap_sm *sm,
129 struct wpabuf *req;
174 static struct wpabuf * eap_tnc_build_recommendation(struct eap_sm *sm,
200 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code)
202 struct wpabuf *msg;
218 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, u8 id
    [all...]
eap_server_tls.c 58 struct wpabuf *buf;
147 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm,
150 struct wpabuf *req;
168 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id)
171 struct wpabuf *res;
212 struct wpabuf *respData)
239 const struct wpabuf *respData)
253 struct wpabuf *respData)
256 const struct wpabuf *buf;
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 58 struct wpabuf * wpas_ap_wps_nfc_config_token(struct wpa_supplicant *wpa_s,
61 struct wpabuf * wpas_ap_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s,
64 static inline struct wpabuf *
73 const struct wpabuf *req,
74 const struct wpabuf *sel);
76 const struct wpabuf *pw, const u8 *pubkey_hash);
nfc_pw_token.c 18 static void print_bin(const char *title, const struct wpabuf *buf)
41 struct wpabuf *buf = NULL, *ndef = NULL;
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code)
53 struct wpabuf *msg;
69 int initiator, const struct wpabuf *msg,
eap_fast_common.c 19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len)
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data,
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type,
37 const struct wpabuf *data)
44 struct wpabuf * eap_fast_tlv_eap_payload(struct wpabuf *buf)
46 struct wpabuf *e;
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv,
31 const struct wpabuf *reqData)
33 struct wpabuf *resp;
eap_proxy_dummy.c 39 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm)
tncc.h 34 struct wpabuf * tncc_process_soh_request(int ver, const u8 *data, size_t len);
eap.h 18 struct wpabuf;
184 struct wpabuf * (*get_eapReqData)(void *ctx);
238 const char *cert_hash, const struct wpabuf *cert);
318 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
339 struct wpabuf * eap_get_eapRespData(struct eap_sm *sm);
eap_i.h 12 #include "wpabuf.h"
116 struct wpabuf * (*process)(struct eap_sm *sm, void *priv,
118 const struct wpabuf *reqData);
305 struct wpabuf *lastRespData;
321 struct wpabuf *eapRespData; /* peer to lower layer */
364 struct wpabuf *ext_pw_buf;
eap_gtc.c 44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv,
46 const struct wpabuf *reqData)
49 struct wpabuf *resp;
eap_proxy.h 32 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm);
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 437 struct wpabuf * tls_connection_handshake(void *tls_ctx,
439 const struct wpabuf *in_data,
440 struct wpabuf **appl_data)
447 struct wpabuf * tls_connection_handshake2(void *tls_ctx,
449 const struct wpabuf *in_data,
450 struct wpabuf **appl_data,
456 struct wpabuf *out;
491 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
493 const struct wpabuf *in_data,
494 struct wpabuf **appl_data
    [all...]
  /external/wpa_supplicant_8/src/utils/
ext_password_test.c 44 static struct wpabuf * ext_password_test_get(void *ctx, const char *name)
59 struct wpabuf *buf;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h 82 const struct wpabuf *cert);
124 const struct wpabuf *cert)
  /external/wpa_supplicant_8/src/fst/
fst.h 75 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
84 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data);
92 const struct wpabuf * (*get_mb_ie)(void *ctx, const u8 *addr);

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011