Searched refs:wpabuf_put_le32 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_build.c | 326 wpabuf_put_le32(buf, desc->duration); in p2p_buf_add_noa_desc() 327 wpabuf_put_le32(buf, desc->interval); in p2p_buf_add_noa_desc() 328 wpabuf_put_le32(buf, desc->start_time); in p2p_buf_add_noa_desc() 445 wpabuf_put_le32(buf, id); in p2p_buf_add_advertisement_id() 551 wpabuf_put_le32(buf, adv_id); in p2p_buf_add_service_info() 679 wpabuf_put_le32(buf, id); in p2p_buf_add_session_id()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | robust_av.c | 35 wpabuf_put_le32(buf, robust_av->stream_timeout); in wpas_populate_mscs_descriptor_ie() 221 wpabuf_put_le32(buf, control_info); in wpas_populate_scs_descriptor_ie() 223 wpabuf_put_le32(buf, qos_elem->min_si); in wpas_populate_scs_descriptor_ie() 225 wpabuf_put_le32(buf, qos_elem->max_si); in wpas_populate_scs_descriptor_ie() 236 wpabuf_put_le32(buf, qos_elem->service_start_time); in wpas_populate_scs_descriptor_ie() 246 wpabuf_put_le32(buf, qos_elem->burst_size); in wpas_populate_scs_descriptor_ie()
|
H A D | p2p_supplicant_sd.c | 643 wpabuf_put_le32(resp, adv_data->id); in wpas_sd_req_asp()
|
H A D | wnm_sta.c | 929 wpabuf_put_le32(*buf, bss_info); in wnm_add_nei_rep()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | wpabuf.h | 136 static inline void wpabuf_put_le32(struct wpabuf *buf, u32 data) in wpabuf_put_le32() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | neighbor_db.c | 313 wpabuf_put_le32(nr, bssid_info); in hostapd_neighbor_set_own_report()
|