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

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

Completed in 369 milliseconds