Searched refs:ie_start (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 6187 const u8 *end, *ie_start; in fils_process_assoc_resp() local 6220 ie_start = mgmt->u.assoc_resp.variable; in fils_process_assoc_resp() 6222 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) == in fils_process_assoc_resp() 6404 fils_process_hlp_container(sm, ie_start, end - ie_start); in fils_process_assoc_resp()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.c | 3201 const u8 *end, *ie_start, *ie, *session, *crypt; local 3221 ie_start = mgmt->u.reassoc_req.variable; 3223 ie_start = mgmt->u.assoc_req.variable; 3224 ie = ie_start; 3267 5, aad, aad_len, pos + (crypt - ie_start)) < 0) {
|