Home
last modified time | relevance | path

Searched refs:wpabuf_mhead_u8 (Results 1 – 17 of 17) sorted by relevance

/hostap-latest/src/utils/
Dwpabuf.c219 void *tmp = wpabuf_mhead_u8(buf) + wpabuf_len(buf); in wpabuf_put()
301 void *tmp = wpabuf_mhead_u8(buf) + wpabuf_len(buf); in wpabuf_printf()
Dwpabuf.h113 static inline u8 * wpabuf_mhead_u8(struct wpabuf *buf) in wpabuf_mhead_u8() function
/hostap-latest/src/ap/
Dgas_query_ap.c271 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx()
325 *(wpabuf_mhead_u8(query->req) + 2) = dialog_token; in gas_query_rx_comeback_timeout()
709 *(wpabuf_mhead_u8(req) + 2) = dialog_token; in gas_query_ap_req()
Dieee802_11_shared.c706 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
Dgas_serv.c41 u8 *categ = wpabuf_mhead_u8(msg); in convert_to_protected_dual()
/hostap-latest/wpa_supplicant/
Dgas_query.c298 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx()
368 *(wpabuf_mhead_u8(query->req) + 2) = dialog_token; in gas_query_rx_comeback_timeout()
875 *(wpabuf_mhead_u8(req) + 2) = dialog_token; in gas_query_req()
Drrm.c452 u8 *pos = wpabuf_mhead_u8(buf), *next = pos; in wpas_rrm_send_msr_report()
Dmesh_mpm.c279 cat = wpabuf_mhead_u8(buf); in mesh_mpm_send_plink_action()
Dwpa_supplicant.c8888 ie = wpabuf_mhead_u8(wpa_s->vendor_elem[frame]); in wpas_vendor_elem_remove()
Dp2p_supplicant.c10211 wpabuf_mhead_u8(buf), wpabuf_len(buf)); in wpas_p2p_lo_start()
/hostap-latest/src/common/
Dgas.c244 len = wpabuf_mhead_u8(buf) + offset; in gas_anqp_set_len()
/hostap-latest/src/eap_common/
Deap_sim_common.c1120 if (random_get_bytes(wpabuf_mhead_u8(msg->buf) + msg->iv, in eap_sim_msg_add_encr_start()
1163 wpabuf_mhead_u8(msg->buf)[msg->encr + 1] = encr_len / 4 + 1; in eap_sim_msg_add_encr_end()
1165 wpabuf_mhead_u8(msg->buf) + msg->encr + 4, in eap_sim_msg_add_encr_end()
/hostap-latest/src/radius/
Dradius.c68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]); in radius_get_attr_hdr()
854 pos = wpabuf_mhead_u8(msg->buf) + sizeof(struct radius_hdr); in radius_msg_parse()
855 end = wpabuf_mhead_u8(msg->buf) + wpabuf_len(msg->buf); in radius_msg_parse()
/hostap-latest/src/eap_server/
Deap_server_pax.c280 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN; in eap_pax_check()
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c1858 if (mbedtls_ecp_point_write_binary(grp, &ecdh->Q, inc_y, &len, wpabuf_mhead_u8(buf), len) == 0) in crypto_ecdh_get_pubkey()
2731 …_point_write_binary(grp, ecp_kp_Q, MBEDTLS_ECP_PF_UNCOMPRESSED, &len, wpabuf_mhead_u8(buf), len) == in crypto_ec_key_get_pubkey_point()
2821 …tls_pk_sign((mbedtls_pk_context *)key, crypto_ec_key_sign_md(len), data, len, wpabuf_mhead_u8(buf), in crypto_ec_key_sign()
2884 p = wpabuf_mhead_u8(out); in crypto_ec_key_sign_r_s()
Dcrypto_wolfssl.c2687 os_memmove(wpabuf_mhead(ret), wpabuf_mhead_u8(ret) + 1, in crypto_ec_key_get_pubkey_point()
2806 wpabuf_mhead_u8(out)[err] = '\0'; in crypto_ec_key_debug_print()
3193 wpabuf_mhead_u8(ret) + wpabuf_len(ret), in crypto_pkcs7_get_certificates()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.c1387 wpabuf_mhead_u8(sm->eapReqData), in eapol_sm_rx_eapol()