Home
last modified time | relevance | path

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

/hostap-latest/src/rsn_supp/
Dwpa.c6556 const u8 *end, *ie_start; in fils_process_assoc_resp() local
6589 ie_start = mgmt->u.assoc_resp.variable; in fils_process_assoc_resp()
6591 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) == in fils_process_assoc_resp()
6773 fils_process_hlp_container(sm, ie_start, end - ie_start); in fils_process_assoc_resp()
/hostap-latest/src/ap/
Dwpa_auth.c3203 const u8 *end, *ie_start, *ie, *session, *crypt; local
3223 ie_start = mgmt->u.reassoc_req.variable;
3225 ie_start = mgmt->u.assoc_req.variable;
3226 ie = ie_start;
3269 5, aad, aad_len, pos + (crypt - ie_start)) < 0) {