Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwmm.c182 const struct wmm_tspec_element *tspec, in wmm_send_action()
187 struct wmm_tspec_element *t = (struct wmm_tspec_element *) in wmm_send_action()
204 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()
212 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec()
289 const struct wmm_tspec_element *tspec, size_t len) in wmm_addts_req()
293 struct wmm_tspec_element tspec_resp; in wmm_addts_req()
305 os_memcpy(&tspec_resp, tspec, sizeof(struct wmm_tspec_element)); in wmm_addts_req()
350 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
366 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
H A Dwmm.h14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c2461 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie()
2477 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()
2485 res = wmm_process_tspec((struct wmm_tspec_element *) pos); in wpa_ft_process_rdie()
2496 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
2506 sizeof(struct wmm_tspec_element)); in wpa_ft_process_rdie()
2514 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
209 const struct wmm_tspec_element *tspec, in wmm_ac_send_delts()
268 struct wmm_tspec_element *tspec; in wmm_ac_build_addts_req()
551 struct wmm_tspec_element tspec; in wpas_wmm_ac_delts()
632 const struct wmm_tspec_element *tspec) in wmm_ac_handle_delts()
[all …]
H A Dwmm_ac.h108 struct wmm_tspec_element tspec;
H A Dwpa_supplicant_i.h1374 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1377 struct wmm_tspec_element *last_tspecs;
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1543 struct wmm_tspec_element { struct