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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1030 u32 msg_seq, msg_off, rkh_off; local
1061 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx];
1062 msg_off = msg_seq - rkh_off;
1100 u32 msg_seq, msg_off, min_off, rkh_off; local
1115 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx];
1117 msg_off = rkh_seq->rx.last[i] - rkh_off;
1118 min_off = rkh_seq->rx.last[minidx] - rkh_off;

Completed in 119 milliseconds