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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dstate_machine.h37 * SM_ENTRY - State machine function entry point
42 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
46 #define SM_ENTRY(machine, state) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared
/external/wpa_supplicant_8/src/utils/
H A Dstate_machine.h37 * SM_ENTRY - State machine function entry point
42 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
46 #define SM_ENTRY(machine, state) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dstate_machine.h37 * SM_ENTRY - State machine function entry point
42 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
46 #define SM_ENTRY(machine, state) \ macro
60 * This macro is like SM_ENTRY, but for state machine groups that use a shared

Completed in 173 milliseconds