Home
last modified time | relevance | path

Searched refs:TSInfo (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c6157 (uint16_t) delts.TSInfo.traffic_type;
6158 pDelTs->tsinfo.traffic.tsid = (uint16_t) delts.TSInfo.tsid;
6160 (uint16_t) delts.TSInfo.direction;
6162 (uint16_t) delts.TSInfo.access_policy;
6164 (uint16_t) delts.TSInfo.aggregation;
6165 pDelTs->tsinfo.traffic.psb = (uint16_t) delts.TSInfo.psb;
6167 (uint16_t) delts.TSInfo.user_priority;
6169 (uint16_t) delts.TSInfo.tsinfo_ack_pol;
6172 (uint8_t) delts.TSInfo.schedule;
Ddot11f.c12942 { "TSInfo", offsetof(tDot11fDelTS, TSInfo), SigFfTSInfo,
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms375 FF TSInfo (3) // 7.3.2.30
4706 FF TSInfo;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c2034 populate_dot11f_ts_info(pTsinfo, &DelTS.TSInfo); in lim_send_delts_req_action_frame()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h11507 tDot11fFfTSInfo TSInfo; member