Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c79 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
82 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
87 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
92 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
93 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
105 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
106 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
168 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
169 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
173 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
[all …]