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

  /external/wpa_supplicant/
state_machine.h 43 * SM_ENTRY - State machine function entry point
48 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
52 #define SM_ENTRY(machine, state) \
66 * This macro is like SM_ENTRY, but for state machine groups that use a shared
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h 43 * SM_ENTRY - State machine function entry point
48 * SM_STATE. SM_ENTRY should be in the beginning of the function body, but
52 #define SM_ENTRY(machine, state) \
66 * This macro is like SM_ENTRY, but for state machine groups that use a shared

Completed in 68 milliseconds