Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; typedef
126 ControlledDirection adminControlledDirections;
127 ControlledDirection operControlledDirections;
H A Deapol_auth_dump.c37 static inline const char * ctrl_dir_txt(ControlledDirection dir) in ctrl_dir_txt()