Home
last modified time | relevance | path

Searched refs:switch_intent (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/fst/
H A Dfst_defs.h24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))