Searched refs:tmp_pos (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/ap/ |
D | fils_hlp.c | 580 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-latest/src/rsn_supp/ |
D | wpa.c | 6508 u8 *tmp, *tmp_pos; in fils_process_hlp_container() local 6533 tmp_pos = tmp; in fils_process_hlp_container() 6534 os_memcpy(tmp_pos, pos + 3, pos[1] - 1); in fils_process_hlp_container() 6535 tmp_pos += pos[1] - 1; in fils_process_hlp_container() 6541 os_memcpy(tmp_pos, pos + 2, pos[1]); in fils_process_hlp_container() 6542 tmp_pos += pos[1]; in fils_process_hlp_container() 6546 fils_process_hlp_resp(sm, tmp, tmp_pos - tmp); in fils_process_hlp_container()
|