Home
last modified time | relevance | path

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

/hostap-3.6.0/src/eap_server/
Dtncs.c499 unsigned int svendor, ssubtype; in tncs_supported_type() local
500 svendor = imv->supported_types[i] >> 8; in tncs_supported_type()
502 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncs_supported_type()
/hostap-3.6.0/src/eap_peer/
Dtncc.c474 unsigned int svendor, ssubtype; in tncc_supported_type() local
475 svendor = imc->supported_types[i] >> 8; in tncc_supported_type()
477 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncc_supported_type()