Searched defs:next_type (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c971 u8 next_type = EAP_TYPE_NONE; local
997 next_type = eap_fast_req_failure(sm, data);
998 eap_fast_phase2_init(sm, data, next_type);
1006 next_type = sm->user->methods[
1009 next_type);
1011 next_type = eap_fast_req_failure(sm, data);
1013 eap_fast_phase2_init(sm, data, next_type);
1033 next_type = eap_fast_req_failure(sm, data);
1034 eap_fast_phase2_init(sm, data, next_type);
1045 next_type
1472 u8 next_type; local
[all...]
H A Deap_server_peap.c739 u32 next_type; local
852 next_type = sm->user->methods[0].method;
855 sm->user->methods[0].vendor, next_type);
856 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
866 u32 next_type = EAP_TYPE_NONE; local
904 next_type = sm->user->methods[
908 next_vendor, next_type);
912 next_type = EAP_TYPE_NONE;
914 eap_peap_phase2_init(sm, data, next_vendor, next_type);
940 next_type
[all...]
H A Deap_server_ttls.c818 u8 next_type = EAP_TYPE_NONE; local
843 next_type = sm->user->methods[
846 next_type);
847 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
850 next_type);
898 next_type = sm->user->methods[0].method;
900 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
901 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
903 "EAP type %d", next_type);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c971 u8 next_type = EAP_TYPE_NONE; local
997 next_type = eap_fast_req_failure(sm, data);
998 eap_fast_phase2_init(sm, data, next_type);
1006 next_type = sm->user->methods[
1009 next_type);
1011 next_type = eap_fast_req_failure(sm, data);
1013 eap_fast_phase2_init(sm, data, next_type);
1033 next_type = eap_fast_req_failure(sm, data);
1034 eap_fast_phase2_init(sm, data, next_type);
1045 next_type
1472 u8 next_type; local
[all...]
H A Deap_server_peap.c739 u32 next_type; local
852 next_type = sm->user->methods[0].method;
855 sm->user->methods[0].vendor, next_type);
856 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
866 u32 next_type = EAP_TYPE_NONE; local
904 next_type = sm->user->methods[
908 next_vendor, next_type);
912 next_type = EAP_TYPE_NONE;
914 eap_peap_phase2_init(sm, data, next_vendor, next_type);
940 next_type
[all...]
H A Deap_server_ttls.c818 u8 next_type = EAP_TYPE_NONE; local
843 next_type = sm->user->methods[
846 next_type);
847 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
850 next_type);
898 next_type = sm->user->methods[0].method;
900 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
901 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
903 "EAP type %d", next_type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c971 u8 next_type = EAP_TYPE_NONE; local
997 next_type = eap_fast_req_failure(sm, data);
998 eap_fast_phase2_init(sm, data, next_type);
1006 next_type = sm->user->methods[
1009 next_type);
1011 next_type = eap_fast_req_failure(sm, data);
1013 eap_fast_phase2_init(sm, data, next_type);
1033 next_type = eap_fast_req_failure(sm, data);
1034 eap_fast_phase2_init(sm, data, next_type);
1045 next_type
1472 u8 next_type; local
[all...]
H A Deap_server_peap.c739 u32 next_type; local
852 next_type = sm->user->methods[0].method;
855 sm->user->methods[0].vendor, next_type);
856 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
866 u32 next_type = EAP_TYPE_NONE; local
904 next_type = sm->user->methods[
908 next_vendor, next_type);
912 next_type = EAP_TYPE_NONE;
914 eap_peap_phase2_init(sm, data, next_vendor, next_type);
940 next_type
[all...]
H A Deap_server_ttls.c818 u8 next_type = EAP_TYPE_NONE; local
843 next_type = sm->user->methods[
846 next_type);
847 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
850 next_type);
898 next_type = sm->user->methods[0].method;
900 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
901 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
903 "EAP type %d", next_type);
/external/libpng/contrib/tools/
H A Dpngfix.c2779 png_uint_32 next_type)
2780 /* Called when the chunk data has been read, next_length and next_type
2860 file->type = next_type;
2921 assert(next_type == png_IDAT);
2940 file->type = next_type;
3028 png_uint_32 next_type = get32(buffer, nused+4); local
3030 if (chunk_type_valid(next_type))
3033 process_chunk(file, file_crc, next_length, next_type);
3125 png_uint_32 next_type; local
3127 nread += read_4(file, &next_type);
2778 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, png_uint_32 next_type) argument
[all...]
/external/v8/src/
H A Dobjects.h2803 type = next_type(type)) {
2862 inline static Type next_type(Type type) { function in class:v8::internal::ConstantPoolArray

Completed in 3246 milliseconds