Searched defs:ssubtype (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c475 unsigned int svendor, ssubtype; local
477 ssubtype = imc->supported_types[i] & 0xff;
479 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c501 unsigned int svendor, ssubtype; local
503 ssubtype = imv->supported_types[i] & 0xff;
505 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c475 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/
H A Dtncs.c501 unsigned int svendor, ssubtype; local
503 ssubtype = imv->supported_types[i] & 0xff;
505 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c475 unsigned int svendor, ssubtype; local
477 ssubtype = imc->supported_types[i] & 0xff;
479 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c501 unsigned int svendor, ssubtype; local
503 ssubtype = imv->supported_types[i] & 0xff;
505 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 1395 milliseconds