Home
last modified time | relevance | path

Searched refs:user_name_len (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c162 size_t user_name_len; member
257 parse->user_name_len = dlen; in eap_ttls_avp_parse()
1055 nbuf = os_malloc(parse.user_name_len * 4 + 1); in eap_ttls_process_phase2()
1057 printf_encode(nbuf, parse.user_name_len * 4 + 1, in eap_ttls_process_phase2()
1059 parse.user_name_len); in eap_ttls_process_phase2()
1065 sm->identity = os_memdup(parse.user_name, parse.user_name_len); in eap_ttls_process_phase2()
1070 sm->identity_len = parse.user_name_len; in eap_ttls_process_phase2()
1071 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1) in eap_ttls_process_phase2()
/freebsd/contrib/wpa/src/radius/
H A Dradius_das.h32 size_t user_name_len; member
H A Dradius_das.c126 attrs.user_name_len = len; in radius_das_disconnect()
296 attrs.user_name_len = len; in radius_das_coa()
/freebsd/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c606 attr->user_name_len != entry->identity_len || in das_attr_match()
608 attr->user_name_len) != 0) in das_attr_match()
H A Dhostapd.c1109 identity_len != attr->user_name_len || in hostapd_das_find_sta()