OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssubtype
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c
573
unsigned int svendor,
ssubtype
;
local
575
ssubtype
= imv->supported_types[i] & 0xff;
577
(subtype ==
ssubtype
||
ssubtype
== TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_server/
tncs.c
573
unsigned int svendor,
ssubtype
;
local
575
ssubtype
= imv->supported_types[i] & 0xff;
577
(subtype ==
ssubtype
||
ssubtype
== TNC_SUBTYPE_ANY))
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
528
unsigned int svendor,
ssubtype
;
local
530
ssubtype
= imc->supported_types[i] & 0xff;
532
(subtype ==
ssubtype
||
ssubtype
== TNC_SUBTYPE_ANY))
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
528
unsigned int svendor,
ssubtype
;
local
530
ssubtype
= imc->supported_types[i] & 0xff;
532
(subtype ==
ssubtype
||
ssubtype
== TNC_SUBTYPE_ANY))
Completed in 190 milliseconds