Searched refs:eap_fast_put_tlv_hdr (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_fast_common.c | 19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() function 31 eap_fast_put_tlv_hdr(buf, type, len); in eap_fast_put_tlv() 39 eap_fast_put_tlv_hdr(buf, type, wpabuf_len(data)); in eap_fast_put_tlv_buf()
|
D | eap_fast_common.h | 92 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 786 eap_fast_put_tlv_hdr(buf, PAC_TYPE_CRED_LIFETIME, 4); in eap_fast_build_pac() 804 eap_fast_put_tlv_hdr(buf, PAC_TYPE_PAC_TYPE, 2); in eap_fast_build_pac()
|