Searched defs:efdir (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant/
H A Dpcsc_funcs.c329 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
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c329 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
[all...]

Completed in 13 milliseconds