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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 63 TI_HANDLE hStaCap;
66 hStaCap = os_memoryAlloc (hOs, sizeof(TStaCap));
68 if (!hStaCap)
74 os_memoryZero (hOs, hStaCap, (sizeof(TStaCap)));
76 return (hStaCap);
86 * \param hStaCap - The module object
90 TI_STATUS StaCap_Destroy (TI_HANDLE hStaCap)
92 TStaCap *pStaCap = (TStaCap *)hStaCap;
114 TStaCap *pStaCap = (TStaCap *)pStadHandles->hStaCap;
131 * \param hStaCap - The module objec
    [all...]
StaCap.h 83 TI_STATUS StaCap_Destroy (TI_HANDLE hStaCap);
85 TI_STATUS StaCap_GetHtCapabilitiesIe (TI_HANDLE hStaCap, TI_UINT8 *pRequest, TI_UINT32 *pLen);
86 void StaCap_IsHtEnable (TI_HANDLE hStaCap, TI_BOOL *b11nEnable);
AssocSM.h 125 TI_HANDLE hStaCap;
qosMngr.h 143 TI_HANDLE hStaCap;
siteHash.h 115 TI_HANDLE hStaCap;
assocSM.c 287 pHandle->hStaCap = pStadHandles->hStaCap;
    [all...]
systemConfig.c 610 StaCap_IsHtEnable (pSiteMgr->hStaCap, &b11nEnable);
qosMngr.c 233 pQosMngr->hStaCap = pStadHandles->hStaCap;
702 StaCap_IsHtEnable(pQosMngr->hStaCap, &b11nEnable);
    [all...]
templates.c 352 StaCap_GetHtCapabilitiesIe (pSiteMgr->hStaCap, (TI_UINT8 *)pBuf, &len);
siteMgr.c 369 pSiteMgr->hStaCap = pStadHandles->hStaCap;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 80 TI_HANDLE hStaCap;
DrvMain.c 524 pDrvMain->tStadHandles.hStaCap = StaCap_Create (hOs);
525 if (pDrvMain->tStadHandles.hStaCap == NULL)
753 if (pDrvMain->tStadHandles.hStaCap != NULL)
755 StaCap_Destroy (pDrvMain->tStadHandles.hStaCap);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 85 TI_HANDLE hStaCap;
txCtrl.h 103 TI_HANDLE hStaCap;
Ctrl.c 146 pCtrlData->hStaCap = pStadHandles->hStaCap;
702 StaCap_IsHtEnable (pCtrlData->hStaCap, &b11nEnable);
    [all...]
txCtrl.c 205 pTxCtrl->hStaCap = pStadHandles->hStaCap;
    [all...]

Completed in 163 milliseconds