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

/external/wpa_supplicant_8/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
124 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; local
211 wmm_ac_send_delts(struct wpa_supplicant *wpa_s, const struct wmm_tspec_element *tspec, const u8 *address) argument
271 struct wmm_tspec_element *tspec; local
559 struct wmm_tspec_element tspec; local
639 wmm_ac_handle_delts(struct wpa_supplicant *wpa_s, const u8 *sa, const struct wmm_tspec_element *tspec) argument
667 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
747 struct wmm_tspec_element *tspec; local
879 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
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 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
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c538 struct wmm_tspec_element *tspec; local
540 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
547 if (end - pos < (int) sizeof(*tspec)) {
554 tspec = (struct wmm_tspec_element *) pos;
555 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 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
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c538 struct wmm_tspec_element *tspec; local
540 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
547 if (end - pos < (int) sizeof(*tspec)) {
554 tspec = (struct wmm_tspec_element *) pos;
555 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 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
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c538 struct wmm_tspec_element *tspec; local
540 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
547 if (end - pos < (int) sizeof(*tspec)) {
554 tspec = (struct wmm_tspec_element *) pos;
555 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c217 struct itimerspec tspec; local
224 tspec.it_value.tv_sec = milliseconds / 1000;
225 tspec.it_value.tv_nsec = (milliseconds % 1000) * 1000;
226 tspec.it_interval.tv_sec = 0;
227 tspec.it_interval.tv_nsec = 0;
229 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
238 struct itimerspec tspec; local
245 tspec.it_value.tv_sec = milliseconds / 1000;
246 tspec.it_value.tv_nsec = (milliseconds % 1000) * 1000;
247 tspec
259 struct itimerspec tspec; local
[all...]

Completed in 131 milliseconds