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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c134 const struct wmm_tspec_element *tspec,
156 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
164 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
170 up = (tspec->ts_info[1] >> 3) & 0x07;
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
172 dir = (tspec->ts_info[0] >> 5) & 0x03;
173 tid = (tspec->ts_info[0] >> 1) & 0x0f;
176 val = le_to_host16(tspec->nominal_msdu_size);
180 le_to_host32(tspec->mean_data_rate));
182 le_to_host32(tspec
133 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
237 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.c522 struct wmm_tspec_element *tspec; local
525 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
532 if (end - pos < (int) sizeof(*tspec)) {
539 tspec = (struct wmm_tspec_element *) pos;
540 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
541 res = wmm_process_tspec(tspec);
552 pos += sizeof(*tspec);
559 struct wmm_tspec_element *tspec; local
562 tspec
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c134 const struct wmm_tspec_element *tspec,
156 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
164 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
170 up = (tspec->ts_info[1] >> 3) & 0x07;
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
172 dir = (tspec->ts_info[0] >> 5) & 0x03;
173 tid = (tspec->ts_info[0] >> 1) & 0x0f;
176 val = le_to_host16(tspec->nominal_msdu_size);
180 le_to_host32(tspec->mean_data_rate));
182 le_to_host32(tspec
133 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
237 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.c522 struct wmm_tspec_element *tspec; local
525 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
532 if (end - pos < (int) sizeof(*tspec)) {
539 tspec = (struct wmm_tspec_element *) pos;
540 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
541 res = wmm_process_tspec(tspec);
552 pos += sizeof(*tspec);
559 struct wmm_tspec_element *tspec; local
562 tspec
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c134 const struct wmm_tspec_element *tspec,
156 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
164 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
170 up = (tspec->ts_info[1] >> 3) & 0x07;
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
172 dir = (tspec->ts_info[0] >> 5) & 0x03;
173 tid = (tspec->ts_info[0] >> 1) & 0x0f;
176 val = le_to_host16(tspec->nominal_msdu_size);
180 le_to_host32(tspec->mean_data_rate));
182 le_to_host32(tspec
133 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
237 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.c522 struct wmm_tspec_element *tspec; local
525 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
532 if (end - pos < (int) sizeof(*tspec)) {
539 tspec = (struct wmm_tspec_element *) pos;
540 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
541 res = wmm_process_tspec(tspec);
552 pos += sizeof(*tspec);
559 struct wmm_tspec_element *tspec; local
562 tspec
[all...]

Completed in 67 milliseconds