HomeSort by: relevance | last modified time | path
    Searched defs:ssubtype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
tncs.c 499 unsigned int svendor, ssubtype; local
501 ssubtype = imv->supported_types[i] & 0xff;
503 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /src/external/bsd/wpa/dist/src/eap_peer/
tncc.c 474 unsigned int svendor, ssubtype; local
476 ssubtype = imc->supported_types[i] & 0xff;
478 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 48 milliseconds