OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_session_id
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_session.c
78
static u32
global_session_id
= 0;
variable
91
global_session_id
++;
92
if (
global_session_id
== FST_INVALID_SESSION_ID)
93
global_session_id
++;
151
if (s->id ==
global_session_id
) {
158
id =
global_session_id
;
[
all
...]
Completed in 63 milliseconds