Lines Matching refs:id_len
92 u8 id_len; in eap_ttls_valid_session() local
95 id_len = sm->identity_len; in eap_ttls_valid_session()
97 id_len = 255; in eap_ttls_valid_session()
98 wpabuf_put_u8(buf, id_len); in eap_ttls_valid_session()
99 wpabuf_put_data(buf, sm->identity, id_len); in eap_ttls_valid_session()
1205 u8 id_len; in eap_ttls_process() local
1236 id_len = *pos++; in eap_ttls_process()
1238 pos, id_len); in eap_ttls_process()
1240 sm->identity = os_malloc(id_len ? id_len : 1); in eap_ttls_process()
1247 os_memcpy(sm->identity, pos, id_len); in eap_ttls_process()
1248 sm->identity_len = id_len; in eap_ttls_process()