Searched refs:eap_teap_put_tlv_hdr (Results 1 – 4 of 4) sorted by relevance
/hostap-3.7.0/src/eap_common/ |
D | eap_teap_common.c | 23 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_teap_put_tlv_hdr() function 35 eap_teap_put_tlv_hdr(buf, type, len); in eap_teap_put_tlv() 43 eap_teap_put_tlv_hdr(buf, type, wpabuf_len(data)); in eap_teap_put_tlv_buf()
|
D | eap_teap_common.h | 201 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
|
/hostap-3.7.0/src/eap_server/ |
D | eap_server_teap.c | 588 eap_teap_put_tlv_hdr(req, TEAP_TLV_BASIC_PASSWORD_AUTH_REQ, 0); in eap_teap_build_phase2_req() 819 eap_teap_put_tlv_hdr(buf, PAC_TYPE_CRED_LIFETIME, 4); in eap_teap_build_pac() 837 eap_teap_put_tlv_hdr(buf, PAC_TYPE_PAC_TYPE, 2); in eap_teap_build_pac()
|
/hostap-3.7.0/src/eap_peer/ |
D | eap_teap.c | 618 eap_teap_put_tlv_hdr(resp, TEAP_TLV_BASIC_PASSWORD_AUTH_RESP, plen); in eap_teap_process_basic_auth_req()
|