Home
last modified time | relevance | path

Searched refs:wpabuf_head_u8 (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpabuf.h88 static inline const u8 * wpabuf_head_u8(const struct wpabuf *buf) in wpabuf_head_u8() function
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_dev_attr.c209 wpabuf_head_u8(dev->vendor_ext_m1), in wps_build_vendor_ext_m1()
234 wpabuf_head_u8(dev->vendor_ext[i]), in wps_build_vendor_ext()
Dwps_common.c192 pos = wpabuf_head_u8(decrypted) + wpabuf_len(decrypted) - 1; in wps_decrypt_encr_settings()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c263 res = mbo_add_ie(buf, len, wpabuf_head_u8(mbo), wpabuf_len(mbo)); in wpas_mbo_ie()
320 wpas_mbo_send_wnm_notification(wpa_s, wpabuf_head_u8(buf), in wpas_mbo_non_pref_chan_changed()
Dwnm_sta.c644 wpabuf_head_u8(buf), wpabuf_len(buf), 0); in wnm_send_bss_transition_mgmt_resp()
1104 wpabuf_head_u8(buf), wpabuf_len(buf), 0); in wnm_send_bss_transition_mgmt_query()
Ddpp.c1098 addr[0] = wpabuf_head_u8(msg) + 2; in dpp_auth_build_req()
1271 addr[0] = wpabuf_head_u8(msg) + 2; in dpp_auth_build_resp()
2766 addr[0] = wpabuf_head_u8(msg) + 2; in dpp_auth_build_conf()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c169 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used, in eap_wsc_build_msg()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c469 …buf = wps_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head_u8(eap_buf), wpabuf_len(eap_b… in wps_send_eap_identity_rsp()
509 …buf = wps_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head_u8(eap_buf), wpabuf_len(eap_b… in wps_send_frag_ack()
691 wpabuf_put_data(eap_buf, wpabuf_head_u8(wps_buf), wpabuf_len(wps_buf)); in wps_send_wps_mX_rsp()
695 …buf = wps_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head_u8(eap_buf), wpabuf_len(eap_b… in wps_send_wps_mX_rsp()
Desp_common.c610 os_memcpy(mbo_ie, wpabuf_head_u8(default_ies), wpabuf_len(default_ies)); in get_mbo_oce_scan_ie()
Desp_eap_client.c323 wpabuf_head_u8(resp), wpabuf_len(resp), in eap_sm_send_eapol()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_peap.c1053 wpabuf_head_u8(resp)[0] == EAP_CODE_RESPONSE && in eap_peap_decrypt()
1058 wpabuf_set(&buf, wpabuf_head_u8(resp) + in eap_peap_decrypt()
Deap_tls_common.c557 wpabuf_head_u8(data->tls_out) + data->tls_out_pos, in eap_tls_process_output()