Home | History | Annotate | Download | only in common

Lines Matching refs:ric

137 	       const u8 *ric, size_t ric_len, u8 *mic)
172 if (ric) {
173 os_memcpy(pos, ric, ric_len);
286 if (parse->ric == NULL)
287 parse->ric = pos;
313 if (prot_ie_count == 0 && parse->ric) {
314 wpa_printf(MSG_DEBUG, "FT: RIC IE(s) in the frame, but not "
319 /* Determine the end of the RIC IE(s) */
320 pos = parse->ric;
326 parse->ric_len = pos - parse->ric;