Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-eap.c123 #define EAP_TTLS_VERSION(x) ((x)&0x07) macro
243 EAP_TTLS_VERSION(GET_U_1((cp + 5)))); in eap_print()
263 EAP_TTLS_VERSION(GET_U_1((cp + 5)))); in eap_print()
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap_server_ttls.c21 #define EAP_TTLS_VERSION 0 macro
346 data->ttls_version = EAP_TTLS_VERSION; in eap_ttls_init()
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_ttls.c23 #define EAP_TTLS_VERSION 0 macro
102 data->ttls_version = EAP_TTLS_VERSION; in eap_ttls_init()