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

  /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 */
  /external/wpa_supplicant_8/src/ap/
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...]
  /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...]

Completed in 114 milliseconds