Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c60 static int add_buf_data(struct wpabuf **dst, const u8 *data, size_t len) in add_buf_data() function
84 if (add_buf_data(&assocresp, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
85 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
91 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
94 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
99 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
104 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
105 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
117 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
118 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
[all …]