Searched refs:ie_start (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 4780 const u8 *end, *ie_start; in fils_process_assoc_resp() local 4813 ie_start = mgmt->u.assoc_resp.variable; in fils_process_assoc_resp() 4815 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) == in fils_process_assoc_resp() 4995 fils_process_hlp_container(sm, ie_start, end - ie_start); in fils_process_assoc_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 2573 const u8 *end, *ie_start, *ie, *session, *crypt; in fils_decrypt_assoc() local 2593 ie_start = mgmt->u.reassoc_req.variable; in fils_decrypt_assoc() 2595 ie_start = mgmt->u.assoc_req.variable; in fils_decrypt_assoc() 2596 ie = ie_start; in fils_decrypt_assoc() 2639 5, aad, aad_len, pos + (crypt - ie_start)) < 0) { in fils_decrypt_assoc()
|