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

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dtncc.c528 unsigned int svendor, ssubtype; local
530 ssubtype = imc->supported_types[i] & 0xff;
532 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dtncs.c573 unsigned int svendor, ssubtype; local
575 ssubtype = imv->supported_types[i] & 0xff;
577 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c522 unsigned int svendor, ssubtype; local
524 ssubtype = imc->supported_types[i] & 0xff;
526 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c567 unsigned int svendor, ssubtype; local
569 ssubtype = imv->supported_types[i] & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c522 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/
H A Dtncs.c567 unsigned int svendor, ssubtype; local
569 ssubtype = imv->supported_types[i] & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c522 unsigned int svendor, ssubtype; local
524 ssubtype = imc->supported_types[i] & 0xff;
526 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c567 unsigned int svendor, ssubtype; local
569 ssubtype = imv->supported_types[i] & 0xff;
571 (subtype == ssubtype || ssubtype == TNC_SUBTYPE_ANY))

Completed in 2140 milliseconds