Searched refs:tspec (Results 1 – 6 of 6) sorted by relevance
35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec) in wmm_ac_get_tsid() argument37 return (tspec->ts_info[0] >> 1) & 0x0f; in wmm_ac_get_tsid()41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec) in wmm_ac_get_direction() argument43 return (tspec->ts_info[0] >> 5) & 0x03; in wmm_ac_get_direction()47 static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *tspec) in wmm_ac_get_user_priority() argument49 return (tspec->ts_info[1] >> 3) & 0x07; in wmm_ac_get_user_priority()70 const struct wmm_tspec_element *tspec) in wmm_ac_add_ts() argument74 u16 admitted_time = le_to_host16(tspec->medium_time); in wmm_ac_add_ts()75 u8 up = wmm_ac_get_user_priority(tspec); in wmm_ac_add_ts()77 u8 dir = wmm_ac_get_direction(tspec); in wmm_ac_add_ts()[all …]
108 struct wmm_tspec_element tspec; member
187 const struct wmm_tspec_element *tspec, in wmm_send_action() argument209 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()217 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec() argument224 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()225 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()226 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()230 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()234 le_to_host32(tspec->mean_data_rate)); in wmm_process_tspec()236 le_to_host32(tspec->minimum_phy_rate)); in wmm_process_tspec()[all …]
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
2319 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie() local2321 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) { in wpa_ft_process_rdie()2328 if (end - pos < (int) sizeof(*tspec)) { in wpa_ft_process_rdie()2335 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()2336 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec)); in wpa_ft_process_rdie()
37 struct timespec tspec; member50 #define assert_timestamp assert_tu.tspec51 #define clear_timestamp clear_tu.tspec63 #define assert_offset assert_off_tu.tspec64 #define clear_offset clear_off_tu.tspec