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

  /external/wpa_supplicant_8/src/fst/
fst_defs.h 24 #define SESSION_CONTROL(session_type, switch_intent) \
27 #define GET_SESSION_CONTROL_TYPE(session_control) \
28 ((u8) ((session_control) & 0x7))
30 #define GET_SESSION_CONTROL_SWITCH_INTENT(session_control) \
31 (((session_control) & 0x10) >> 4)
38 u8 session_control; member in struct:session_transition_ie
fst_session.c 898 req.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
977 res.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
    [all...]

Completed in 50 milliseconds