Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c57 static int add_buf_data(struct wpabuf **dst, const u8 *data, size_t len) in add_buf_data() function
81 if (add_buf_data(&assocresp, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
82 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
88 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
91 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
96 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
101 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
102 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
114 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
115 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
[all …]