Searched defs:hStaCap (Results 1 - 7 of 7) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DStaCap.c63 TI_HANDLE hStaCap; local
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) argument
92 TStaCap *pStaCap = (TStaCap *)hStaCap;
114 TStaCap *pStaCap = (TStaCap *)pStadHandles->hStaCap;
131 * \param hStaCap
136 StaCap_IsHtEnable(TI_HANDLE hStaCap, TI_BOOL *b11nEnable) argument
171 StaCap_GetHtCapabilitiesIe(TI_HANDLE hStaCap, TI_UINT8 *pRequest, TI_UINT32 *pLen) argument
[all...]
H A DAssocSM.h125 TI_HANDLE hStaCap; member in struct:__anon1759
H A DsiteHash.h115 TI_HANDLE hStaCap; member in struct:__anon1823
H A DqosMngr.h142 TI_HANDLE hStaCap; member in struct:__anon1803
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A DDrvMainModules.h80 TI_HANDLE hStaCap; member in struct:__anon1718
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.h85 TI_HANDLE hStaCap; member in struct:__anon1723
H A DtxCtrl.h103 TI_HANDLE hStaCap; member in struct:__anon1742

Completed in 87 milliseconds