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

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; local
476 ssubtype = imc->supported_types[i] & 0xff;
478 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; local
501 ssubtype = imv->supported_types[i] & 0xff;
503 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; local
476 ssubtype = imc->supported_types[i] & 0xff;
478 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; local
501 ssubtype = imv->supported_types[i] & 0xff;
503 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; local
476 ssubtype = imc->supported_types[i] & 0xff;
478 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; local
501 ssubtype = imv->supported_types[i] & 0xff;
503 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 135 milliseconds