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.c978 u8 next_type = EAP_TYPE_NONE; local
1004 next_type = eap_fast_req_failure(sm, data);
1005 eap_fast_phase2_init(sm, data, next_type);
1013 next_type = sm->user->methods[
1016 next_type);
1018 next_type = eap_fast_req_failure(sm, data);
1020 eap_fast_phase2_init(sm, data, next_type);
1040 next_type = eap_fast_req_failure(sm, data);
1041 eap_fast_phase2_init(sm, data, next_type);
1052 next_type
1479 u8 next_type; local
[all...]
H A Deap_server_peap.c783 u32 next_type; local
896 next_type = sm->user->methods[0].method;
899 sm->user->methods[0].vendor, next_type);
900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
910 u32 next_type = EAP_TYPE_NONE; local
948 next_type = sm->user->methods[
952 next_vendor, next_type);
956 next_type = EAP_TYPE_NONE;
958 eap_peap_phase2_init(sm, data, next_vendor, next_type);
984 next_type
[all...]
H A Deap_server_ttls.c851 u8 next_type = EAP_TYPE_NONE; local
876 next_type = sm->user->methods[
879 next_type);
880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
883 next_type);
931 next_type = sm->user->methods[0].method;
933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
936 "EAP type %d", next_type);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c978 u8 next_type = EAP_TYPE_NONE; local
1004 next_type = eap_fast_req_failure(sm, data);
1005 eap_fast_phase2_init(sm, data, next_type);
1013 next_type = sm->user->methods[
1016 next_type);
1018 next_type = eap_fast_req_failure(sm, data);
1020 eap_fast_phase2_init(sm, data, next_type);
1040 next_type = eap_fast_req_failure(sm, data);
1041 eap_fast_phase2_init(sm, data, next_type);
1052 next_type
1479 u8 next_type; local
[all...]
H A Deap_server_peap.c783 u32 next_type; local
896 next_type = sm->user->methods[0].method;
899 sm->user->methods[0].vendor, next_type);
900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
910 u32 next_type = EAP_TYPE_NONE; local
948 next_type = sm->user->methods[
952 next_vendor, next_type);
956 next_type = EAP_TYPE_NONE;
958 eap_peap_phase2_init(sm, data, next_vendor, next_type);
984 next_type
[all...]
H A Deap_server_ttls.c851 u8 next_type = EAP_TYPE_NONE; local
876 next_type = sm->user->methods[
879 next_type);
880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
883 next_type);
931 next_type = sm->user->methods[0].method;
933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
936 "EAP type %d", next_type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c978 u8 next_type = EAP_TYPE_NONE; local
1004 next_type = eap_fast_req_failure(sm, data);
1005 eap_fast_phase2_init(sm, data, next_type);
1013 next_type = sm->user->methods[
1016 next_type);
1018 next_type = eap_fast_req_failure(sm, data);
1020 eap_fast_phase2_init(sm, data, next_type);
1040 next_type = eap_fast_req_failure(sm, data);
1041 eap_fast_phase2_init(sm, data, next_type);
1052 next_type
1479 u8 next_type; local
[all...]
H A Deap_server_peap.c783 u32 next_type; local
896 next_type = sm->user->methods[0].method;
899 sm->user->methods[0].vendor, next_type);
900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
910 u32 next_type = EAP_TYPE_NONE; local
948 next_type = sm->user->methods[
952 next_vendor, next_type);
956 next_type = EAP_TYPE_NONE;
958 eap_peap_phase2_init(sm, data, next_vendor, next_type);
984 next_type
[all...]
H A Deap_server_ttls.c851 u8 next_type = EAP_TYPE_NONE; local
876 next_type = sm->user->methods[
879 next_type);
880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
883 next_type);
931 next_type = sm->user->methods[0].method;
933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
936 "EAP type %d", next_type);
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp183 Type *next_type(Type *Ty, Value *Idx) { function in namespace:__anon12156
374 PtrTy = next_type(PtrTy, Op);
1115 Type *NextTy = next_type(N->PTy, N->Idx);
/external/libpng/contrib/tools/
H A Dpngfix.c2786 png_uint_32 next_type)
2787 /* Called when the chunk data has been read, next_length and next_type
2867 file->type = next_type;
2928 assert(next_type == png_IDAT);
2947 file->type = next_type;
3035 png_uint_32 next_type = get32(buffer, nused+4); local
3037 if (chunk_type_valid(next_type))
3040 process_chunk(file, file_crc, next_length, next_type);
3132 png_uint_32 next_type; local
3134 nread += read_4(file, &next_type);
2785 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, png_uint_32 next_type) argument
[all...]

Completed in 206 milliseconds