Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/eapol_auth/
Deapol_auth_sm_i.h26 typedef enum { Both = 0, In = 1 } ControlledDirection; typedef
132 ControlledDirection adminControlledDirections;
133 ControlledDirection operControlledDirections;
Deapol_auth_dump.c43 static inline const char * ctrl_dir_txt(ControlledDirection dir) in ctrl_dir_txt()