Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dfils_hlp.c580 u8 *tmp, *tmp_pos; in fils_process_hlp() local
624 tmp_pos = tmp; in fils_process_hlp()
625 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp()
626 tmp_pos += pos[1] - 1; in fils_process_hlp()
632 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp()
633 tmp_pos += pos[1]; in fils_process_hlp()
637 if (fils_process_hlp_req(hapd, sta, tmp, tmp_pos - tmp) > 0) in fils_process_hlp()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c6139 u8 *tmp, *tmp_pos; in fils_process_hlp_container() local
6164 tmp_pos = tmp; in fils_process_hlp_container()
6165 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp_container()
6166 tmp_pos += pos[1] - 1; in fils_process_hlp_container()
6172 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp_container()
6173 tmp_pos += pos[1]; in fils_process_hlp_container()
6177 fils_process_hlp_resp(sm, tmp, tmp_pos - tmp); in fils_process_hlp_container()