Home | History | Annotate | Download | only in Auth

Lines Matching refs:hAuth

156 *  I   - hAuth - Authentication SM context  \n
164 TI_STATUS auth_unload(TI_HANDLE hAuth)
169 pHandle = (auth_t*)hAuth;
196 * I - hAuth - Association SM context \n
213 TI_STATUS auth_config(TI_HANDLE hAuth,
222 if (hAuth == NULL)
227 pHandle = (auth_t*)hAuth;
257 * I - hAuth - Authentication SM context \n
265 TI_STATUS auth_start(TI_HANDLE hAuth)
269 pHandle = (auth_t*)hAuth;
301 * I - hAuth - Authentication SM context \n
309 TI_STATUS auth_stop(TI_HANDLE hAuth, BOOL sendDeAuth, mgmtStatus_e reason )
313 pHandle = (auth_t*)hAuth;
352 * I - hAuth - Authentication SM context \n
360 TI_STATUS auth_recv(TI_HANDLE hAuth, mlmeFrameInfo_t *pFrame)
364 pHandle = (auth_t*)hAuth;
382 return openAuth_Recv(hAuth, pFrame);
385 return sharedKeyAuth_Recv(hAuth, pFrame);
402 * I - hAuth - Authentication SM context \n
411 TI_STATUS auth_getParam(TI_HANDLE hAuth, paramInfo_t *pParam)
415 pHandle = (auth_t*)hAuth;
454 * I - hAuth - Authentication SM context \n
463 TI_STATUS auth_setParam(TI_HANDLE hAuth, paramInfo_t *pParam)
467 pHandle = (auth_t*)hAuth;
483 openAuth_Config(hAuth, pHandle->hOs);
487 sharedKeyAuth_Config(hAuth, pHandle->hOs);
524 * I - hAuth - authentication SM context \n
532 void auth_smTimeout(TI_HANDLE hAuth)
536 pHandle = (auth_t*)hAuth;