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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c 457 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].AC = (EAcTrfcType)acID;
458 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
459 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].nominalMsduSize = 0;
460 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].minimumPHYRate = 0;
461 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].meanDataRate = 0;
462 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].surplausBwAllowance = 0;
463 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].mediumTime = 0;
464 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].UPSDFlag = 0;
465 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].uMinimumServiceInterval = 0;
466 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].uMaximumServiceInterval = 0
    [all...]
qosMngr.h 99 tspecInfo_t candidateTspecInfo[MAX_NUM_OF_AC];

Completed in 35 milliseconds