Searched refs:ssubtype (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; local
476 ssubtype = imc->supported_types[i] & 0xff;
478 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; local
501 ssubtype = imv->supported_types[i] & 0xff;
503 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 56 milliseconds