Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c4650 const u8 *end, *ie_start; in fils_process_assoc_resp() local
4683 ie_start = mgmt->u.assoc_resp.variable; in fils_process_assoc_resp()
4685 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) == in fils_process_assoc_resp()
4860 fils_process_hlp_container(sm, ie_start, end - ie_start); in fils_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2531 const u8 *end, *ie_start, *ie, *session, *crypt; in fils_decrypt_assoc() local
2551 ie_start = mgmt->u.reassoc_req.variable; in fils_decrypt_assoc()
2553 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc()
2554 ie = ie_start; in fils_decrypt_assoc()
2597 5, aad, aad_len, pos + (crypt - ie_start)) < 0) { in fils_decrypt_assoc()