/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 38 const struct wpabuf *msg, size_t *plen) 107 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, 110 struct wpabuf *buf; 146 void eap_update_len(struct wpabuf *msg) 157 * eap_get_id - Get EAP Identifier from wpabuf 161 u8 eap_get_id(const struct wpabuf *msg) 174 * eap_get_id - Get EAP Type from wpabuf 178 EapType eap_get_type(const struct wpabuf *msg)
|
/external/wpa_supplicant_8/src/eap_server/ |
tncs.h | 45 struct wpabuf * tncs_build_soh_request(void); 46 struct wpabuf * tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len,
|
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; 186 struct wpabuf *assoc_wps_ie; 187 struct wpabuf *assoc_p2p_ie;
|
eap_server_tls.c | 88 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, 91 struct wpabuf *req; 110 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) 113 struct wpabuf *res; 153 struct wpabuf *respData) 169 const struct wpabuf *respData) 183 struct wpabuf *respData)
|
eap_server_tnc.c | 30 struct wpabuf *in_buf; 31 struct wpabuf *out_buf; 111 static struct wpabuf * eap_tnc_build_start(struct eap_sm *sm, 114 struct wpabuf *req; 133 static struct wpabuf * eap_tnc_build(struct eap_sm *sm, 136 struct wpabuf *req; 181 static struct wpabuf * eap_tnc_build_recommendation(struct eap_sm *sm, 207 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 209 struct wpabuf *msg; 225 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, u8 id [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
scan.h | 33 struct wpabuf * wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, 35 struct wpabuf * wpa_scan_get_vendor_ie_multi_beacon(
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_sake.c | 120 static struct wpabuf * eap_sake_build_msg(struct eap_sake_data *data, 124 struct wpabuf *msg; 146 static struct wpabuf * eap_sake_process_identity(struct eap_sm *sm, 149 const struct wpabuf *reqData, 154 struct wpabuf *resp; 190 static struct wpabuf * eap_sake_process_challenge(struct eap_sm *sm, 193 const struct wpabuf *reqData, 198 struct wpabuf *resp; 290 static struct wpabuf * eap_sake_process_confirm(struct eap_sm *sm, 293 const struct wpabuf *reqData [all...] |
eap_md5.c | 35 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, 37 const struct wpabuf *reqData) 39 struct wpabuf *resp;
|
eap_otp.c | 34 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, 36 const struct wpabuf *reqData) 38 struct wpabuf *resp;
|
eap_tnc.c | 26 struct wpabuf *in_buf; 27 struct wpabuf *out_buf; 72 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 74 struct wpabuf *msg; 89 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, 92 struct wpabuf *resp; 168 static struct wpabuf * eap_tnc_process_fragment(struct eap_tnc_data *data, 202 static struct wpabuf * eap_tnc_process(struct eap_sm *sm, void *priv, 204 const struct wpabuf *reqData) 207 struct wpabuf *resp [all...] |
tncc.h | 40 struct wpabuf * tncc_process_soh_request(int ver, const u8 *data, size_t len);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sake.c | 121 static struct wpabuf * eap_sake_build_msg(struct eap_sake_data *data, 125 struct wpabuf *msg; 147 static struct wpabuf * eap_sake_process_identity(struct eap_sm *sm, 150 const struct wpabuf *reqData, 155 struct wpabuf *resp; 191 static struct wpabuf * eap_sake_process_challenge(struct eap_sm *sm, 194 const struct wpabuf *reqData, 199 struct wpabuf *resp; 291 static struct wpabuf * eap_sake_process_confirm(struct eap_sm *sm, 294 const struct wpabuf *reqData [all...] |
eap_md5.c | 35 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, 37 const struct wpabuf *reqData) 39 struct wpabuf *resp;
|
eap_otp.c | 34 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, 36 const struct wpabuf *reqData) 38 struct wpabuf *resp;
|
eap_tnc.c | 26 struct wpabuf *in_buf; 27 struct wpabuf *out_buf; 72 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 74 struct wpabuf *msg; 90 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, 93 struct wpabuf *resp; 169 static struct wpabuf * eap_tnc_process_fragment(struct eap_tnc_data *data, 203 static struct wpabuf * eap_tnc_process(struct eap_sm *sm, void *priv, 205 const struct wpabuf *reqData) 208 struct wpabuf *resp [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_enrollee.c | 23 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) 33 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) 49 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) 97 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) 107 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) 118 static struct wpabuf * wps_build_m1(struct wps_data *wps) 120 struct wpabuf *msg; 163 static struct wpabuf * wps_build_m3(struct wps_data *wps) 165 struct wpabuf *msg; 193 static struct wpabuf * wps_build_m5(struct wps_data *wps [all...] |
wps.c | 135 const struct wpabuf *msg) 153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) 167 int wps_is_selected_pbc_registrar(const struct wpabuf *msg) 193 int wps_is_selected_pin_registrar(const struct wpabuf *msg) 227 const u8 * wps_get_uuid_e(const struct wpabuf *msg) 244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) 246 struct wpabuf *ie; 281 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev, 285 struct wpabuf *ie;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tls.c | 88 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, 91 struct wpabuf *req; 110 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) 113 struct wpabuf *res; 153 struct wpabuf *respData) 169 const struct wpabuf *respData) 183 struct wpabuf *respData)
|
eap_tnc.c | 28 struct wpabuf *in_buf; 29 struct wpabuf *out_buf; 74 static struct wpabuf * eap_tnc_build_start(struct eap_sm *sm, 77 struct wpabuf *req; 96 static struct wpabuf * eap_tnc_build(struct eap_sm *sm, 99 struct wpabuf *req; 144 static struct wpabuf * eap_tnc_build_recommendation(struct eap_sm *sm, 170 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 172 struct wpabuf *msg; 187 static struct wpabuf * eap_tnc_build_msg(struct eap_tnc_data *data, u8 id [all...] |
eap_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_md5.c | 50 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) 53 struct wpabuf *req; 82 struct wpabuf *respData) 104 struct wpabuf *respData)
|
eap_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)
|
/external/wpa_supplicant_8/src/wps/ |
wps_enrollee.c | 25 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) 35 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) 51 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) 99 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) 109 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) 120 static struct wpabuf * wps_build_m1(struct wps_data *wps) 122 struct wpabuf *msg; 182 static struct wpabuf * wps_build_m3(struct wps_data *wps) 184 struct wpabuf *msg; 213 static struct wpabuf * wps_build_m5(struct wps_data *wps [all...] |
wps_dev_attr.c | 22 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) 46 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) 70 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) 95 struct wpabuf *msg) 119 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) 130 struct wpabuf *msg) 145 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, 165 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) 189 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) 202 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_wsc_common.h | 31 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
|