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

1 2 34 5

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 18 #include "wpabuf.h"
103 const struct wpabuf *buf)
124 const struct wpabuf *buf)
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 66 struct wpabuf *pubkey, *dh_shared;
151 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
154 struct wpabuf *decrypted;
wps_attr_process.c 23 const struct wpabuf *msg)
59 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
wps_upnp.c 214 void format_date(struct wpabuf *buf)
463 int send_wpabuf(int fd, struct wpabuf *buf)
480 static void wpabuf_put_property(struct wpabuf *buf, const char *name,
503 struct wpabuf *buf; /* holds event message */
641 static struct wpabuf * build_fake_wsc_ack(void)
643 struct wpabuf *msg = wpabuf_alloc(100);
678 struct wpabuf *buf;
696 struct wpabuf *msg;
822 const struct wpabuf *msg)
    [all...]
wps_upnp_ssdp.c 133 static struct wpabuf *
136 struct wpabuf *msg;
239 struct wpabuf *msg;
275 struct wpabuf *msg;
409 struct wpabuf *msg;
wps_upnp_event.c 56 struct wpabuf *data; /* event data to send */
287 struct wpabuf *buf;
508 int event_add(struct subscription *s, const struct wpabuf *data)
wps_attr_parse.c 402 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr)
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.h 81 struct wpabuf *probe_req_ie; /* Store the latest probe_req_ie for WSC */
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.h 81 struct wpabuf *probe_req_ie; /* Store the latest probe_req_ie for WSC */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 44 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
46 const struct wpabuf *req);
47 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
48 static struct wpabuf * eap_sm_buildNotify(int id);
49 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
83 static struct wpabuf * eapol_get_eapReqData(struct eap_sm *sm)
202 const struct wpabuf *eapReqData;
318 struct wpabuf *eapReqData;
412 const struct wpabuf *eapReqData;
428 const struct wpabuf *eapReqData
    [all...]
eap_tls_common.c 432 struct wpabuf **out_data)
492 struct wpabuf **out_data)
587 struct wpabuf **out_data)
663 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
666 struct wpabuf *resp;
748 const struct wpabuf *reqData,
855 const struct wpabuf *in_data,
856 struct wpabuf **in_decrypted)
913 const struct wpabuf *in_data,
914 struct wpabuf **out_data
    [all...]
tncc.c 1222 static struct wpabuf * tncc_build_soh(int ver)
1224 struct wpabuf *buf;
1335 struct wpabuf * tncc_process_soh_request(int ver, const u8 *data, size_t len)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
scan_helpers.c 62 struct wpabuf * wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res,
65 struct wpabuf *buf;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 40 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
41 static int eap_sm_getId(const struct wpabuf *data);
42 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
43 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
52 static int eap_copy_buf(struct wpabuf **dst, const struct wpabuf *src)
850 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp)
907 static int eap_sm_getId(const struct wpabuf *data)
920 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id)
922 struct wpabuf *msg
    [all...]
tncs.c 1237 struct wpabuf * tncs_build_soh_request(void)
1239 struct wpabuf *buf;
1263 struct wpabuf * tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len,
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 744 struct wpabuf *wps_ie;
812 struct wpabuf *wps_ie = NULL;
849 struct wpabuf *wps_ie;
864 struct wpabuf *ie;
902 struct wpabuf *ie;
scan.c 87 struct wpabuf *wps_ie = NULL;
Android.mk 66 OBJS += src/utils/wpabuf.c
1066 OBJS_priv += src/utils/wpabuf.c
Makefile 47 OBJS += ../src/utils/wpabuf.o
1043 OBJS_priv += ../src/utils/wpabuf.o
wpa_supplicant_i.h 364 struct wpabuf *pending_eapol_rx;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c 23 #include "wpabuf.h"
170 int eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req,
365 int eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req,
978 struct wpabuf *buf;
1014 struct wpabuf * eap_sim_msg_finish(struct eap_sim_msg *msg, const u8 *k_aut,
1018 struct wpabuf *buf;
eap_sake_common.c 19 #include "wpabuf.h"
384 void eap_sake_add_attr(struct wpabuf *buf, u8 type, const u8 *data,
ikev2_common.c 436 int ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg,
587 void ikev2_update_hdr(struct wpabuf *msg)
598 int initiator, struct wpabuf *msg,
599 struct wpabuf *plain, u8 next_payload)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
dh_groups.c 554 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv)
556 struct wpabuf *pv;
605 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
606 const struct wpabuf *own_private,
609 struct wpabuf *shared;
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 25 #include "wpabuf.h"
133 struct wpabuf *eapReqData; /* for EAP */
820 struct wpabuf *resp;
    [all...]

Completed in 827 milliseconds

1 2 34 5