Searched refs:add_buf_data (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c56 static int add_buf_data(struct wpabuf **dst, const u8 *data, size_t len) function
79 if (add_buf_data(&beacon, buf, pos - buf) < 0)
82 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
87 if (add_buf_data(&assocresp, buf, pos - buf) < 0)
92 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
93 add_buf_data(&proberesp, buf, pos - buf) < 0)
105 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
106 add_buf_data(&proberesp, buf, pos - buf) < 0)
168 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
169 add_buf_data(
[all...]

Completed in 120 milliseconds