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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c405 struct efdir { struct
412 } *efdir; local
417 efdir = (struct efdir *) buf;
447 if (efdir->appl_template_tag != 0x61) {
450 efdir->appl_template_tag);
454 if (efdir->appl_template_len > rlen - 2) {
457 efdir->appl_template_len, rlen);
461 if (efdir->appl_id_tag != 0x4f) {
463 "identifier tag 0x%x", efdir
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c405 struct efdir { struct
412 } *efdir; local
417 efdir = (struct efdir *) buf;
447 if (efdir->appl_template_tag != 0x61) {
450 efdir->appl_template_tag);
454 if (efdir->appl_template_len > rlen - 2) {
457 efdir->appl_template_len, rlen);
461 if (efdir->appl_id_tag != 0x4f) {
463 "identifier tag 0x%x", efdir
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c405 struct efdir { struct
412 } *efdir; local
417 efdir = (struct efdir *) buf;
447 if (efdir->appl_template_tag != 0x61) {
450 efdir->appl_template_tag);
454 if (efdir->appl_template_len > rlen - 2) {
457 efdir->appl_template_len, rlen);
461 if (efdir->appl_id_tag != 0x4f) {
463 "identifier tag 0x%x", efdir
[all...]

Completed in 98 milliseconds