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

/hardware/ti/wlan/wl1271/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:__anon1441
H A DsiteHash.h115 TI_HANDLE hStaCap; member in struct:__anon1506
H A DqosMngr.h143 TI_HANDLE hStaCap; member in struct:__anon1485
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
H A DDrvMainModules.h80 TI_HANDLE hStaCap; member in struct:__anon1400
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DCtrl.h85 TI_HANDLE hStaCap; member in struct:__anon1405
H A DtxCtrl.h103 TI_HANDLE hStaCap; member in struct:__anon1424

Completed in 70 milliseconds