HomeSort by: relevance | last modified time | path
    Searched refs:ie_start (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 6187 const u8 *end, *ie_start; local
6220 ie_start = mgmt->u.assoc_resp.variable;
6222 if (ieee802_11_parse_elems(ie_start, end - ie_start, &elems, 1) ==
6404 fils_process_hlp_container(sm, ie_start, end - ie_start);
  /src/external/bsd/wpa/dist/src/ap/
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) {

Completed in 75 milliseconds