Searched refs:eap_teap_put_tlv_hdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.h193 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
H A Deap_teap_common.c20 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) function
32 eap_teap_put_tlv_hdr(buf, type, len);
40 eap_teap_put_tlv_hdr(buf, type, wpabuf_len(data));
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_teap.c533 eap_teap_put_tlv_hdr(req, TEAP_TLV_BASIC_PASSWORD_AUTH_REQ, 0);
757 eap_teap_put_tlv_hdr(buf, PAC_TYPE_CRED_LIFETIME, 4);
775 eap_teap_put_tlv_hdr(buf, PAC_TYPE_PAC_TYPE, 2);
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_teap.c567 eap_teap_put_tlv_hdr(resp, TEAP_TLV_BASIC_PASSWORD_AUTH_RESP, plen);

Completed in 192 milliseconds