Searched refs:end_opt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c154 u8 buf[1500], *pos, *end, *end_opt = NULL; local
225 end_opt = pos;
276 !rapid_commit && sta->fils_dhcp_rapid_commit_proxy && end_opt) {
278 wpabuf_put_data(resp, pos, end_opt - pos);
281 wpabuf_put_data(resp, end_opt, end - end_opt);

Completed in 65 milliseconds