Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:hAuth

145 *  I   - hAuth - Authentication SM context  \n
153 TI_STATUS auth_unload(TI_HANDLE hAuth)
158 pHandle = (auth_t*)hAuth;
197 auth_t *pHandle = (auth_t*)(pStadHandles->hAuth);
207 TI_STATUS auth_SetDefaults (TI_HANDLE hAuth, authInitParams_t *pAuthInitParams)
209 auth_t *pHandle = (TI_HANDLE) hAuth;
242 * I - hAuth - Authentication SM context \n
250 TI_STATUS auth_start(TI_HANDLE hAuth)
252 auth_t *pHandle = (auth_t*)hAuth;
290 * I - hAuth - Authentication SM context \n
298 TI_STATUS auth_stop(TI_HANDLE hAuth, TI_BOOL sendDeAuth, mgmtStatus_e reason )
302 pHandle = (auth_t*)hAuth;
341 * I - hAuth - Authentication SM context \n
349 TI_STATUS auth_recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame)
353 pHandle = (auth_t*)hAuth;
371 return openAuth_Recv(hAuth, pFrame);
374 return sharedKeyAuth_Recv(hAuth, pFrame);
391 * I - hAuth - Authentication SM context \n
400 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam)
404 pHandle = (auth_t*)hAuth;
443 * I - hAuth - Authentication SM context \n
452 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
456 pHandle = (auth_t*)hAuth;
472 openAuth_Config(hAuth, pHandle->hOs);
476 sharedKeyAuth_Config(hAuth, pHandle->hOs);
513 * I - hAuth - authentication SM context \n
522 void auth_smTimeout (TI_HANDLE hAuth, TI_BOOL bTwdInitOccured)
526 pHandle = (auth_t*)hAuth;