Home
last modified time | relevance | path

Searched refs:wpabuf_put_be32 (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_common.c151 wpabuf_put_be32(buf, type); in eap_msg_alloc()
Deap.c467 wpabuf_put_be32(resp, EAP_TYPE_NAK); in eap_sm_build_nak()
492 wpabuf_put_be32(resp, m->method); in eap_sm_build_nak()
501 wpabuf_put_be32(resp, EAP_TYPE_NONE); in eap_sm_build_nak()
Deap_tls_common.c554 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out)); in eap_tls_process_output()
Deap_peap.c229 wpabuf_put_be32(msg, 0); /* Vendor-Id */ in eap_tlv_build_nak()
/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpabuf.h138 static inline void wpabuf_put_be32(struct wpabuf *buf, u32 data) in wpabuf_put_be32() function
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.c506 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie()
540 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_resp_ie()
Dwps_dev_attr.c200 wpabuf_put_be32(msg, 0x80000000 | dev->os_version); in wps_build_os_version()
Dwps_attr_build.c490 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_ie_encapsulate()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dasn1.c534 wpabuf_put_be32(buf, len); in asn1_put_len()