Searched refs:tspec (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec) argument
37 return (tspec->ts_info[0] >> 1) & 0x0f;
41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec) argument
43 return (tspec->ts_info[0] >> 5) & 0x03;
47 static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *tspec) argument
49 return (tspec->ts_info[1] >> 3) & 0x07;
70 const struct wmm_tspec_element *tspec)
74 u16 admitted_time = le_to_host16(tspec->medium_time);
75 u8 up = wmm_ac_get_user_priority(tspec);
77 u8 dir = wmm_ac_get_direction(tspec);
69 wmm_ac_add_ts(struct wpa_supplicant *wpa_s, const u8 *addr, const struct wmm_tspec_element *tspec) argument
121 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; local
208 wmm_ac_send_delts(struct wpa_supplicant *wpa_s, const struct wmm_tspec_element *tspec, const u8 *address) argument
268 struct wmm_tspec_element *tspec; local
551 struct wmm_tspec_element tspec; local
631 wmm_ac_handle_delts(struct wpa_supplicant *wpa_s, const u8 *sa, const struct wmm_tspec_element *tspec) argument
659 wmm_ac_handle_addts_resp(struct wpa_supplicant *wpa_s, const u8 *sa, const u8 resp_dialog_token, const u8 status_code, const struct wmm_tspec_element *tspec) argument
739 struct wmm_tspec_element *tspec; local
871 struct wmm_tspec_element *tspec; local
[all...]
H A Dwmm_ac.h69 * the respective tspec slot (according to the direction).
104 * tspec - Traffic Stream Specification, will be used to compare the
108 struct wmm_tspec_element tspec; member in struct:wmm_ac_addts_request
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwmm.h21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwmm.c187 const struct wmm_tspec_element *tspec,
209 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
217 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
224 up = (tspec->ts_info[1] >> 3) & 0x07;
225 psb = (tspec->ts_info[1] >> 2) & 0x01;
226 dir = (tspec->ts_info[0] >> 5) & 0x03;
227 tid = (tspec->ts_info[0] >> 1) & 0x0f;
230 val = le_to_host16(tspec->nominal_msdu_size);
234 le_to_host32(tspec->mean_data_rate));
236 le_to_host32(tspec
186 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
292 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwpa_auth_ft.c2319 struct wmm_tspec_element *tspec; local
2321 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
2328 if (end - pos < (int) sizeof(*tspec)) {
2335 tspec = (struct wmm_tspec_element *) pos;
2336 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
/freebsd-11-stable/contrib/ntp/include/
H A Dtimepps-SCO.h141 struct timespec tspec; member in union:pps_timeu
158 #define assert_timestamp assert_tu.tspec
159 #define clear_timestamp clear_tu.tspec
175 #define assert_offset assert_off_tu.tspec
176 #define clear_offset clear_off_tu.tspec
H A Dtimepps-Solaris.h141 struct timespec tspec; member in union:pps_timeu
158 #define assert_timestamp assert_tu.tspec
159 #define clear_timestamp clear_tu.tspec
175 #define assert_offset assert_off_tu.tspec
176 #define clear_offset clear_off_tu.tspec
H A Dtimepps-SunOS.h141 struct timespec tspec; member in union:pps_timeu
158 #define assert_timestamp assert_tu.tspec
159 #define clear_timestamp clear_tu.tspec
175 #define assert_offset assert_off_tu.tspec
176 #define clear_offset clear_off_tu.tspec
/freebsd-11-stable/sys/sys/
H A Dtimepps.h40 struct timespec tspec; member in union:pps_timeu
63 #define assert_timestamp assert_tu.tspec
64 #define clear_timestamp clear_tu.tspec
76 #define assert_offset assert_off_tu.tspec
77 #define clear_offset clear_off_tu.tspec
/freebsd-11-stable/usr.bin/compress/
H A Dcompress.c364 static struct timespec tspec[2]; local
368 tspec[0] = fs->st_atim;
369 tspec[1] = fs->st_mtim;
370 if (utimensat(AT_FDCWD, name, tspec, 0))
/freebsd-11-stable/bin/cp/
H A Dutils.c347 static struct timespec tspec[2]; local
357 tspec[0] = fs->st_atim;
358 tspec[1] = fs->st_mtim;
359 if (fdval ? futimens(fd, tspec) : utimensat(AT_FDCWD, to.p_path, tspec,

Completed in 119 milliseconds