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

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4268 const u8 *end, *ie_start; local
4301 ie_start = mgmt->u.assoc_resp.variable;
4303 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) ==
4477 fils_process_hlp_container(sm, ie_start, end - ie_start);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2481 const u8 *end, *ie_start, *ie, *session, *crypt; local
2501 ie_start = mgmt->u.reassoc_req.variable;
2503 ie_start = mgmt->u.assoc_req.variable;
2504 ie = ie_start;
2547 5, aad, aad_len, pos + (crypt - ie_start)) < 0) {

Completed in 125 milliseconds