Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/eap_peer/
Deap_tnc.c35 #define EAP_TNC_FLAGS_MORE_FRAGMENTS 0x40 macro
105 flags |= EAP_TNC_FLAGS_MORE_FRAGMENTS; in eap_tnc_build_msg()
282 if (flags & EAP_TNC_FLAGS_MORE_FRAGMENTS) { in eap_tnc_process()
/freebsd-9-stable/contrib/wpa/src/eap_server/
Deap_server_tnc.c41 #define EAP_TNC_FLAGS_MORE_FRAGMENTS 0x40 macro
236 flags |= EAP_TNC_FLAGS_MORE_FRAGMENTS; in eap_tnc_build_msg()
517 if (flags & EAP_TNC_FLAGS_MORE_FRAGMENTS) { in eap_tnc_process()