HomeSort by relevance Sort by last modified time
    Searched defs:SM_ENTER (Results 1 - 2 of 2) sorted by null

  /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 30 * 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) \
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 279 milliseconds