Home
last modified time | relevance | path

Searched defs:next_type (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Deap_server_peap.c739 u32 next_type; in eap_peap_process_phase2_soh() local
866 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
Deap_server_fast.c971 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1472 u8 next_type; in eap_fast_process_phase2_start() local
Deap_server_ttls.c818 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
/external/libpng/contrib/tools/
Dpngfix.c2779 png_uint_32 next_type) in process_chunk()
3028 png_uint_32 next_type = get32(buffer, nused+4); in sync_stream() local
3125 png_uint_32 next_type; in read_chunk() local
/external/v8/src/
Dobjects.h2862 inline static Type next_type(Type type) { in next_type() function