HomeSort by relevance Sort by last modified time
    Searched refs:ric (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/common/
wpa_common.c 214 const u8 *ric, size_t ric_len, u8 *mic)
269 if (ric) {
270 addr[num_elem] = ric;
401 if (parse->ric == NULL)
402 parse->ric = pos - 2;
428 if (prot_ie_count == 0 && parse->ric) {
429 wpa_printf(MSG_DEBUG, "FT: RIC IE(s) in the frame, but not "
434 /* Determine the end of the RIC IE(s) */
435 if (parse->ric) {
436 pos = parse->ric;
    [all...]
wpa_common.h 350 const u8 *ric, size_t ric_len, u8 *mic);
431 const u8 *ric; member in struct:wpa_ft_ies
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 604 const u8 *ric, size_t ric_len)
609 wpa_hexdump(MSG_MSGDUMP, "FT: RIC Request", ric, ric_len);
611 rpos = ric;
612 while (rpos + sizeof(*rdie) < ric + ric_len) {
614 rpos + 2 + rpos[1] > ric + ric_len)
620 while (rpos + 2 <= ric + ric_len &&
621 rpos + 2 + rpos[1] <= ric + ric_len) {
728 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse) == 0 && parse.ric) {
729 pos = wpa_ft_process_ric(sm, pos, end, parse.ric,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 134 * @ric_ies: Optional IE(s), e.g., WMM TSPEC(s), for RIC-Request or %NULL
276 /* RIC Request */
291 * RIC-Request (if present)
383 wpa_hexdump(MSG_DEBUG, "FT: RIC IEs", ric_ies, ric_ies_len);
758 if (parse.ric)
759 count += ieee802_11_ie_count(parse.ric, parse.ric_len);
771 parse.ric, parse.ric_len,
800 if (parse.ric) {
801 wpa_hexdump(MSG_MSGDUMP, "FT: RIC Response",
802 parse.ric, parse.ric_len)
    [all...]

Completed in 563 milliseconds