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

  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 522 unsigned int svendor, ssubtype; local
523 svendor = imc->supported_types[i] >> 8;
525 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 567 unsigned int svendor, ssubtype; local
568 svendor = imv->supported_types[i] >> 8;
570 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&

Completed in 41 milliseconds