/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 | 522 struct wmm_tspec_element *tspec; local 525 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) { 526 wpa_printf(MSG_DEBUG, "FT: Too short WMM TSPEC IE " 532 if (end - pos < (int) sizeof(*tspec)) { 534 "response TSPEC"); 539 tspec = (struct wmm_tspec_element *) pos; 540 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec)); 541 res = wmm_process_tspec(tspec); 550 /* TSPEC accepted; include updated TSPEC in response * 559 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 */
|
bcmevent.h | 260 #define WLC_E_REASON_TSPEC_REJECTED 7 /* roamed due to TSPEC rejection */
|
802.11.h | [all...] |
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 753 /* WMM TSPEC Direction Field Values */ 812 /* WMM TSPEC Element */ 820 /* WMM TSPEC body (55 octets): */ [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 421 RTAP> sender 3ffe:2400::1/FL0xA1234 <Tspec>
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 521 #define BCME_TSPEC_NOTFOUND -32 /* TSPEC Not Found */ 572 "TSPEC Not Found", \
|
wlioctl.h | [all...] |
/external/aac/libAACdec/src/ |
conceal.cpp | 704 FIXP_DBL tSpec = *pSpec; 706 *pCncl-- = FX_DBL2FX_CNCL( tSpec); [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 138 * @ric_ies: Optional IE(s), e.g., WMM TSPEC(s), for RIC-Request or %NULL
|
/external/tcpdump/ |
print-rsvp.c | 171 { RSVP_OBJ_SENDER_TSPEC, "Sender TSpec" }, 362 { 127, "Token Bucket TSpec" }, [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | [all...] |