Searched defs:identifier (Results 1 - 25 of 267) sorted by last modified time

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c60 be16 identifier; member in struct:iapp_hdr
171 u16 identifier; /* next IAPP identifier */ member in struct:iapp_data
191 hdr->identifier = host_to_be16(iapp->identifier++);
228 msg.xid_info[0] = 0x81; /* XID format identifier */
345 be_to_host16(hdr->identifier), hlen);
H A Dieee802_1x.c689 eap->code, eap->identifier, be_to_host16(eap->length),
715 wpa_printf(MSG_DEBUG, "EAP: code=%d identifier=%d length=%d",
716 eap->code, eap->identifier, eap_len);
1177 hdr->code, hdr->identifier, be_to_host16(hdr->length),
1482 u8 identifier; member in struct:sta_id_search
1495 sm->radius_identifier == id_search->identifier) {
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1507 id_search.identifier = identifier;
1536 sm = ieee802_1x_search_radius_identifier(hapd, hdr->identifier);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.c118 * @identifier: Identifier
129 u8 code, u8 identifier)
143 hdr->identifier = identifier;
190 return eap->identifier;
128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_defs.h20 u8 identifier; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */
H A Deap_pax_common.c21 * @identifier: Public identifier for the key (Y)
31 const char *identifier,
42 if (identifier == NULL || num_blocks >= 255)
49 addr[0] = (const u8 *) identifier;
50 len[0] = os_strlen(identifier);
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c431 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1135 u8 identifier, struct wpabuf **out_data)
1143 data->fast_version, identifier,
1187 req->identifier, out_data);
1192 req->identifier, out_data);
1198 req->identifier, out_data);
1280 return eap_fast_encrypt_response(sm, data, resp, req->identifier,
1312 req->identifier, NULL, out_data);
1539 id = req->identifier;
1132 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
H A Deap_gpsk.c41 u8 identifier,
45 u8 identifier);
316 u8 identifier,
333 EAP_CODE_RESPONSE, identifier);
631 u8 identifier)
642 EAP_CODE_RESPONSE, identifier);
315 eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data, u8 identifier, const u8 *csuite_list, size_t csuite_list_len) argument
630 eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data, u8 identifier) argument
H A Deap_tls_common.c20 u8 code, u8 identifier)
25 code, identifier);
29 code, identifier);
31 identifier);
569 * @id: EAP identifier for the response
649 * @id: EAP identifier for the response
746 * @id: EAP identifier for the response
985 * @id: EAP identifier for the response
1118 EAP_CODE_RESPONSE, hdr->identifier);
19 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_ttls.c398 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
971 hdr->identifier = 0;
981 struct wpabuf *resp, u8 identifier,
990 data->ttls_version, identifier,
1038 "identifier=%d length=%lu",
1039 hdr->code, hdr->identifier, (unsigned long) len);
1154 u8 identifier,
1209 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1227 u8 identifier,
1262 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
979 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1151 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1224 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1277 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1307 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1379 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *in_data, size_t in_len, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tls_common.c22 u8 code, u8 identifier)
27 code, identifier);
31 code, identifier);
33 identifier);
21 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
75 msg->hdr->identifier = identifier;
96 * @identifier: Identifier for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) argument
117 radius_msg_set_hdr(msg, code, identifier);
340 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.h48 u8 identifier, class, constructed; member in struct:asn1_hdr
/external/wpa_supplicant_8/src/ap/
H A Diapp.c60 be16 identifier; member in struct:iapp_hdr
171 u16 identifier; /* next IAPP identifier */ member in struct:iapp_data
191 hdr->identifier = host_to_be16(iapp->identifier++);
228 msg.xid_info[0] = 0x81; /* XID format identifier */
345 be_to_host16(hdr->identifier), hlen);
H A Dieee802_1x.c689 eap->code, eap->identifier, be_to_host16(eap->length),
715 wpa_printf(MSG_DEBUG, "EAP: code=%d identifier=%d length=%d",
716 eap->code, eap->identifier, eap_len);
1177 hdr->code, hdr->identifier, be_to_host16(hdr->length),
1482 u8 identifier; member in struct:sta_id_search
1495 sm->radius_identifier == id_search->identifier) {
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1507 id_search.identifier = identifier;
1536 sm = ieee802_1x_search_radius_identifier(hapd, hdr->identifier);
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c118 * @identifier: Identifier
129 u8 code, u8 identifier)
143 hdr->identifier = identifier;
190 return eap->identifier;
128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_defs.h20 u8 identifier; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */
H A Deap_pax_common.c21 * @identifier: Public identifier for the key (Y)
31 const char *identifier,
42 if (identifier == NULL || num_blocks >= 255)
49 addr[0] = (const u8 *) identifier;
50 len[0] = os_strlen(identifier);
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c431 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1135 u8 identifier, struct wpabuf **out_data)
1143 data->fast_version, identifier,
1187 req->identifier, out_data);
1192 req->identifier, out_data);
1198 req->identifier, out_data);
1280 return eap_fast_encrypt_response(sm, data, resp, req->identifier,
1312 req->identifier, NULL, out_data);
1539 id = req->identifier;
1132 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
H A Deap_gpsk.c41 u8 identifier,
45 u8 identifier);
316 u8 identifier,
333 EAP_CODE_RESPONSE, identifier);
631 u8 identifier)
642 EAP_CODE_RESPONSE, identifier);
315 eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data, u8 identifier, const u8 *csuite_list, size_t csuite_list_len) argument
630 eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data, u8 identifier) argument
H A Deap_tls_common.c20 u8 code, u8 identifier)
25 code, identifier);
29 code, identifier);
31 identifier);
569 * @id: EAP identifier for the response
649 * @id: EAP identifier for the response
746 * @id: EAP identifier for the response
985 * @id: EAP identifier for the response
1118 EAP_CODE_RESPONSE, hdr->identifier);
19 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
H A Deap_ttls.c398 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
971 hdr->identifier = 0;
981 struct wpabuf *resp, u8 identifier,
990 data->ttls_version, identifier,
1038 "identifier=%d length=%lu",
1039 hdr->code, hdr->identifier, (unsigned long) len);
1154 u8 identifier,
1209 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1227 u8 identifier,
1262 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
979 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1151 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1224 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1277 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1307 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1379 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *in_data, size_t in_len, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tls_common.c22 u8 code, u8 identifier)
27 code, identifier);
31 code, identifier);
33 identifier);
21 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
/external/wpa_supplicant_8/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
75 msg->hdr->identifier = identifier;
96 * @identifier: Identifier for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) argument
117 radius_msg_set_hdr(msg, code, identifier);
340 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);

Completed in 7090 milliseconds

1234567891011