OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efdir
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c
329
struct
efdir
{
struct
336
} *
efdir
;
local
340
efdir
= (struct
efdir
*) buf;
369
if (
efdir
->appl_template_tag != 0x61) {
372
efdir
->appl_template_tag);
376
if (
efdir
->appl_template_len > rlen - 2) {
379
efdir
->appl_template_len, rlen);
383
if (
efdir
->appl_id_tag != 0x4f) {
385
"identifier tag 0x%x",
efdir
->appl_id_tag)
[
all
...]
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
323
struct
efdir
{
struct
330
} *
efdir
;
local
334
efdir
= (struct
efdir
*) buf;
363
if (
efdir
->appl_template_tag != 0x61) {
366
efdir
->appl_template_tag);
370
if (
efdir
->appl_template_len > rlen - 2) {
373
efdir
->appl_template_len, rlen);
377
if (
efdir
->appl_id_tag != 0x4f) {
379
"identifier tag 0x%x",
efdir
->appl_id_tag)
[
all
...]
Completed in 19 milliseconds