Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
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()
/hostap-3.6.0/src/rsn_supp/
Dwpa.c4723 u8 *tmp, *tmp_pos; in fils_process_hlp_container() local
4748 tmp_pos = tmp; in fils_process_hlp_container()
4749 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp_container()
4750 tmp_pos += pos[1] - 1; in fils_process_hlp_container()
4756 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp_container()
4757 tmp_pos += pos[1]; in fils_process_hlp_container()
4761 fils_process_hlp_resp(sm, tmp, tmp_pos - tmp); in fils_process_hlp_container()