HomeSort by relevance Sort by last modified time
    Searched full:next_type (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 738 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 = EAP_TYPE_NONE
    [all...]
eap_server_fast.c 969 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...]
eap_server_ttls.c 800 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
stream.h 76 enum isl_token_type next_type; member in struct:isl_stream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
stream.h 76 enum isl_token_type next_type; member in struct:isl_stream
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 117 VAEncPictureType next_type; member in struct:mpeg2enc_context
920 ctx->next_type = VAEncPictureTypeIntra;
    [all...]
mpeg2vaenc.c 117 VAEncPictureType next_type; member in struct:mpeg2enc_context
920 ctx->next_type = VAEncPictureTypeIntra;
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3028 png_uint_32 next_type = get32(buffer, nused+4); local
3125 png_uint_32 next_type; local
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.h 2862 inline static Type next_type(Type type) { function in class:v8::internal::ConstantPoolArray
    [all...]

Completed in 2562 milliseconds