OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TNC_MessageTypeList
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
55
typedef TNC_MessageType *
TNC_MessageTypeList
;
116
TNC_MessageTypeList
supported_types;
162
TNC_MessageTypeList
supportedTypes,
183
os_malloc(typeCount * sizeof(
TNC_MessageTypeList
));
187
typeCount * sizeof(
TNC_MessageTypeList
));
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c
50
typedef TNC_MessageType *
TNC_MessageTypeList
;
115
TNC_MessageTypeList
supported_types;
217
TNC_MessageTypeList
supportedTypes,
237
os_malloc(typeCount * sizeof(
TNC_MessageTypeList
));
241
typeCount * sizeof(
TNC_MessageTypeList
));
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
49
typedef TNC_MessageType *
TNC_MessageTypeList
;
110
TNC_MessageTypeList
supported_types;
156
TNC_MessageTypeList
supportedTypes,
/external/wpa_supplicant_8/src/eap_server/
tncs.c
44
typedef TNC_MessageType *
TNC_MessageTypeList
;
109
TNC_MessageTypeList
supported_types;
211
TNC_MessageTypeList
supportedTypes,
Completed in 23 milliseconds