Searched defs:SM_ENTER (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dstate_machine.h30 * entered by calling SM_ENTER or SM_ENTER_GLOBAL.
93 * SM_ENTER - Enter a new state machine state
98 * with SM_STATE macro. SM_ENTER is used in a state machine step function to
101 #define SM_ENTER(machine, state) \ macro
109 * This macro is like SM_ENTER, but this is used when entering a new state
124 * SM_ENTER and SM_ENTER_GLOBAL macros to enter new state.
/external/wpa_supplicant_8/src/utils/
H A Dstate_machine.h30 * entered by calling SM_ENTER or SM_ENTER_GLOBAL.
93 * SM_ENTER - Enter a new state machine state
98 * with SM_STATE macro. SM_ENTER is used in a state machine step function to
101 #define SM_ENTER(machine, state) \ macro
109 * This macro is like SM_ENTER, but this is used when entering a new state
124 * SM_ENTER and SM_ENTER_GLOBAL macros to enter new state.
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dstate_machine.h30 * entered by calling SM_ENTER or SM_ENTER_GLOBAL.
93 * SM_ENTER - Enter a new state machine state
98 * with SM_STATE macro. SM_ENTER is used in a state machine step function to
101 #define SM_ENTER(machine, state) \ macro
109 * This macro is like SM_ENTER, but this is used when entering a new state
124 * SM_ENTER and SM_ENTER_GLOBAL macros to enter new state.

Completed in 75 milliseconds