Searched refs:plugin_data (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dpeap_plugin.c205 EAPClientPluginData plugin_data; member in struct:eap_client
306 &context->eap.plugin_data);
308 bzero(&context->eap.plugin_data, sizeof(context->eap.plugin_data));
354 bzero(&context->eap.plugin_data, sizeof(context->eap.plugin_data));
355 S_set_uint32(&context->eap.plugin_data.mtu, plugin->mtu);
356 context->eap.plugin_data.username = plugin->username;
357 S_set_uint32(&context->eap.plugin_data.username_length,
359 context->eap.plugin_data
[all...]
H A Deapfast_plugin.c547 EAPClientPluginData plugin_data; member in struct:eap_client
1292 &context->eap.plugin_data);
1294 my_CFRelease((CFDictionaryRef *)&context->eap.plugin_data.properties);
1295 bzero(&context->eap.plugin_data, sizeof(context->eap.plugin_data));
1350 my_CFRelease((CFDictionaryRef *)&context->eap.plugin_data.properties);
1351 *((CFDictionaryRef *)&context->eap.plugin_data.properties) = dict;
1354 *((CFDictionaryRef *)&context->eap.plugin_data.properties)
1379 bzero(&context->eap.plugin_data, sizeof(context->eap.plugin_data));
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c112 EAPClientPluginData plugin_data; member in struct:eap_client
324 my_CFRelease((CFDictionaryRef *)&supp->eap.plugin_data.properties);
345 *((CFDictionaryRef *)&supp->eap.plugin_data.properties)
378 *((CFDictionaryRef *)&supp->eap.plugin_data.properties) = dict;
389 *((CFDictionaryRef *)&supp->eap.plugin_data.properties)
399 EAPClientModulePluginFree(supp->eap.module, &supp->eap.plugin_data);
402 bzero(&supp->eap.plugin_data, sizeof(supp->eap.plugin_data));
445 bzero(&supp->eap.plugin_data, sizeof(supp->eap.plugin_data));
[all...]

Completed in 76 milliseconds