Home | History | Annotate | Download | only in ap

Lines Matching refs:tspec

541 		struct wmm_tspec_element *tspec;
544 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
545 wpa_printf(MSG_DEBUG, "FT: Too short WMM TSPEC IE "
551 if (end - pos < (int) sizeof(*tspec)) {
553 "response TSPEC");
558 tspec = (struct wmm_tspec_element *) pos;
559 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
560 res = wmm_process_tspec(tspec);
569 /* TSPEC accepted; include updated TSPEC in response */
571 pos += sizeof(*tspec);
578 struct wmm_tspec_element *tspec;
581 tspec = (struct wmm_tspec_element *) pos;
582 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
584 sizeof(*tspec));
589 /* TSPEC accepted; include updated TSPEC in
592 pos += sizeof(*tspec);