Searched refs:eap_teap_put_tlv_hdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A 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()
|
H A D | eap_teap_common.h | 201 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_teap.c | 592 eap_teap_put_tlv_hdr(req, TEAP_TLV_BASIC_PASSWORD_AUTH_REQ, 0); in eap_teap_build_phase2_req() 825 eap_teap_put_tlv_hdr(buf, PAC_TYPE_CRED_LIFETIME, 4); in eap_teap_build_pac() 843 eap_teap_put_tlv_hdr(buf, PAC_TYPE_PAC_TYPE, 2); in eap_teap_build_pac()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap.c | 625 eap_teap_put_tlv_hdr(resp, TEAP_TLV_BASIC_PASSWORD_AUTH_RESP, plen); in eap_teap_process_basic_auth_req()
|