HomeSort by relevance Sort by last modified time
    Searched refs:wmm_tspec_element (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.h 14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
wmm.c 123 const struct wmm_tspec_element *tspec,
128 struct wmm_tspec_element *t = (struct wmm_tspec_element *)
145 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
153 int wmm_process_tspec(struct wmm_tspec_element *tspec)
230 struct wmm_tspec_element *tspec, size_t len)
289 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) {
305 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *)
wpa_auth_ft.c 555 struct wmm_tspec_element *tspec;
571 tspec = (struct wmm_tspec_element *) pos;
579 res = wmm_process_tspec((struct wmm_tspec_element *) pos);
590 pos += sizeof(struct wmm_tspec_element);
600 sizeof(struct wmm_tspec_element));
608 pos += sizeof(struct wmm_tspec_element);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wmm_ac.c 35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec)
41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec)
47 static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *tspec)
70 const struct wmm_tspec_element *tspec)
72 struct wmm_tspec_element *_tspec;
124 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir];
212 const struct wmm_tspec_element *tspec,
271 struct wmm_tspec_element *tspec;
559 struct wmm_tspec_element tspec;
640 const struct wmm_tspec_element *tspec
    [all...]
wmm_ac.h 108 struct wmm_tspec_element tspec;
wpa_supplicant_i.h 1074 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1077 struct wmm_tspec_element *last_tspecs;
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1274 struct wmm_tspec_element { struct
    [all...]

Completed in 199 milliseconds