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
392
struct
efdir
{
struct
399
} *
efdir
;
local
403
efdir
= (struct
efdir
*) buf;
432
if (
efdir
->appl_template_tag != 0x61) {
435
efdir
->appl_template_tag);
439
if (
efdir
->appl_template_len > rlen - 2) {
442
efdir
->appl_template_len, rlen);
446
if (
efdir
->appl_id_tag != 0x4f) {
448
"identifier tag 0x%x",
efdir
->appl_id_tag)
[
all
...]
Completed in 20 milliseconds