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

  /external/wpa_supplicant_8/src/ap/
wmm.c 134 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)
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->minimum_phy_rate))
    [all...]
wmm.h 27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
wpa_auth_ft.c 523 struct wmm_tspec_element *tspec; local
526 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
527 wpa_printf(MSG_DEBUG, "FT: Too short WMM TSPEC IE "
533 if (end - pos < (int) sizeof(*tspec)) {
535 "response TSPEC");
540 tspec = (struct wmm_tspec_element *) pos;
541 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
542 res = wmm_process_tspec(tspec);
551 /* TSPEC accepted; include updated TSPEC in response *
560 struct wmm_tspec_element *tspec; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h 32 /* WME Traffic Specification (TSPEC) element */
33 #define WME_TSPEC_HDR_LEN 2 /* WME TSPEC header length */
34 #define WME_TSPEC_BODY_OFF 2 /* WME TSPEC body offset */
47 /* 802.11e TSPEC IE */
48 typedef BWL_PRE_PACKED_STRUCT struct tspec { struct
111 #define DOT11E_STATUS_ADMISSION_ACCEPTED 0 /* TSPEC Admission accepted status */
112 #define DOT11E_STATUS_ADDTS_INVALID_PARAM 1 /* TSPEC invalid parameter status */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 433 final TabHost.TabSpec tspec = host.newTabSpec(tabId); local
434 tspec.setContent(R.id.emoji_keyboard_dummy);
439 tspec.setIndicator(iconView);
446 tspec.setIndicator(textView);
448 host.addTab(tspec);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 317 #define COND_TIMEDWAIT(condp, mutexp, tspec) \
318 cond_timedwait(condp, mutexp, tspec)

Completed in 229 milliseconds