Searched refs:user_name_len (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_ttls.c | 162 size_t user_name_len; member 257 parse->user_name_len = dlen; in eap_ttls_avp_parse() 1054 nbuf = os_malloc(parse.user_name_len * 4 + 1); in eap_ttls_process_phase2() 1056 printf_encode(nbuf, parse.user_name_len * 4 + 1, in eap_ttls_process_phase2() 1058 parse.user_name_len); in eap_ttls_process_phase2() 1064 sm->identity = os_memdup(parse.user_name, parse.user_name_len); in eap_ttls_process_phase2() 1069 sm->identity_len = parse.user_name_len; in eap_ttls_process_phase2() 1070 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1) in eap_ttls_process_phase2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_ttls.c | 162 size_t user_name_len; member 257 parse->user_name_len = dlen; in eap_ttls_avp_parse() 1046 nbuf = os_malloc(parse.user_name_len * 4 + 1); in eap_ttls_process_phase2() 1048 printf_encode(nbuf, parse.user_name_len * 4 + 1, in eap_ttls_process_phase2() 1050 parse.user_name_len); in eap_ttls_process_phase2() 1056 sm->identity = os_memdup(parse.user_name, parse.user_name_len); in eap_ttls_process_phase2() 1061 sm->identity_len = parse.user_name_len; in eap_ttls_process_phase2() 1062 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1) in eap_ttls_process_phase2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_das.h | 32 size_t user_name_len; member
|
D | radius_das.c | 126 attrs.user_name_len = len; in radius_das_disconnect() 291 attrs.user_name_len = len; in radius_das_coa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_das.h | 32 size_t user_name_len; member
|
D | radius_das.c | 126 attrs.user_name_len = len; in radius_das_disconnect() 291 attrs.user_name_len = len; in radius_das_coa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | pmksa_cache_auth.c | 584 attr->user_name_len != entry->identity_len || in das_attr_match() 586 attr->user_name_len) != 0) in das_attr_match()
|
D | hostapd.c | 900 identity_len != attr->user_name_len || in hostapd_das_find_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | pmksa_cache_auth.c | 590 attr->user_name_len != entry->identity_len || in das_attr_match() 592 attr->user_name_len) != 0) in das_attr_match()
|
D | hostapd.c | 928 identity_len != attr->user_name_len || in hostapd_das_find_sta()
|