HomeSort by relevance Sort by last modified time
    Searched refs:ssubtype (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 475 unsigned int svendor, ssubtype; local
477 ssubtype = imc->supported_types[i] & 0xff;
479 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 501 unsigned int svendor, ssubtype; local
503 ssubtype = imv->supported_types[i] & 0xff;
505 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 738 milliseconds