HomeSort by relevance Sort by last modified time
    Searched defs:session_type (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
session_manager_test.cc 102 TPM_SE session_type = TPM_SE_TRIAL; local
112 session_type, _, _, _, _, _))
115 session_type, handle, "", false, delegate_));
151 TPM_SE session_type = TPM_SE_TRIAL; local
161 session_type, _, _, _, _, _))
164 session_type, handle, "", false, delegate_));
  /external/wpa_supplicant_8/src/fst/
fst_defs.h 16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \
25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_qmi_oc.c 146 static unsigned int session_type; variable
381 session_type = UIM_SESSION_TYPE_PRIMARY_GW_V01;
390 session_type = UIM_SESSION_TYPE_SECONDARY_GW_V01;
497 wpa_printf (MSG_ERROR, "eap_proxy: read_card_imsi: session_type = %d\n", session_type);
498 qmi_read_trans_req.session_information.session_type = session_type;
500 qmi_read_trans_req.session_information.session_type =
    [all...]

Completed in 66 milliseconds