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.c969 u8 next_type = EAP_TYPE_NONE; local
995 next_type = eap_fast_req_failure(sm, data);
996 eap_fast_phase2_init(sm, data, next_type);
1004 next_type = sm->user->methods[
1007 next_type);
1009 next_type = eap_fast_req_failure(sm, data);
1011 eap_fast_phase2_init(sm, data, next_type);
1020 next_type = eap_fast_req_failure(sm, data);
1031 next_type = eap_fast_req_failure(sm, data);
1032 eap_fast_phase2_init(sm, data, next_type);
1470 u8 next_type; local
[all...]
H A Deap_server_peap.c738 u8 next_type; local
851 next_type = sm->user->methods[0].method;
853 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP type %d", next_type);
854 eap_peap_phase2_init(sm, data, next_type);
863 u8 next_type = EAP_TYPE_NONE; local
897 next_type = sm->user->methods[
900 next_type);
903 next_type = EAP_TYPE_NONE;
905 eap_peap_phase2_init(sm, data, next_type);
930 next_type
[all...]
H A Deap_server_ttls.c800 u8 next_type = EAP_TYPE_NONE; local
825 next_type = sm->user->methods[
828 next_type);
829 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
832 next_type);
880 next_type = sm->user->methods[0].method;
882 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
883 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
885 "EAP type %d", next_type);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c969 u8 next_type = EAP_TYPE_NONE; local
995 next_type = eap_fast_req_failure(sm, data);
996 eap_fast_phase2_init(sm, data, next_type);
1004 next_type = sm->user->methods[
1007 next_type);
1009 next_type = eap_fast_req_failure(sm, data);
1011 eap_fast_phase2_init(sm, data, next_type);
1020 next_type = eap_fast_req_failure(sm, data);
1031 next_type = eap_fast_req_failure(sm, data);
1032 eap_fast_phase2_init(sm, data, next_type);
1470 u8 next_type; local
[all...]
H A Deap_server_peap.c738 u8 next_type; local
851 next_type = sm->user->methods[0].method;
853 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP type %d", next_type);
854 eap_peap_phase2_init(sm, data, next_type);
863 u8 next_type = EAP_TYPE_NONE; local
897 next_type = sm->user->methods[
900 next_type);
903 next_type = EAP_TYPE_NONE;
905 eap_peap_phase2_init(sm, data, next_type);
930 next_type
[all...]
H A Deap_server_ttls.c800 u8 next_type = EAP_TYPE_NONE; local
825 next_type = sm->user->methods[
828 next_type);
829 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
832 next_type);
880 next_type = sm->user->methods[0].method;
882 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
883 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
885 "EAP type %d", next_type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c969 u8 next_type = EAP_TYPE_NONE; local
995 next_type = eap_fast_req_failure(sm, data);
996 eap_fast_phase2_init(sm, data, next_type);
1004 next_type = sm->user->methods[
1007 next_type);
1009 next_type = eap_fast_req_failure(sm, data);
1011 eap_fast_phase2_init(sm, data, next_type);
1020 next_type = eap_fast_req_failure(sm, data);
1031 next_type = eap_fast_req_failure(sm, data);
1032 eap_fast_phase2_init(sm, data, next_type);
1470 u8 next_type; local
[all...]
H A Deap_server_peap.c738 u8 next_type; local
851 next_type = sm->user->methods[0].method;
853 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP type %d", next_type);
854 eap_peap_phase2_init(sm, data, next_type);
863 u8 next_type = EAP_TYPE_NONE; local
897 next_type = sm->user->methods[
900 next_type);
903 next_type = EAP_TYPE_NONE;
905 eap_peap_phase2_init(sm, data, next_type);
930 next_type
[all...]
H A Deap_server_ttls.c800 u8 next_type = EAP_TYPE_NONE; local
825 next_type = sm->user->methods[
828 next_type);
829 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
832 next_type);
880 next_type = sm->user->methods[0].method;
882 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
883 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
885 "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/chromium_org/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 205 milliseconds