Home
last modified time | relevance | path

Searched refs:wmm_tspec_element (Results 1 – 7 of 7) sorted by relevance

/hostap-3.6.0/src/ap/
Dwmm.c189 const struct wmm_tspec_element *tspec, in wmm_send_action()
194 struct wmm_tspec_element *t = (struct wmm_tspec_element *) in wmm_send_action()
211 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()
219 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec()
296 const struct wmm_tspec_element *tspec, size_t len) in wmm_addts_req()
300 struct wmm_tspec_element tspec_resp; in wmm_addts_req()
312 os_memcpy(&tspec_resp, tspec, sizeof(struct wmm_tspec_element)); in wmm_addts_req()
357 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
373 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
Dwmm.h14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
Dwpa_auth_ft.c2409 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie()
2425 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()
2433 res = wmm_process_tspec((struct wmm_tspec_element *) pos); in wpa_ft_process_rdie()
2444 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
2454 sizeof(struct wmm_tspec_element)); in wpa_ft_process_rdie()
2462 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
/hostap-3.6.0/wpa_supplicant/
Dwmm_ac.c35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec) in wmm_ac_get_tsid()
41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec) 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()
70 const struct wmm_tspec_element *tspec) in wmm_ac_add_ts()
72 struct wmm_tspec_element *_tspec; in wmm_ac_add_ts()
121 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()
211 const struct wmm_tspec_element *tspec, in wmm_ac_send_delts()
270 struct wmm_tspec_element *tspec; in wmm_ac_build_addts_req()
553 struct wmm_tspec_element tspec; in wpas_wmm_ac_delts()
634 const struct wmm_tspec_element *tspec) in wmm_ac_handle_delts()
[all …]
Dwmm_ac.h108 struct wmm_tspec_element tspec;
Dwpa_supplicant_i.h1351 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1354 struct wmm_tspec_element *last_tspecs;
/hostap-3.6.0/src/common/
Dieee802_11_defs.h1453 struct wmm_tspec_element { struct