OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SM_ENTER
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
state_machine.h
36
* entered by calling
SM_ENTER
or SM_ENTER_GLOBAL.
99
*
SM_ENTER
- Enter a new state machine state
104
* with SM_STATE macro.
SM_ENTER
is used in a state machine step function to
107
#define
SM_ENTER
(machine, state) \
115
* This macro is like
SM_ENTER
, but this is used when entering a new state
130
*
SM_ENTER
and SM_ENTER_GLOBAL macros to enter new state.
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h
36
* entered by calling
SM_ENTER
or SM_ENTER_GLOBAL.
99
*
SM_ENTER
- Enter a new state machine state
104
* with SM_STATE macro.
SM_ENTER
is used in a state machine step function to
107
#define
SM_ENTER
(machine, state) \
115
* This macro is like
SM_ENTER
, but this is used when entering a new state
130
*
SM_ENTER
and SM_ENTER_GLOBAL macros to enter new state.
/external/wpa_supplicant_8/src/utils/
state_machine.h
36
* entered by calling
SM_ENTER
or SM_ENTER_GLOBAL.
99
*
SM_ENTER
- Enter a new state machine state
104
* with SM_STATE macro.
SM_ENTER
is used in a state machine step function to
107
#define
SM_ENTER
(machine, state) \
115
* This macro is like
SM_ENTER
, but this is used when entering a new state
130
*
SM_ENTER
and SM_ENTER_GLOBAL macros to enter new state.
Completed in 407 milliseconds