OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:session_control
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_defs.h
24
#define
SESSION_CONTROL
(session_type, switch_intent) \
27
#define GET_SESSION_CONTROL_TYPE(
session_control
) \
28
((u8) ((
session_control
) & 0x7))
30
#define GET_SESSION_CONTROL_SWITCH_INTENT(
session_control
) \
31
(((
session_control
) & 0x10) >> 4)
38
u8
session_control
;
member in struct:session_transition_ie
fst_session.c
919
req.stie.
session_control
=
SESSION_CONTROL
(SESSION_TYPE_BSS, 0);
998
res.stie.
session_control
=
SESSION_CONTROL
(SESSION_TYPE_BSS, 0);
[
all
...]
Completed in 185 milliseconds