Searched defs:tspec (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/delibs/deutil/
H A DdeTimer.c215 struct itimerspec tspec; local
222 tspec.it_value.tv_sec = milliseconds / 1000;
223 tspec.it_value.tv_nsec = (milliseconds % 1000) * 1000;
224 tspec.it_interval.tv_sec = 0;
225 tspec.it_interval.tv_nsec = 0;
227 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
236 struct itimerspec tspec; local
243 tspec.it_value.tv_sec = milliseconds / 1000;
244 tspec.it_value.tv_nsec = (milliseconds % 1000) * 1000;
245 tspec
257 struct itimerspec tspec; local
[all...]
/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 Dwpa_auth_ft.c542 struct wmm_tspec_element *tspec; local
545 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
552 if (end - pos < (int) sizeof(*tspec)) {
559 tspec = (struct wmm_tspec_element *) pos;
560 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
561 res = wmm_process_tspec(tspec);
572 pos += sizeof(*tspec);
579 struct wmm_tspec_element *tspec; local
582 tspec
[all...]
/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 Dwpa_auth_ft.c542 struct wmm_tspec_element *tspec; local
545 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
552 if (end - pos < (int) sizeof(*tspec)) {
559 tspec = (struct wmm_tspec_element *) pos;
560 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
561 res = wmm_process_tspec(tspec);
572 pos += sizeof(*tspec);
579 struct wmm_tspec_element *tspec; local
582 tspec
[all...]
/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 Dwpa_auth_ft.c542 struct wmm_tspec_element *tspec; local
545 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
552 if (end - pos < (int) sizeof(*tspec)) {
559 tspec = (struct wmm_tspec_element *) pos;
560 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
561 res = wmm_process_tspec(tspec);
572 pos += sizeof(*tspec);
579 struct wmm_tspec_element *tspec; local
582 tspec
[all...]

Completed in 124 milliseconds