OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:session_type
(Results
1 - 3
of
3
) sorted by null
/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/openssh/
session.c
621
char
session_type
[1024];
local
638
snprintf(
session_type
, sizeof(
session_type
),
641
snprintf(
session_type
, sizeof(
session_type
),
644
snprintf(
session_type
, sizeof(
session_type
), "shell");
647
snprintf(
session_type
, sizeof(
session_type
), "command");
657
session_type
,
[
all
...]
/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 364 milliseconds