HomeSort by: relevance | last modified time | path
    Searched defs:seq_ret (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_ft.c 3997 int seq_ret; local
4035 seq_ret = FT_RRB_SEQ_DROP;
4037 seq_ret = wpa_ft_rrb_seq_chk(r1kh->seq, src_addr, enc, enc_len,
4042 seq_ret = FT_RRB_SEQ_DEFER;
4045 if (seq_ret == FT_RRB_SEQ_DROP)
4060 if (seq_ret == FT_RRB_SEQ_DEFER) {
4158 int seq_ret; local
4200 seq_ret = FT_RRB_SEQ_DROP;
4202 seq_ret = wpa_ft_rrb_seq_chk(r0kh->seq, src_addr, enc, enc_len,
4209 seq_ret = FT_RRB_SEQ_DEFER
4647 int seq_ret, found; local
    [all...]
wpa_auth_ft.c 3997 int seq_ret; local
4035 seq_ret = FT_RRB_SEQ_DROP;
4037 seq_ret = wpa_ft_rrb_seq_chk(r1kh->seq, src_addr, enc, enc_len,
4042 seq_ret = FT_RRB_SEQ_DEFER;
4045 if (seq_ret == FT_RRB_SEQ_DROP)
4060 if (seq_ret == FT_RRB_SEQ_DEFER) {
4158 int seq_ret; local
4200 seq_ret = FT_RRB_SEQ_DROP;
4202 seq_ret = wpa_ft_rrb_seq_chk(r0kh->seq, src_addr, enc, enc_len,
4209 seq_ret = FT_RRB_SEQ_DEFER
4647 int seq_ret, found; local
    [all...]

Completed in 55 milliseconds