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 522 unsigned int svendor, ssubtype; local
524 ssubtype = imc->supported_types[i] & 0xff;
526 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 567 unsigned int svendor, ssubtype; local
569 ssubtype = imv->supported_types[i] & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 169 milliseconds